diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-24 15:23:30 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-25 09:40:04 +0300 |
commit | 30be238164bebe44b00202a7a2ee37bbd5b6bf75 (patch) | |
tree | bd0bc02b49b6ecb2e61a41acdb59d17469b620ae /rpmpopt.in | |
parent | 94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87 (diff) | |
download | rpm-30be238164bebe44b00202a7a2ee37bbd5b6bf75.tar.gz rpm-30be238164bebe44b00202a7a2ee37bbd5b6bf75.tar.bz2 rpm-30be238164bebe44b00202a7a2ee37bbd5b6bf75.zip |
Eliminate build-related aliases on "rpm"
- "rpm" for building packages hasn't worked in ~six years, time to clean
up the junk from rpmpopt
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index 327a50f83..5e26ca2ce 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -150,9 +150,6 @@ rpm alias --httpport --define '_httpport !#:+' # [--httpproxy <host>] "hostname or IP of http proxy" rpm alias --httpproxy --define '_httpproxy !#:+' -# set the time check to <secs> -rpm alias --timecheck --define '_timecheck !#:+' - #============================================================================== # Popt glue to preserve legacy CLI behavior. # @@ -183,12 +180,6 @@ rpm exec --verify rpmv --verify #rpm exec -e rpmi -e #rpm exec --erase rpmi --erase -rpm alias --with --define "_with_!#:+ --with-!#:+" \ - --POPTdesc=$"enable configure <option> for build" \ - --POPTargs=$"<option>" -rpm alias --without --define "_without_!#:+ --without-!#:+" \ - --POPTdesc=$"disable configure <option> for build" \ - --POPTargs=$"<option>" #============================================================================== rpmbuild alias --dbpath --define '_dbpath !#:+' \ --POPTdesc=$"use database in DIRECTORY" \ |