summaryrefslogtreecommitdiff
path: root/rpmpopt.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-06-24 15:23:30 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-06-25 09:40:04 +0300
commit30be238164bebe44b00202a7a2ee37bbd5b6bf75 (patch)
treebd0bc02b49b6ecb2e61a41acdb59d17469b620ae /rpmpopt.in
parent94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87 (diff)
downloadrpm-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.in9
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" \