- fix: db1 end-of-file not detected in legacy compatible way.
[platform/upstream/rpm.git] / rpmpopt.in
1 #/*! \page config_rpmpopt Default configuration: /usr/lib/rpm/rpmpopt-@VERSION@
2 # \verbatim
3 #
4 # This file *should not be modified*. Local customizations
5 # belong in /etc/popt, not here. This file will be replaced
6 # whenever a new version of RPM is installed.
7
8 rpm     alias --scripts --qf '\
9 %|PREIN?{preinstall script\
10 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
11 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
12 \
13 %|POSTIN?{postinstall script\
14 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
15 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
16 \
17 %|PREUN?{preuninstall script\
18 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
19 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
20 \
21 %|POSTUN?{postuninstall script\
22 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
23 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
24 \
25 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
26 '
27
28 rpm     alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
29                    --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
30
31 rpm     alias --setugids -q --qf \
32         '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
33         --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
34
35
36 rpm     alias --conflicts       --qf \
37   "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
38 rpm     alias --obsoletes       --qf \
39   "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
40 rpm     alias --provides        --qf \
41   "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
42
43 # XXX prereq output is part of requires for query
44 #rpm alias --prereq     --qf '[%{PREREQ}:depflags\n]'
45
46 rpm     alias --requires        --qf \
47   "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
48 rpm     alias -R --requires
49
50 rpm     alias --info --qf 'Name        : %-27{NAME}  Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
51 Version     : %-27{VERSION}       Vendor: %{VENDOR}\n\
52 Release     : %-27{RELEASE}   Build Date: %{BUILDTIME:date}\n\
53 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed)         }|      Build Host: %{BUILDHOST}\n\
54 Group       : %-27{GROUP}   Source RPM: %{SOURCERPM}\n\
55 Size        : %-27{SIZE}%|LICENSE?{      License: %{LICENSE}}|\n\
56 %|PACKAGER?{Packager    : %{PACKAGER}\n}|\
57 %|URL?{URL         : %{URL}\n}|\
58 Summary     : %{SUMMARY}\n\
59 Description :\n%{DESCRIPTION}\n'
60
61 rpm     alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
62
63 rpm     alias --triggerscripts --qf '\
64 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
65 %{TRIGGERSCRIPTS}\n]'
66 rpm     alias --triggers --triggerscripts
67
68 rpm     alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
69         --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-45s %-s\n\", $1, substr($0,length($1)+2))}' "
70
71 rpm     alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
72
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
75
76 # colon separated i18n domains to use as PO catalogue lookaside for
77 * retrieving header group/description/summary.
78 #
79 # For Red Hat, value should be "redhat-dist:redhat-powertools".
80 rpm alias --i18ndomains --define '_i18ndomains !#:+'
81
82 # Build policies enabled from command line. Last policy applies.
83 rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
84
85 # Choose db interface:
86 #       0       same as 1
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).
91 #
92 # There are two macros so that --rebuilddb can convert db1 -> db3
93 rpm alias --dbapi                --define '_dbapi !#:+'
94
95 rpm alias --rebuilddbapi         --define '_dbapi_rebuild !#:+'
96 rpm alias --rebuilddbpath        --define '_dbapath_rebuild !#:+'
97
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 !#:+'
109
110 # set the time check to <secs>
111 rpm     alias --timecheck       --define '_timecheck !#:+'
112
113 #==============================================================================
114 # Popt glue to preserve legacy CLI behavior.
115 #
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
138
139 rpm     exec --initdb           rpmd --initdb
140 rpm     exec --rebuilddb        rpmd --rebuilddb
141 rpm     exec --verifydb         rpmd --verifydb
142
143 #rpm    exec -e                 rpme -e
144 #rpm    exec --erase            rpme --erase
145 #rpm    exec -U                 rpmu -U
146 #rpm    exec --upgrade          rpmu --upgrade
147
148 rpm     exec --addsign          rpmk --addsign
149 rpm     exec -K                 rpmk -K
150 rpm     exec --checksig         rpmk --checksig
151 rpm     exec --resign           rpmk --resign
152
153 rpm     exec -q                 rpmq -q
154 rpm     exec --query            rpmq --query
155 rpm     exec --querytags        rpmq --querytags
156 rpm     exec -V                 rpmv -V
157 rpm     exec -y                 rpmv -y
158 rpm     exec --verify           rpmv --verify
159
160 rpm     alias --with            --define "_with_!#:+       --with-!#:+"
161 rpm     alias --without         --define "_without_!#:+    --without-!#:+"
162 #==============================================================================
163 rpmb    alias --dbpath          --define '_dbpath !#:+'
164 rpmb    alias --ftpport         --define '_ftpport !#:+'
165 rpmb    alias --ftpproxy        --define '_ftpproxy !#:+'
166 rpmb    alias --httpport        --define '_httpport !#:+'
167 rpmb    alias --httpproxy       --define '_httpproxy !#:+'
168 rpmb    alias --timecheck       --define '_timecheck !#:+'
169 rpmb    alias --with            --define "_with_!#:+       --with-!#:+"
170 rpmb    alias --without         --define "_without_!#:+    --without-!#:+"
171 #==============================================================================
172 rpmbuild        alias --dbpath          --define '_dbpath !#:+'
173 rpmbuild        alias --ftpport         --define '_ftpport !#:+'
174 rpmbuild        alias --ftpproxy        --define '_ftpproxy !#:+'
175 rpmbuild        alias --httpport        --define '_httpport !#:+'
176 rpmbuild        alias --httpproxy       --define '_httpproxy !#:+'
177 rpmbuild        alias --timecheck       --define '_timecheck !#:+'
178 rpmbuild        alias --with            --define "_with_!#:+     --with-!#:+"
179 rpmbuild        alias --without         --define "_without_!#:+  --without-!#:+"
180 #==============================================================================
181 rpmd    alias --dbpath          --define '_dbpath !#:+'
182 rpmd    alias --ftpport         --define '_ftpport !#:+'
183 rpmd    alias --ftpproxy        --define '_ftpproxy !#:+'
184 rpmd    alias --httpport        --define '_httpport !#:+'
185 rpmd    alias --httpproxy       --define '_httpproxy !#:+'
186 #==============================================================================
187 rpmdb   alias --dbpath          --define '_dbpath !#:+'
188 rpmdb   alias --ftpport         --define '_ftpport !#:+'
189 rpmdb   alias --ftpproxy        --define '_ftpproxy !#:+'
190 rpmdb   alias --httpport        --define '_httpport !#:+'
191 rpmdb   alias --httpproxy       --define '_httpproxy !#:+'
192 #==============================================================================
193 rpme    alias --dbpath          --define '_dbpath !#:+'
194 rpme    alias --ftpport         --define '_ftpport !#:+'
195 rpme    alias --ftpproxy        --define '_ftpproxy !#:+'
196 rpme    alias --httpport        --define '_httpport !#:+'
197 rpme    alias --httpproxy       --define '_httpproxy !#:+'
198 #==============================================================================
199 rpmi    alias --dbpath          --define '_dbpath !#:+'
200 rpmi    alias --ftpport         --define '_ftpport !#:+'
201 rpmi    alias --ftpproxy        --define '_ftpproxy !#:+'
202 rpmi    alias --httpport        --define '_httpport !#:+'
203 rpmi    alias --httpproxy       --define '_httpproxy !#:+'
204 #==============================================================================
205 rpmk    alias --dbpath          --define '_dbpath !#:+'
206 rpmk    alias --ftpport         --define '_ftpport !#:+'
207 rpmk    alias --ftpproxy        --define '_ftpproxy !#:+'
208 rpmk    alias --httpport        --define '_httpport !#:+'
209 rpmk    alias --httpproxy       --define '_httpproxy !#:+'
210 #==============================================================================
211 rpmq    alias --dbpath          --define '_dbpath !#:+'
212 rpmq    alias --ftpport         --define '_ftpport !#:+'
213 rpmq    alias --ftpproxy        --define '_ftpproxy !#:+'
214 rpmq    alias --httpport        --define '_httpport !#:+'
215 rpmq    alias --httpproxy       --define '_httpproxy !#:+'
216
217 rpmq    alias --scripts --qf '\
218 %|PREIN?{preinstall script\
219 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
220 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
221 \
222 %|POSTIN?{postinstall script\
223 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
224 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
225 \
226 %|PREUN?{preuninstall script\
227 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
228 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
229 \
230 %|POSTUN?{postuninstall script\
231 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
232 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
233 \
234 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
235 '
236
237 rpmq    alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
238                    --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
239
240 rpmq    alias --setugids -q --qf \
241         '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
242         --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
243
244 rpmq    alias --conflicts       --qf \
245   "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
246 rpmq    alias --obsoletes       --qf \
247   "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
248 rpmq    alias --provides        --qf \
249   "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
250
251 # XXX prereq output is part of requires for query
252 #rpmq   alias --prereq  --qf '[%{PREREQ}:depflags\n]'
253
254 rpmq    alias --requires        --qf \
255   "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
256 rpmq    alias -R --requires
257
258 rpmq    alias --info --qf 'Name        : %-27{NAME}  Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
259 Version     : %-27{VERSION}       Vendor: %{VENDOR}\n\
260 Release     : %-27{RELEASE}   Build Date: %{BUILDTIME:date}\n\
261 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed)         }|      Build Host: %{BUILDHOST}\n\
262 Group       : %-27{GROUP}   Source RPM: %{SOURCERPM}\n\
263 Size        : %-27{SIZE}%|LICENSE?{      License: %{LICENSE}}|\n\
264 %|PACKAGER?{Packager    : %{PACKAGER}\n}|\
265 %|URL?{URL         : %{URL}\n}|\
266 Summary     : %{SUMMARY}\n\
267 Description :\n%{DESCRIPTION}\n'
268
269 rpmq    alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
270
271 rpmq    alias --triggerscripts --qf '\
272 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
273 %{TRIGGERSCRIPTS}\n]'
274 rpmq    alias --triggers --triggerscripts
275
276 rpmq    alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
277         --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-45s %-s\n\", $1, substr($0,length($1)+2))}' "
278
279 rpmq    alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
280 #==============================================================================
281 rpmu    alias --dbpath          --define '_dbpath !#:+'
282 rpmu    alias --ftpport         --define '_ftpport !#:+'
283 rpmu    alias --ftpproxy        --define '_ftpproxy !#:+'
284 rpmu    alias --httpport        --define '_httpport !#:+'
285 rpmu    alias --httpproxy       --define '_httpproxy !#:+'
286 #==============================================================================
287 rpmv    alias --dbpath          --define '_dbpath !#:+'
288 rpmv    alias --ftpport         --define '_ftpport !#:+'
289 rpmv    alias --ftpproxy        --define '_ftpproxy !#:+'
290 rpmv    alias --httpport        --define '_httpport !#:+'
291 rpmv    alias --httpproxy       --define '_httpproxy !#:+'
292
293 # \endverbatim
294 #*/