]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-popt-aliases.patch
typo
[packages/rpm.git] / rpm-popt-aliases.patch
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
3 @@ -595,4 +595,22 @@
4  rpmv   alias --httpproxy       --define '_httpproxy !#:+'
5  
6 +rpm    alias --initdb  --qa \
7 +       --POPTdesc=$"Compatibility option with old rpm. Database is created lazily now."
8 +
9 +rpm    alias --downgrade       --oldpackage \
10 +       --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
11 +
12 +rpm alias --what-provides --whatprovides \
13 +       --POPTdesc=$"find package name that contains a provided capability"
14 +
15 +rpm alias --what-requires --whatrequires \
16 +       --POPTdesc=$"find package name that contains a required capability"
17 +
18 +rpm alias --norepackage --define '_repackage_all_erasures 0' \
19 +       --POPTdesc=$"Disable re-package of the files before erasing"
20 +
21 +rpmbuild alias --disable-debuginfo --define '_enable_debug_packages 0' \
22 +   --POPTdesc=$"Disable debuginfo package creation"
23 +
24  # \endverbatim
25  #*/
This page took 0.042956 seconds and 4 git commands to generate.