2 # This file *should not be modified*. Local customizations
3 # belong in /etc/popt, not here. This file will be replaced
4 # whenever a new version of RPM is installed.
6 rpm alias --scripts --qf '\
7 %|PREIN?{preinstall script\
8 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
9 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
11 %|POSTIN?{postinstall script\
12 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
13 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
15 %|PREUN?{preuninstall script\
16 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
17 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
19 %|POSTUN?{postuninstall script\
20 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
21 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
23 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
26 rpm alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
27 --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
29 rpm alias --setugids -q --qf \
30 '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
31 --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
34 rpm alias --conflicts --qf \
35 "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
36 rpm alias --obsoletes --qf \
37 "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
38 rpm alias --provides --qf \
39 "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
41 # XXX prereq output is part of requires for query
42 #rpm alias --prereq --qf '[%{PREREQ}:depflags\n]'
44 rpm alias --requires --qf \
45 "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
46 rpm alias -R --requires
48 rpm alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
49 Version : %-27{VERSION} Vendor: %{VENDOR}\n\
50 Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\
51 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\
52 Group : %-27{GROUP} Source RPM: %{SOURCERPM}\n\
53 Size : %-27{SIZE}%|LICENSE?{ License: %{LICENSE}}|\n\
54 %|PACKAGER?{Packager : %{PACKAGER}\n}|\
55 %|URL?{URL : %{URL}\n}|\
56 Summary : %{SUMMARY}\n\
57 Description :\n%{DESCRIPTION}\n'
59 rpm alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
61 rpm alias --triggerscripts --qf '\
62 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
64 rpm alias --triggers --triggerscripts
66 rpm alias --last --qf ''%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
67 --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-35s %-s\n\", $1, substr($0,length($1)+2))}' "
69 rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
70 rpm exec --freshen freshen.sh
71 rpm alias -F --freshen
73 rpm alias --redhatprovides -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatprovides
74 rpm alias --redhatrequires -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatrequires
76 # colon separated i18n domains to use as PO catalogue lookaside for
77 * retrieving header group/description/summary.
79 # For Red Hat, value should be "redhat-dist:redhat-powertools".
80 rpm alias --i18ndomains --define '_i18ndomains !#:+'
82 # Build policies enabled from command line. Last policy applies.
83 rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
85 # Choose db interface:
87 # 1 native db1 interface (e.g. linux glibc libdb1 routines).
88 # 2 native db2 interface.
89 # 3 native db3 interface.
90 # -1 db3 -> db2 -> db1 (as available).
92 # There are two macros so that --rebuilddb can convert db1 -> db3
93 rpm alias --dbapi --define '_dbapi !#:+'
95 rpm alias --rebuilddbapi --define '_dbapi_rebuild !#:+'
96 rpm alias --rebuilddbpath --define '_dbapath_rebuild !#:+'
98 #==============================================================================
99 # [--dbpath <dir>] "use <dir> as the directory for the database"
100 rpm alias --dbpath --define '_dbpath !#:+'
101 # [--ftpport <port>] "port number of ftp server (or proxy)"
102 rpm alias --ftpport --define '_ftpport !#:+'
103 # [--ftpproxy <host>] "hostname or IP of ftp proxy"
104 rpm alias --ftpproxy --define '_ftpproxy !#:+'
105 # [--httpport <port>] "port number of http server (or proxy)"
106 rpm alias --httpport --define '_httpport !#:+'
107 # [--httpproxy <host>] "hostname or IP of http proxy"
108 rpm alias --httpproxy --define '_httpproxy !#:+'
110 # set the time check to <secs>
111 rpm alias --timecheck --define '_timecheck !#:+'
113 #==============================================================================
114 # Popt glue to preserve legacy CLI behavior.
116 # XXX popt exec parsing doesn't honor POPT_ARGFLAG_ONEDASH
117 rpm exec --bp rpmb -bp
118 rpm exec --bc rpmb -bc
119 rpm exec --bi rpmb -bi
120 rpm exec --bl rpmb -bl
121 rpm exec --ba rpmb -ba
122 rpm exec --bb rpmb -bb
123 rpm exec --bs rpmb -bs
124 rpm exec --tp rpmb -tp
125 rpm exec --tc rpmb -tc
126 rpm exec --ti rpmb -ti
127 rpm exec --tl rpmb -tl
128 rpm exec --ta rpmb -ta
129 rpm exec --tb rpmb -tb
130 rpm exec --ts rpmb -ts
131 rpm exec --rebuild rpmb --rebuild
132 rpm exec --recompile rpmb --recompile
133 rpm exec --clean rpmb --clean
134 rpm exec --rmsource rpmb --rmsource
135 rpm exec --rmspec rpmb --rmspec
136 rpm exec --target rpmb --target
137 rpm exec --short-circuit rpmb --short-circuit
139 rpm exec --initdb rpmdb --initdb
140 rpm exec --rebuilddb rpmdb --rebuilddb
143 #rpm exec --erase rpme --erase
145 #rpm exec --upgrade rpmu --upgrade
147 rpm exec --addsign rpmk --addsign
149 rpm exec --checksig rpmk --checksig
150 rpm exec --resign rpmk --resign
153 rpm exec --query rpmq --query
154 rpm exec --querytags rpmq --querytags
157 rpm exec --verify rpmv --verify
159 #==============================================================================
160 rpmb alias --dbpath --define '_dbpath !#:+'
161 rpmb alias --ftpport --define '_ftpport !#:+'
162 rpmb alias --ftpproxy --define '_ftpproxy !#:+'
163 rpmb alias --httpport --define '_httpport !#:+'
164 rpmb alias --httpproxy --define '_httpproxy !#:+'
165 rpmb alias --timecheck --define '_timecheck !#:+'
166 #==============================================================================
167 rpmdb alias --dbpath --define '_dbpath !#:+'
168 rpmdb alias --ftpport --define '_ftpport !#:+'
169 rpmdb alias --ftpproxy --define '_ftpproxy !#:+'
170 rpmdb alias --httpport --define '_httpport !#:+'
171 rpmdb alias --httpproxy --define '_httpproxy !#:+'
172 #==============================================================================
173 rpme alias --dbpath --define '_dbpath !#:+'
174 rpme alias --ftpport --define '_ftpport !#:+'
175 rpme alias --ftpproxy --define '_ftpproxy !#:+'
176 rpme alias --httpport --define '_httpport !#:+'
177 rpme alias --httpproxy --define '_httpproxy !#:+'
178 #==============================================================================
179 rpmi alias --dbpath --define '_dbpath !#:+'
180 rpmi alias --ftpport --define '_ftpport !#:+'
181 rpmi alias --ftpproxy --define '_ftpproxy !#:+'
182 rpmi alias --httpport --define '_httpport !#:+'
183 rpmi alias --httpproxy --define '_httpproxy !#:+'
184 #==============================================================================
185 rpmq alias --dbpath --define '_dbpath !#:+'
186 rpmq alias --ftpport --define '_ftpport !#:+'
187 rpmq alias --ftpproxy --define '_ftpproxy !#:+'
188 rpmq alias --httpport --define '_httpport !#:+'
189 rpmq alias --httpproxy --define '_httpproxy !#:+'
191 rpmq alias --scripts --qf '\
192 %|PREIN?{preinstall script\
193 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
194 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
196 %|POSTIN?{postinstall script\
197 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
198 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
200 %|PREUN?{preuninstall script\
201 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
202 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
204 %|POSTUN?{postuninstall script\
205 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
206 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
208 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
211 rpmq alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
212 --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
214 rpmq alias --setugids -q --qf \
215 '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
216 --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
218 rpmq alias --conflicts --qf \
219 "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
220 rpmq alias --obsoletes --qf \
221 "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
222 rpmq alias --provides --qf \
223 "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
225 # XXX prereq output is part of requires for query
226 #rpmq alias --prereq --qf '[%{PREREQ}:depflags\n]'
228 rpmq alias --requires --qf \
229 "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
230 rpmq alias -R --requires
232 rpmq alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
233 Version : %-27{VERSION} Vendor: %{VENDOR}\n\
234 Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\
235 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\
236 Group : %-27{GROUP} Source RPM: %{SOURCERPM}\n\
237 Size : %-27{SIZE}%|LICENSE?{ License: %{LICENSE}}|\n\
238 %|PACKAGER?{Packager : %{PACKAGER}\n}|\
239 %|URL?{URL : %{URL}\n}|\
240 Summary : %{SUMMARY}\n\
241 Description :\n%{DESCRIPTION}\n'
243 rpmq alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
245 rpmq alias --triggerscripts --qf '\
246 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
247 %{TRIGGERSCRIPTS}\n]'
248 rpmq alias --triggers --triggerscripts
250 rpmq alias --last --qf ''%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
251 --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-35s %-s\n\", $1, substr($0,length($1)+2))}' "
253 rpmq alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
254 #==============================================================================
255 rpmt alias --dbpath --define '_dbpath !#:+'
256 rpmt alias --ftpport --define '_ftpport !#:+'
257 rpmt alias --ftpproxy --define '_ftpproxy !#:+'
258 rpmt alias --httpport --define '_httpport !#:+'
259 rpmt alias --httpproxy --define '_httpproxy !#:+'
260 rpmt alias --timecheck --define '_timecheck !#:+'
261 #==============================================================================
262 rpmu alias --dbpath --define '_dbpath !#:+'
263 rpmu alias --ftpport --define '_ftpport !#:+'
264 rpmu alias --ftpproxy --define '_ftpproxy !#:+'
265 rpmu alias --httpport --define '_httpport !#:+'
266 rpmu alias --httpproxy --define '_httpproxy !#:+'
267 #==============================================================================
268 rpmv alias --dbpath --define '_dbpath !#:+'
269 rpmv alias --ftpport --define '_ftpport !#:+'
270 rpmv alias --ftpproxy --define '_ftpproxy !#:+'
271 rpmv alias --httpport --define '_httpport !#:+'
272 rpmv alias --httpproxy --define '_httpproxy !#:+'