]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-popt-aliases.patch
- for .la symlinks generate libtool(symlink), not libtool(target) Provides
[packages/rpm.git] / rpm-popt-aliases.patch
CommitLineData
38e53563
ER
1--- rpm-4.4.9/rpmpopt.in 2008-03-24 22:09:33.709972364 +0200
2+++ rpm-4.4.9/rpmpopt.in 2008-04-04 18:51:45.658923774 +0300
f1edd918 3@@ -595,4 +595,19 @@
843ed678
ER
4 rpmv alias --httpproxy --define '_httpproxy !#:+'
5
6+rpm alias --downgrade --oldpackage \
7+ --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
3b4e663f
ER
8+
9+rpm alias --what-provides --whatprovides \
10+ --POPTdesc=$"find package name that contains a provided capability"
11+
12+rpm alias --what-requires --whatrequires \
13+ --POPTdesc=$"find package name that contains a required capability"
38e53563
ER
14+
15+rpm alias --norepackage --define '_repackage_all_erasures 0' \
16+ --POPTdesc=$"Disable re-package of the files before erasing"
f1edd918
ER
17+
18+rpmbuild alias --disable-debuginfo --define '_enable_debug_packages 0' \
19+ --POPTdesc=$"Disable debuginfo package creation"
843ed678
ER
20+
21 # \endverbatim
22 #*/
This page took 0.054275 seconds and 4 git commands to generate.