diff options
author | jbj <devnull@localhost> | 2001-06-15 04:56:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-15 04:56:33 +0000 |
commit | f0d2abd2bcb74ab18645355ba45189abe77f38bf (patch) | |
tree | cfa580201935a10cf034c1a1655fda810205d74e /rpmpopt.in | |
parent | 22b9de5f331285fef6b353b9441d121dcc639ea2 (diff) | |
download | librpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.tar.gz librpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.tar.bz2 librpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.zip |
- fix: db1 end-of-file not detected in legacy compatible way.
- fix: remove (harmless) chown error message from %post.
- add --target/--host to %configure, add example cross-build/config.site
scripts to /usr/lib/rpm <arjanv@redhat.com> (#44581).
- rpmdb iterator selectors permit default/strcmp/regex/glob matching.
- rpmdb iterator selectors permit negative matches.
CVS patchset: 4861
CVS date: 2001/06/15 04:56:33
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index 0c622eeac..54be52bcc 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -114,27 +114,27 @@ rpm alias --timecheck --define '_timecheck !#:+' # Popt glue to preserve legacy CLI behavior. # # XXX popt exec parsing doesn't honor POPT_ARGFLAG_ONEDASH -#rpm exec --bp rpmb -bp -#rpm exec --bc rpmb -bc -#rpm exec --bi rpmb -bi -#rpm exec --bl rpmb -bl -#rpm exec --ba rpmb -ba -#rpm exec --bb rpmb -bb -#rpm exec --bs rpmb -bs -#rpm exec --tp rpmb -tp -#rpm exec --tc rpmb -tc -#rpm exec --ti rpmb -ti -#rpm exec --tl rpmb -tl -#rpm exec --ta rpmb -ta -#rpm exec --tb rpmb -tb -#rpm exec --ts rpmb -ts -#rpm exec --rebuild rpmb --rebuild -#rpm exec --recompile rpmb --recompile -#rpm exec --clean rpmb --clean -#rpm exec --rmsource rpmb --rmsource -#rpm exec --rmspec rpmb --rmspec -#rpm exec --target rpmb --target -#rpm exec --short-circuit rpmb --short-circuit +rpm exec --bp rpmb -bp +rpm exec --bc rpmb -bc +rpm exec --bi rpmb -bi +rpm exec --bl rpmb -bl +rpm exec --ba rpmb -ba +rpm exec --bb rpmb -bb +rpm exec --bs rpmb -bs +rpm exec --tp rpmb -tp +rpm exec --tc rpmb -tc +rpm exec --ti rpmb -ti +rpm exec --tl rpmb -tl +rpm exec --ta rpmb -ta +rpm exec --tb rpmb -tb +rpm exec --ts rpmb -ts +rpm exec --rebuild rpmb --rebuild +rpm exec --recompile rpmb --recompile +rpm exec --clean rpmb --clean +rpm exec --rmsource rpmb --rmsource +rpm exec --rmspec rpmb --rmspec +rpm exec --target rpmb --target +rpm exec --short-circuit rpmb --short-circuit rpm exec --initdb rpmd --initdb rpm exec --rebuilddb rpmd --rebuilddb @@ -157,17 +157,17 @@ rpm exec -V rpmv -V rpm exec -y rpmv -y rpm exec --verify rpmv --verify -#rpm alias --with --define "_with_!#:+ --with-!#:+" -#rpm alias --without --define "_without_!#:+ --without-!#:+" +rpm alias --with --define "_with_!#:+ --with-!#:+" +rpm alias --without --define "_without_!#:+ --without-!#:+" #============================================================================== -#rpmb alias --dbpath --define '_dbpath !#:+' -#rpmb alias --ftpport --define '_ftpport !#:+' -#rpmb alias --ftpproxy --define '_ftpproxy !#:+' -#rpmb alias --httpport --define '_httpport !#:+' -#rpmb alias --httpproxy --define '_httpproxy !#:+' -#rpmb alias --timecheck --define '_timecheck !#:+' -#rpmb alias --with --define "_with_!#:+ --with-!#:+" -#rpmb alias --without --define "_without_!#:+ --without-!#:+" +rpmb alias --dbpath --define '_dbpath !#:+' +rpmb alias --ftpport --define '_ftpport !#:+' +rpmb alias --ftpproxy --define '_ftpproxy !#:+' +rpmb alias --httpport --define '_httpport !#:+' +rpmb alias --httpproxy --define '_httpproxy !#:+' +rpmb alias --timecheck --define '_timecheck !#:+' +rpmb alias --with --define "_with_!#:+ --with-!#:+" +rpmb alias --without --define "_without_!#:+ --without-!#:+" #============================================================================== rpmbuild alias --dbpath --define '_dbpath !#:+' rpmbuild alias --ftpport --define '_ftpport !#:+' |