summaryrefslogtreecommitdiff
path: root/rpmpopt.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-29 22:31:00 +0000
committerjbj <devnull@localhost>2002-12-29 22:31:00 +0000
commitcb4b0b8ce12baa3ec035f91e4bd5ad4c0cfa1886 (patch)
tree4ebb3cdd1d277d4d72b093dfd5663e32c710332b /rpmpopt.in
parentc67befa2833503c8864ec906a07ad8b4b617947c (diff)
downloadrpm-cb4b0b8ce12baa3ec035f91e4bd5ad4c0cfa1886.tar.gz
rpm-cb4b0b8ce12baa3ec035f91e4bd5ad4c0cfa1886.tar.bz2
rpm-cb4b0b8ce12baa3ec035f91e4bd5ad4c0cfa1886.zip
- fix :armor query extension, tgpg mktmp handling (#80684).
- use rpmfiClass underneath --fileclass. CVS patchset: 5985 CVS date: 2002/12/29 22:31:00
Diffstat (limited to 'rpmpopt.in')
-rw-r--r--rpmpopt.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/rpmpopt.in b/rpmpopt.in
index 45c1b5f09..19d64f320 100644
--- a/rpmpopt.in
+++ b/rpmpopt.in
@@ -353,6 +353,19 @@ rpmq alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VE
rpmq alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' \
--POPTdesc=$"list all files from each package"
+
+rpmq alias --fileclass --qf '[%{FILENAMES}\t%{FILECLASS}\n]' \
+ --POPTdesc=$"list file names with classes"
+
+rpmq alias --filecolor --qf '[%{FILENAMES}\t%{FILECOLOR}\n]' \
+ --POPTdesc=$"list file names with colors"
+
+rpmq alias --fileprovide --qf '[%{FILENAMES}\t%{FILEPROVIDE}\n]' \
+ --POPTdesc=$"list file names with provides"
+
+rpmq alias --filerequire --qf '[%{FILENAMES}\t%{FILEREQUIRE}\n]' \
+ --POPTdesc=$"list file names with requires"
+
#==============================================================================
rpmquery alias --dbpath --define '_dbpath !#:+' \
--POPTdesc=$"use database in DIRECTORY" \
@@ -425,6 +438,19 @@ rpmquery alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-
rpmquery alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' \
--POPTdesc=$"list all files from each package"
+
+rpmquery alias --fileclass --qf '[%{FILENAMES}\t%{FILECLASS}\n]' \
+ --POPTdesc=$"list file names with classes"
+
+rpmquery alias --filecolor --qf '[%{FILENAMES}\t%{FILECOLOR}\n]' \
+ --POPTdesc=$"list file names with colors"
+
+rpmquery alias --fileprovide --qf '[%{FILENAMES}\t%{FILEPROVIDE}\n]' \
+ --POPTdesc=$"list file names with provides"
+
+rpmquery alias --filerequire --qf '[%{FILENAMES}\t%{FILEREQUIRE}\n]' \
+ --POPTdesc=$"list file names with requires"
+
#==============================================================================
rpmu alias --dbpath --define '_dbpath !#:+' \
--POPTdesc=$"use database in DIRECTORY" \