]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-popt-aliases.patch
- add --what-provides, --what-requires
[packages/rpm.git] / rpm-popt-aliases.patch
1 --- ./rpmpopt.in        2008-03-13 16:18:11.169818380 +0200
2 +++ rpm-4.4.9/rpmpopt.in        2008-03-24 22:09:33.709972364 +0200
3 @@ -595,4 +595,13 @@
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  # \endverbatim
16  #*/
This page took 0.033979 seconds and 4 git commands to generate.