]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-popt-aliases.patch
- revert to python solution in %__spec_install_post_chrpath, readlink causes
[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,16 @@
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."
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"
14 +
15 +rpm alias --norepackage --define '_repackage_all_erasures 0' \
16 +       --POPTdesc=$"Disable re-package of the files before erasing"
17 +
18  # \endverbatim
19  #*/
This page took 0.028904 seconds and 3 git commands to generate.