1) made --triggers an alias for --triggerscripts
authorewt <devnull@localhost>
Tue, 30 Jun 1998 18:50:47 +0000 (18:50 +0000)
committerewt <devnull@localhost>
Tue, 30 Jun 1998 18:50:47 +0000 (18:50 +0000)
2) added --filesbypkg

CVS patchset: 2156
CVS date: 1998/06/30 18:50:47

rpmpopt

diff --git a/rpmpopt b/rpmpopt
index c8bad93..a8640b3 100644 (file)
--- a/rpmpopt
+++ b/rpmpopt
@@ -53,6 +53,9 @@ rpm alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGE
 rpm alias --triggerscripts --qf '\
 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
 %{TRIGGERSCRIPTS}\n]'
+apm alias --triggers --triggerscripts
 
 rpm alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed)}|\n' \
        --pipe "sort -r -n | sed 's,^..........,,' | awk '{printf(\"%-35s %-3s %-3s %2s %-8s %-4s\n\", $1, $2, $3, $4, $5, $6)}' "
+
+rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'