diff options
author | sopwith <devnull@localhost> | 2002-12-18 01:46:25 +0000 |
---|---|---|
committer | sopwith <devnull@localhost> | 2002-12-18 01:46:25 +0000 |
commit | ad8350c14945a91b8d6b054cb1d6b458460e3525 (patch) | |
tree | 2927184a6020336ed2f664cd6064c1b0cdce0f40 /rpmpopt.in | |
parent | d69ad2f4fa325d0231360923adfdb60bfb22c0e0 (diff) | |
download | librpm-tizen-ad8350c14945a91b8d6b054cb1d6b458460e3525.tar.gz librpm-tizen-ad8350c14945a91b8d6b054cb1d6b458460e3525.tar.bz2 librpm-tizen-ad8350c14945a91b8d6b054cb1d6b458460e3525.zip |
Add --dwim
CVS patchset: 5945
CVS date: 2002/12/18 01:46:25
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index a65642c35..1e1daf19e 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -86,6 +86,8 @@ rpm alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VER rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' \ --POPTdesc=$"list all files from each package" +rpm alias --dwim --force --nodeps + rpm alias --redhatprovides -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatprovides \ --POPTdesc=$"find package name that contains a provided capability (needs rpmdb-redhat package installed)" |