Bump version to 4.1.
authorjbj <devnull@localhost>
Thu, 15 Mar 2001 17:54:55 +0000 (17:54 +0000)
committerjbj <devnull@localhost>
Thu, 15 Mar 2001 17:54:55 +0000 (17:54 +0000)
Invert logic for db1, don't build by default.

CVS patchset: 4629
CVS date: 2001/03/15 17:54:55

37 files changed:
CHANGES
configure.in
lib/fsm.c
po/cs.po
po/da.po
po/de.po
po/es.po
po/eu_ES.po
po/fi.po
po/fr.po
po/gl.po
po/hu.po
po/id.po
po/is.po
po/it.po
po/ja.po
po/ko.po
po/no.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/rpm.pot
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/wa.po
po/zh.po
po/zh_CN.GB2312.po
popt/configure.in
popt/popt.spec
rpm.spec
rpm.spec.in

diff --git a/CHANGES b/CHANGES
index 5ffce03..c8ad839 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-4.0.2 -> 4.0.3
+4.0.3 -> 4.1
        - cpio mappings carry dirname/basename, not absolute path.
        - fix: check waitpid return code.
        - remove support for v1 src rpm's.
@@ -8,6 +8,8 @@
        - update per-interpreter dependency scripts, add sql/tcl (#20295).
        - fix: rpmvercmp("1.a", "1.") returned -1, not +1 (#21392).
 
+4.0.2 -> 4.0.3
+
 4.0 -> 4.0.[12]
        - add doxygen and lclint annotations most everywhere.
        - rip out rpm{get,put}text, use getpo.sh and specspo instead.
index 0daa6bf..c76a6f0 100644 (file)
@@ -7,7 +7,7 @@ dnl it, why check it?
 AC_INIT(rpm.c)
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(rpm, 4.0.3)
+AM_INIT_AUTOMAKE(rpm, 4.1)
 AM_CONFIG_HEADER(config.h)
 
 AC_PREREQ(2.12)         dnl Minimum Autoconf version required.
@@ -344,18 +344,18 @@ dnl )
 AC_MSG_CHECKING(whether to enable DB1 support)
 
 AC_ARG_ENABLE(db1,
-[  --disable-db1           Disable DB1 support ],
+[  --enable-db1            Enable DB1 support ],
 [
-if test "$enableval" = "yes"; then
-   AC_MSG_RESULT(yes)
-   usedb1=yes
-else
+if test "$enableval" = "no"; then
    AC_MSG_RESULT(no)
    usedb1=no
+else
+   AC_MSG_RESULT(yes)
+   usedb1=yes
 fi
 ],[
-AC_MSG_RESULT(yes)
-usedb1=yes
+AC_MSG_RESULT(no)
+usedb1=no
 ])
 
 if test "$usedb1" = "yes"; then
@@ -368,7 +368,7 @@ if test "$usedb1" = "yes"; then
 fi
 
 if test X"$DBLIBSRCS" = X; then
-    AC_MSG_ERROR([sorry rpm requires libdb-3.x.a or libdb1.a (from the Berkeley db package)]) 
+    AC_MSG_ERROR([sorry rpm requires libdb-3.x.a (from the Berkeley db package)]) 
 fi
 
 if test -n "$libdb3" -a -n "$libthread" ; then
index 3e38965..49fc3d1 100644 (file)
--- a/lib/fsm.c
+++ b/lib/fsm.c
@@ -538,7 +538,6 @@ fprintf(stderr, "*** %s:%s %s\n", fiTypeString(fi), fileActionString(fsm->action
            break;
 
        case FA_BACKUP:
-fprintf(stderr, "*** %s:%s %s\n", fiTypeString(fi), fileActionString(fsm->action), (fsm->path ? fsm->path : ""));
            switch (fi->type) {
            case TR_ADDED:
                fsm->osuffix = SUFFIX_RPMORIG;
index fd68f2f..e00e79d 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-08-23 22:24+0100\n"
 "Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -9,489 +9,489 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "nemohu otevøít databázi balíèkù v %s\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "chybné závislosti pøi sestavování:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Nelze otevøít spec soubor %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Nelze otevøít rouru pro tar: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Nelze èíst spec soubor %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Nelze pøejmenovat %s: na %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "nemohu zjistit stav %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Soubor %s není obyèejný soubor\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Nezdá se, ¾e by %s byl spec soubor.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Sestavuji cílové platformy: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Sestavuji pro cíl %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verze %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (c) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Tento program lze volnì ¹íøit podle podmínek GNU GPL."
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "pou¾ití: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <adr>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <adr>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <soubor>] [--ignorearch] [--dbpath <adr>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <adr>] [--ignoreos] [--nodeps] [--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <poèítaè>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <poèítaè>] [--httpport <port>]"
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--justdb] [--noorder] [--relocate stará_cesta=nová]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <cesta>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <adr>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <soubor>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <adr>] [--prefix <adr>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <poèítaè>] [--ftpport <port>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--noorder] [--relocate stará_cesta=nová_cesta]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <cesta>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <adr>] [--rcfile <soubor>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr "                        [--triggeredby]"
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "                        [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <adr>] [cíle]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <adr>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [cíle]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [cíl]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [cíl]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <adr>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 "                        [--justdb] [--notriggers] balíèek1 ... balíèekN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           balíèek1 ... balíèekN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "pou¾ití:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "vypsat tuto zprávu"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "vypsat pou¾ívanou verzi rpm"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   v¹echny re¾imy podporují tyto parametry:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<jméno> <tìlo>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "definování makra <jméno> s obsahem <tìlo>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr "vypsat pou¾ívanou verzi rpm"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "odeslat stdout do <pøíkazu>"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <soubor>    "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "pou¾ijte <soubor> místo /etc/rpmrc a $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "zobrazit finální konfiguraci rpmrc a maker"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "o nìco upovídanìj¹í reøim"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "velmi upovídaný re¾im (pro ladìní)"
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instalace, aktualizace a dotazy (s -p) mohou pou¾ívat URL na místìURL"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   jmen souborù stejnì jako následující volby:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <poèítaè> "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "název poèítaèe nebo IP adresa ftp proxy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "èíslo portu serveru ftp (nebo proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <poèítaè>"
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "název poèítaèe nebo IP adresa http proxy"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>    "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "èíslo portu http serveru (nebo proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "re¾im dotazù"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <adr>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "pou¾ít <adr> jako adresáø pro databázi"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "pou¾ít <qfmt> jako hlavièkový formát (implikuje -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <adr>        "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "pou¾ít <adr> jako adresáø nejvy¹¹í úrovnì"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Volby pro specifikaci balíèku:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "dotázat v¹echny balíèky"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <soubor>+      "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "dotaz na balíèek vlastnící <soubor>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <soubor_balíèku>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "dotaz na (nenainstalovaný) balíèek <soubor_balíèku>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <balíèek>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "dotazy na balíèky aktivované <balíèkem>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <cap>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "dotaz na balíèky poskytující schopnost <cap>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <cap>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "dotaz na balíèky vy¾adující schopnost <sch>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Volby pro vybìr informací:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "zobrazit informace o balíèku"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "zobrazit záznamy o zmìnách balíèku"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "zobrazit seznam souborù v balíèku"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "zobrazit stavy souborù (implikuje -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "vypsat pouze soubory s dokumentací (implikuje -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "vypsat pouze konfiguraèní soubory (implikuje -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -499,23 +499,23 @@ msgstr ""
 "zobrazit v¹echny ovìøitelné údaje pro ka¾dý soubor (musí se pou¾ít s -l, -c "
 "nebo -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "uvést schopnosti poskytované balíèkem"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "uvést závislosti balíèku"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "vytisknout [de]instalaèní skripty"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "zobrazit spou¹tì (triggery) obsa¾ené v balíèku"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -523,141 +523,141 @@ msgstr ""
 "ovìøit instalaci balíèku pou¾itím stejných voleb pro specifikaci balíèku, "
 "jako pro -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "nekontrolovat závislosti balíèkù"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "nekontrolovat md5 souèty souborù"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "nekontrolovat atributy souborù"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "uvést pøíznaky, které lze pou¾ít v dotazovacím formátu"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <balíèek>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <balíèek>     "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "nainstalovat balíèek"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <cesta>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "pøeskoèit soubory v cestì <cesta>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr "pøemístìní souborù v nepøemístitelném balíèku"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adr>      "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "pøemístit soubory do <adr>, jsou-li pøemístitelné"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "neinstalovat dokumentaci"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "zkratka pro --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "bìhem instalace balíèku zobrazit dvojité køí¾ky (dobré s -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "nainstalovat v¹echny soubory i konfigurace, které by se jinak mohly vynechat"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "nekontrolovat architekturu balíèku"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "nekontrolovat volné místo na disku pøed instalací"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "nekontrolovat operaèní systém balíèku"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "nainstalovat dokumentaci"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "upravit databázi, ale neupravovat systém souborovù"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "pro vyøe¹ení závislostí nemìnit poøadí instalace balíèkù"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "bìhem instalace balíèku zobrazit procenta"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "instalovat, i kdy¾ balíèek pøepí¹e existující soubory"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "pøeinstalovat, i kdy¾ je ji¾ balíèek pøítomen"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "neinstalovat ale sdìlit, zda-li by to fungovalo èi nikoli"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <balíèek>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <balíèek>          "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizovat balíèek (stejné volby jako --install, plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -665,15 +665,15 @@ msgstr ""
 "aktualizovat na starou verzi balíèku (--force to dìlá pøi aktualizacích "
 "automaticky)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <balíèek>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "smazat (deinstalovat) balíèek"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -681,100 +681,100 @@ msgstr ""
 "odstranit v¹echny balíèky odpovídající <balíèku> (obvykle se generuje chyba, "
 "specifikuje-li <balíèek> více balíèkù)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etapa> <spec>      "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etapa> <tarball> "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "sestavit balíèek, kde <etapa> je jedna z:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrola seznamù (provede zbì¾né kontroly %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilace (pøíprava a kompilace)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "instalace (pøíprava, kompilace a instalace)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src balíèek (pøíprava, kompilace, instalace, zabalení)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "pøeskoèit pøímo na urèenou etapu (pouze pro c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "po dokonèení odstranit sestavovací strom"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "po dokonèení odstranit zdrojové kódy"
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr "po dokonèení odstranit spec soubor"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "generovat PGP/GPG podpis"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <adr>   "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "pou¾ít <adr> jako koøen pro sestavení"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<platforma>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "sestavit balíèek pro cíl platforma1...platformaN."
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "nespou¹tìt ¾ádné etapy"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sec>   "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "nastavit èasovou kontrolu na <sec> sekund (0 ji deaktivuje)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <zdroj_balíèek> "
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -782,63 +782,63 @@ msgstr ""
 "instalovat zdrojový balíèek, sestavit binární balíèek, odstranit spec "
 "soubor, zdrojové kódy, záplaty a ikony."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <zdroj_balíèek> "
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "jako --rebuild, ale nesestavovat balíèky"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balíèek>+   "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "podepsat balíèek (zahodit aktuální podpis)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balíèek>+  "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "pøidat do balíèku podpis"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <balíèek>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    --K <balíèek>+        "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "ovìøit podpis v balíèku"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "vynechat pøípadné PGP podpisy"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "vynechat pøípadné GPG podpisy"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "vynechat pøípadné MD5 souèty"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "zajistit, aby existovala platná databáze"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "znovu vytvoøit databázi z existující databáze"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -846,7 +846,7 @@ msgstr ""
 "nastavit oprávnìní k souborùm podle údajù v databázi balíèkù pomocí stejných "
 "voleb pro specifikaci balíèku, jako pro -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -854,162 +854,167 @@ msgstr ""
 "nastavit vlastníka a skupinu vlastnící soubor podle údajù v databázi balíèkù "
 "pomocí stejných voleb pro specifikaci balíèku, jako pro -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "specifikovat lze jen jeden hlavní re¾im"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u a --uninstall jsou zastaralé a ji¾ je nelze pou¾ít.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Pou¾ijte volbu -e nebo --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "pøemístìní musejí zaèínat znakem /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "pøemístìní musejí obsahovat ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "pøemístìní musejí mít za znakem = znak /"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "vynechané cesty musí zaèínat znakem /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Interní chyba pøi zpracování parametrù (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "najednou lze provést jen jeden typ dotazu èi ovìøení"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "neoèekávaný pøíznak pro dotaz"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "neoèekávaný formát dotazu"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "neoèekávaný zdroj dotazu"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "vynucena mù¾e být jen instalace, aktualizace, smazání zdrojových kódù a spec "
 "souboru"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "soubory mohou být pøemístìny jen pøi instalaci balíèkù"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "pou¾ít lze jen jeden z parametrù --prefix nebo --relocate"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate a --excludepath je mo¾no pou¾ít jen pøi instalaci nových balíèkù"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix je mo¾no pou¾ít jen pøi instalaci nových balíèkù"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "parametry pro --prefix musejí zaèínat znakem /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "pou¾ít lze jen jeden z parametrù --excludedocs a --includedocs"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mù¾e být pou¾it jen pøi instalaci balíèkù"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mù¾e být pou¾it jen pøi instalaci a odstraòování balíèkù"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts mù¾e být pou¾it jen pøi instalaci, odstraòování nebo kontrole "
 "balíèkù"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles mù¾e být pou¾it jen pøi instalaci balíèkù"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--notriggers mù¾e být pou¾it jen pøi instalaci, odstraòování nebo kontrole "
-"balíèkù"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "----notriggers mù¾e být pou¾ito jen pøi instalaci nebo mazání balíèkù"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1017,13 +1022,13 @@ msgstr ""
 "--nodeps mù¾e být pou¾it jen pøi sestavování, rekompilaci, instalaci, "
 "odstraòování a kontrole"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test mù¾e být pou¾it jen pøi instalaci, odstraòování a sestavování"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1031,97 +1036,97 @@ msgstr ""
 "--root (-r) mù¾e být pou¾it jen pøi instalaci, odstraòování, dotazech nebo "
 "znovuvytvoøení databáze"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parametry pro --root (-r) musejí zaèínat znakem /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage lze pou¾ít jen pøi aktualizacích"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp lze pou¾ít jen pøi kontrole podpisù"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg lze pou¾ít jen pøi kontrole podpisù"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 mù¾e být pou¾it jen pøi kontrole podpisù a ovìøování balíèkù"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr "¾ádné soubory k podepsání\n"
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "pøístup k souboru %s se nezdaøil\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp nenalezeno: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "Vlo¾te heslovou frázi: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Chybná heslová fráze\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Heslová fráze je v poøádku.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "©patná %%_signature spec v souboru maker.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign mù¾e být pou¾it jen pøi sestavování balíèkù"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "spu¹tìní selhalo\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "neoèekávané parametry pro --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "ke kontrole podpisu nezadány ¾ádné balíèky"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "k podepsání nezadány ¾ádné balíèky"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "nezadány ¾ádné balíèky pro odstranìní"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "nezadány ¾ádné balíèky pro instalaci"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "k dotazu na v¹echny balíèky zadány parametry navíc"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "k dotazu nezadány ¾ádné parametry"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr "pro kontrolu v¹ech balíèkù zadány parametry navíc"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "pro kontrolu nezadány ¾ádné balíèky"
 
@@ -1169,7 +1174,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1214,343 +1219,395 @@ msgstr "znovu vytvo
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "¾ádné balíèky\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr "pøeskoèit soubory s úvodní cestou <cesta> "
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "balíèek %s-%s-%s je ji¾ nainstalován"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <soubor_balíèku>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nespou¹tìt ¾ádné etapy"
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+#, fuzzy
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "nespou¹tìt ¾ádné etapy"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "nespou¹tìt ¾ádné etapy"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "nespou¹tìt ¾ádné etapy"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "nespou¹tìt ¾ádné instalaèní skripty"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "nespou¹tìt ¾ádné instalaèní skripty"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "nespou¹tìt ¾ádné instalaèní skripty"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "     --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "   --upgrade <balíèek>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "Velikost podpisu: %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Pou¾ití: %s {--help}\n"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr "  V¹echny re¾imy podporují tyto volby:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr "   --define '<jméno> <tìlo>'"
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "   --eval '<pøíkaz>+'     "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "vypsat pou¾ívanou verzi rpm"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <soubor>    "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <adr>      "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr "      --root <adr>        "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   Instalace, aktualizace a dotaz (s -p) mohou u¾ívat adresy ve tvaru URL"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr "  na místì jména souboru stejnì jako následující volby:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr "     --ftpproxy <poèítaè> "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr "     --ftpport <port>     "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr "     --httpproxy <poèítaè> "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr "     --httpport <port>    "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr "      Volby pro specifikaci balíèku:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr "dotázat/ovìøit v¹echny balíèky"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr "     -f <soubor>+         "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr "dotaz/ovìøení balíèku vlastnícího <soubor>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr "     -p <soubor_balíèku>+ "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "dotaz/ovìøení (nenainstalovaného) balíèku <soubor_balíèku>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr "     --triggeredby <balíèek> "
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr "dotaz/ovìøení balíèku aktivovaného <balíèkem>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr "     --whatprovides <cap> "
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr "dotaz/ovìøení balíèkù poskytujících schopnost <cap>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr "     --whatrequires <cap> "
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr "dotaz/ovìøení balíèkù vy¾adujících schopnost <cap>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr "     --queryformat <qfmt> "
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr "    Volby pro vybìr informací:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr "uvést schopnosti poskytované balíèkem"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr "uvést schopnosti vy¾adované balíèkem"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr "vytisknout [de]instalaèní skripty"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr "zobrazit spou¹tì (triggery) obsa¾ené v balíèku"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "nespou¹tìt ¾ádné etapy"
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr "   --install <balíèek>"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr "   -i <balíèek>           "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr "     --excludepath <cesta> "
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr "     --prefix <adr>       "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "     --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr "   --upgrade <balíèek>"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr "   -U <balíèek>           "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr "   --erase <balíèek>"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr "   --resign <balíèek>+    "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr "   --addsign <balíèek>+   "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <balíèek>+"
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr "   -K <balíèek>+         "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr "inicializovat databázi (není potøeba, zpìtná kompatibilita)"
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr "znovu vytvoøit databázi z existujících databázových hlavièek"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Pou¾ijte volbu -e nebo --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadána pro operaci, která databázi nepou¾ívá"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
-msgstr "----notriggers mù¾e být pou¾ito jen pøi instalaci nebo mazání balíèkù"
+"script disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb mù¾e být pou¾it jen pøi instalaci a odstraòování balíèkù"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "ke znovusestavení nezadány ¾ádné balíèky"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "pro sestavení nezadány ¾ádné spec soubory"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "pro sestavení nezadány ¾ádné tar soubory"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nelze otevøít doèasný soubor."
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Provádìní(%s): %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Spu¹tìní %s selhalo (%s): %s"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Návratový kód chyby ze %s: (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1618,169 +1675,169 @@ msgstr "&& a || nen
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe ve výrazu"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK selhal: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Chybí '(' v %s %s"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Chybí ')' v %s(%s"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neplatný %s token: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Neprázdný znak následuje %s(): %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "©patná syntaxe: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "©patná práva: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "©patná práva adresáøe: %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicitní locale %.*s v %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosa¾en limit pro %%docdir"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "Jen jeden parametr pro %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dav soubory na jednom øádku: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Soubor musí zaèínat \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Nelze míchat speciální %%doc s ostatnímí formáty: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Soubor uveden dvakrát: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s"
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Soubor nesouhlasí s prefixem (%s): %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Soubor nenalezen: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "©patný vlastník/skupina: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Soubor %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Soubor potøebuje úvodní \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Soubor nenalezen: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nemohu otevøít %%files soubor %s: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "øádek: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "©patný soubor: %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nemohu spustit %s: %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nemohu provést fork %s: %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s selhalo"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Nemohu zapsat v¹echna data do %s"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Hledám   %s: (pou¾it %s)...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Selhalo vyhledání %s:"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Zpracovávám soubory: %s-%s-%s\n"
@@ -1806,132 +1863,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nemohu získat jméno poèítaèe: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "vytváøení archívu selhalo na souboru %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "zápis cpio_copy selhal: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "ètení cpio_copy selhalo: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nemohu otevøít PreIn soubor: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nemohu otevøít PreUn soubor: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nemohu otevøít PostIn soubor: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nemohu otevøít PostUn soubor: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nemohu otevøít VerifyScript soubor: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nemohu otevøít soubor se spu¹tí (trigger): %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otevøení %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ètení %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s není RPM balíèek\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ètení hlavièky z %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "©patná CSA data"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generuji podpis: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nemohu otevøít %s: %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nemohu zapsat balíèek: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nemohu otevøít cíl pro podepsání %s: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nemohu pøeèíst ikonu %s: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nemohu zapsat balíèek %s: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nemohu pøeèíst ikonu %s: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nemohu zapsat balíèek %s: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapsáno: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Nemohu vygenerovat jméno souboru pro balíèek %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "øádek: %d: druhý %s"
@@ -1971,17 +2028,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "øádek %d: Chyba pøi parsování %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "øádek %d: ¹patná volba %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "øádek %d: Pøíli¹ mnoho jmen: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "øádek %d: Balíèek neexistuje: %s"
@@ -1991,198 +2048,198 @@ msgstr "
 msgid "line %d: Second description\n"
 msgstr "øádek %d: Druhé description"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "øádek %d: Chyba pøi parsování %%files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "øádek %d: Druhý %%files seznam"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "Architektura je vyøazena: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "Architektura není vyøazena: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "OS je vyøazen: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "OS není vyøazen: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "Polo¾ka %s musí být v balíèku pøítomna: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Duplikovaná polo¾ka %s v balíèku: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Nemohu otevøít ikonu %s: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Nemohu pøeèíst ikonu %s: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Neznámý typ ikony: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "øádek %d: Poèkozená znaèka: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "øádek %d: Prázdná znaèka: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "øádek %d: Nepøípustný znak '-' v %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot nemù¾e být \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "øádek %d: Prefixy nesmí konèit znakem \"/\": %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "øádek %d: Docdir musí zaèínat '/': %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "øádek %d: Polo¾ka Epoch/Serial musí být èíslo: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "øádek %d: ©patné èíslo %s: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "øádek %d: ©patný formát BuildArchitecture: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Interní chyba: ©patná znaèka: %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "¹patná specifikace balíèku: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Balíèek ji¾ existuje: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "øádek %d: Neznámá znaèka: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec soubor nemù¾e pou¾ít BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "©patný zdroj: %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "Patch èíslo %d neexistuje"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "Zdroj èíslo %d neexistuje"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Nemohu naèíst nosource %s: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "Chyba pøi parsování %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "øádek %d: ©patný parametr v %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "øádek %d: ©patná volba v %%setup %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "øádek %d: K %%patch -b potøebuji parametr: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "øádek %d: K %%patch -z potøebuji parametr: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "øádek %d: K %%patch -p potøebuji parametr: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "øádek %d: ©patný parametr pro %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "Pøíli¹ mnoho patchù!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "øádek %d: ©patný parametr pro %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "øádek %d: druhý %%prep"
@@ -2230,63 +2287,63 @@ msgstr "
 msgid "line %d: Second %s\n"
 msgstr "øádek %d: Druhý %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "øádek %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Nemohu otevøít %s: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "Neuzavøený %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean vrátil %d"
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else bez poèíteèního if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif bez poèáteèního if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "po¹kozený pøíkaz %%include"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "®ádné architektury pro sestavení"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "Balíèek nemá ¾ádné %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "øádek %d: ©patné èíslo: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "øádek %d: ©patné èíslo %s: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "øádek %d: ©patné èíslo %s: %s\n"
@@ -2504,30 +2561,30 @@ msgstr "bal
 msgid "package %s conflicts: %s\n"
 msgstr "balíèek %s koliduje: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstraòuji \"%s\" z indexu %s.\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2546,7 +2603,7 @@ msgstr ""
 "na http://www.rpm.org nebo v diskuzním listu rpm-list@redhat.com.\n"
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(není èíslo)"
 
@@ -2588,32 +2645,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "øádek %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "varování: %s ulo¾eno jako %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "nemohu odstranit %s - adresáø není prázdný"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "rmdir %s selhalo: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "otevøení %s selhalo: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "varování: %s vytvoøeno jako %s"
@@ -2624,88 +2681,88 @@ msgstr "varov
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "Poèet RPM_STRING_TYPE pro grabData() musí být 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datový typ %d není podporován\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "Chybný poèet pro headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "chybí { po %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "po %{ chybí }"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "prázdný formát znaèky"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "prázdné jméno znaèky"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "neznámá znaèka"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "na konci pole oèekáváno ]"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "neoèekávaná ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "neoèekávaná }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "ve výrazu oèekáván ?"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "ve výrazu je po ? oèekávána {"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "ve výrazu je oèekávána }"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "v podvýrazu je po ? oèekávána :"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "ve výrazu je po : oèekávána {"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "na konci výrazu je oèekáváno |"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(neznámý typ)"
 
@@ -2725,141 +2782,141 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "tato verze RPM podporuje práci s balíèky s hlavním (major) èíslem <= 4"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot ji¾ byl nastaven"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "provádím %%prep èást podle spec souboru"
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "provádím %%install èást podle spec souboru"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "kontrola èásti %%files ve spec souboru"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "vytvoøení zdrojového a binárního balíèku podle spec souboru"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "vytvoøení binárního balíèku podle spec souboru"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "vytvoøení zdrojového balíèku podle spec souboru"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "provádím %%prep èást z tar souboru"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "provádím %%install èást z tar souboru"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "kontrola èásti %%files z tar souboru"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "vytvoøení zdrojového a binárního balíèku z tar souboru"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "vytvoøení binárního balíèku z tar souboru"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "vytvoøení zdrojového balíèku z tar souboru"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "vytvoøení binárního balíèku ze zdrojového"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "¾ádné balíèky\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "provádím %%install èást ze zdrojového balíèku"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "build root pøedefinován"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "nespou¹tìt ¾ádné etapy vytváøení balíèku"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "ignorovat I18N zprávy ve spec souboru"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr "po dokonèení odstranit spec soubor"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "cílová platforma pøedefinována"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "vyhledat I18N øetìzce katalogu spec souboru"
@@ -3015,199 +3072,189 @@ msgstr "v bal
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "neznámá chyba %d vznikla pøi manipulaci s balíèkem %s-%s-%s"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s neexistuje - pou¾ita skupina root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozbalování archívu selhalo %s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " na souboru "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "nemohu zapsat do %s"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "instaluji zdrojový balíèek\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "oèekávám balíèek se zdrojovými kódy, nalezen v¹ak binární"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balíèek neobsahuje spec soubor"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "oèekávám balíèek se zdrojovými kódy, nalezen v¹ak binární"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "balíèek: %s-%s-%s test souborù = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s neexistuje - pou¾ita skupina root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozbalování archívu selhalo %s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " na souboru "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "spou¹tím pøípadný postinstalaèní skript\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "pøeskakuji %s - pøenos selhal - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "chyba ve formátu: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾ádné soubory)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "normální      "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "nahrazen      "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "neinstalován  "
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "sdílen v síti "
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámý %3d) "
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(chybí stav)  "
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "balíèek nemá vlastníka souboru ani seznamy id"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "nemohu provést dotaz %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otevøení %s selhalo: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "nelze provést dotaz na zdrojové balíèky starého formátu\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "nezdá se, ¾e by %s byl balíèek typu RPM\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "dotaz na %s se nezdaøil\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr "¾ádné balíèky\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾ádný balíèek nevy¾aduje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾ádný balíèek neposkytuje %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "soubor %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "soubor %s nevlastní ¾ádný balíèek\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neplatné èíslo balíèku: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr "záznam balíèku èíslo: %u\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "záznam %d nelze pøeèíst\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balíèek %s není nainstalován\n"
@@ -3448,118 +3495,118 @@ msgstr "ma
 msgid "failed to remove directory %s: %s\n"
 msgstr "nemohu odstranit adresáø %s: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "nezadány ¾ádné balíèky pro instalaci"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "poèítám balíèky pro instalaci\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "nalezeno %d balíèkù\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "hledám balíèky pro sta¾ení\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "pøeskakuji %s - rpmGlob selhal(%d)\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Stahuji %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... jako %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "pøeskakuji %s - pøenos selhal - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "pøijato %d balíèkù\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nemohu otevøít soubor %s: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nemù¾e být nainstalován\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nemohu otevøít databázi balíèkù v %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "balíèek %s není pøemístitelný\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "chyba pøi ètení ze souboru %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "soubor %s vy¾aduje novìj¹í verzi RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "nalezeno %d zdrojových a %d binárních balíèkù\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "nevyøe¹ené závislosti:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "instaluji binární balíèky\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "chyba: nemohu otevøít %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" urèuje více balíèkù\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstranìní tìchto balíèkù by poru¹ilo závislosti:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nemohu otevøít %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instaluji %s\n"
@@ -3569,98 +3616,98 @@ msgstr "Instaluji %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "ètení selhalo: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "chybí druhá ':' u %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "chybí název architektury u %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Neúplný datový øádek %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Pøíli¹ mnoho parametrù v datovém øádku %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Chybné èíslo architektury nebo OS: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Neúplný standardní øádek %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Pøíli¹ mnoho parametrù ve výchozím øádku u %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nemohu expandovat %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, fuzzy, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Nemohu èíst %s, HOME je pøíli¹ velký."
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nemohu otevøít %s pro ètení: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Nemohu èíst %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "chybí ':' (nalezeno na 0x%02x) v %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "chybí parametr pro %s u %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "expanze %s selhala na %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "nemohu otevøít soubor %s na %s:%d: %s"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "chybí architektura pro %s u %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "chybná volba '%s' u %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznámý systém: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Zkontaktujte prosím rpm-list@redhat.com\n"
 
@@ -3839,34 +3886,34 @@ msgstr "vynech
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s pøeskoèeno, proto¾e chybí pøíznak\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr "nekontrolovat soubory v balíèku"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "nespou¹tìt ¾ádné etapy"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "balíèek neobsahuje ani u¾ivatelská jména ani seznam id (nemìlo by se nikdy "
 "stát)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "balíèek neobsahuje ani jména skupin ani seznam id (nemìlo by se nikdy stát)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "chybí      %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
@@ -3963,61 +4010,61 @@ msgstr "Soubor %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Soubor %s je men¹í, ne¾ %d bajtù"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Úspìch"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "Chybná odezva FTP serveru"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "IO chyba serveru"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Timeout serveru"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "Nelze pøevést jméno na IP adresu poèítaèe"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "Nelze pøevést IP na jméno poèítaèe"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "Pøipojení k serveru selhalo"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "Selhalo navázání datového spojení se serverem"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "IO chyba pøi lokálním souboru"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Chyba pøi nastavení vzdáleného serveru do pasivního re¾imu"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Soubor nebyl na serveru nalezen"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "Probíhá pøeru¹ení"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Neznámá nebo neoèekávaná chyba"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "pøihla¹ování na %s jako %s, heslo %s\n"
@@ -4082,6 +4129,20 @@ msgstr "url port mus
 msgid "failed to create %s: %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers mù¾e být pou¾it jen pøi instalaci, odstraòování nebo kontrole "
+#~ "balíèkù"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "instaluji zdrojový balíèek\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "pøeskakuji %s - pøenos selhal - %s\n"
+
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       %s {--initdb}   [--dbpath <adr>]\n"
 
index 5375092..d70d316 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-03-07 05:17+01:00\n"
 "Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
 "Language-Team: Danish/Dansk <dansk@klid.dk>\n"
@@ -9,1092 +9,1097 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "Kan ikke åbne %s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "ugyldig flag '%s' ved %s:%d"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "ugyldig flag '%s' ved %s:%d"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Filen er ikke en regulær fil: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Filen %s synes ikke at være en spec-fil.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM version %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Ophavsret (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "Brug: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <kat>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <kat>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <vært>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <vært>] [--httpport <port>] "
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate gammelsti=nysti]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <sti>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] fil-1.rpm ... fil-N.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <kat>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <fil>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <kat>] [--prefix <kat>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <vært>] [--httpport <port>] "
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate gammelsti=nysti]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <sti>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        fil-1.rpm ... fil-N.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [mål]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <kat>] [mål]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [mål]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [mål]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [mål]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} fil-1.rpm ... fil-N.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <kat>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] rpakke1 ... pakkeN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           pakke1 ... pakkeN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "Brug:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "vis denne meddelse"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "vis versionen af rpm som benyttes"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   Alle tilstande understøtter følgende argumenter:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<name> <body>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "definér makro <name> med værdi <body>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<name>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <kmd>          "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "    --rcfile <fil>        "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <vært>   "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <vært>  "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <kat>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "forespørg alle pakker"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "installér pakke"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>  "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "installér ikke dokumentation"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <pakke>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "slet (afinstallér) pakke"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilér (forbered og kompilér)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "installér (forbered, kompilér og installér)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakke>+     "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakke>+    "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "tilføj signatur til pakke"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pakke>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    -K <pakke>+           "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "verificér pakke signatur"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--nopgp må kun bruges under signaturkontrollering"
+
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage må kun bruges under opgraderinger"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp må kun bruges under signaturkontrollering"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg må kun bruges under signaturkontrollering"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp ikke fundet: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1142,7 +1147,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1186,337 +1191,378 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "ingen pakker\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "forespørg alle pakker"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Brug: %s {--help}\n"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr "   --define '<name> <body>'"
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "   --eval '<name>+'       "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "vis versionen af rpm som benyttes"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr "   --pipe <kmd>           "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    --rcfile <fil>        "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr "   --dbpath <katalog>     "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr "   --root <katalog>       "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    --eval '<name>+'      "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "    --rcfile <fil>        "
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "fjernelse af %s fejlede: %s"
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1572,164 +1618,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Fil ikke fundet på tjener"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Fil ikke fundet på tjener"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "fil %s: %s\n"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "fil %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "kan ikke åbne %s: %s\n"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp fejlede"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "ugyldig flag '%s' ved %s:%d"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1755,131 +1801,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1912,17 +1958,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1932,186 +1978,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "kan ikke åbne pakke: %s\n"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Ukendt system: %s\n"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "intern fejl (rpm fejl?): "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "RPM-database eksisterer allerede"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "Ukendt system: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "kan ikke åbne %s: %s\n"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2156,57 +2202,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "fil %s: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2422,30 +2468,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2460,7 +2506,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2502,32 +2548,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%6d %s\n"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "fjernelse af %s fejlede: %s"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "fjernelse af %s fejlede: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "fjernelse af %s fejlede: %s"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2537,88 +2583,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2636,128 +2682,128 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "ingen pakker\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2908,195 +2954,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "kan ikke åbne %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "kan ikke åbne %s: %s\n"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
 #, c-format
-msgid "%s: running %s script(s) (if any)\n"
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/query.c:161
+#: lib/psm.c:1522
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr "ingen pakker\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3332,117 +3369,117 @@ msgstr "fjener kataloget %s\n"
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "fundet %d pakke(r)\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "leder efter pakker til at hente\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Modtager %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "modtager %d pakker\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kan ikke åbne fil %s: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "Kan ikke åbne %s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "installerer binære pakker\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "Kan ikke åbne %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kan ikke åbne %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerer %s\n"
@@ -3452,98 +3489,98 @@ msgstr "Installerer %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "fjernelse af %s fejlede: %s"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Kan ikke udvide %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "ugyldig flag '%s' ved %s:%d"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan ikke åbne %s ved %s:%d: %s"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ugyldig flag '%s' ved %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Ukendt system: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Kontakt venligst rpm-list@redhat.com\n"
 
@@ -3711,28 +3748,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3821,60 +3858,60 @@ msgstr "fil %s: %s\n"
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Succés"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "Tidsudløb for tjener"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Tidsudløb for tjener"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Fil ikke fundet på tjener"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 857de91..fbda5f5 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 1998-08-03 18:02+02:00\n"
 "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
 "Language-Team: German <de@li.org>\n"
@@ -45,526 +45,526 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
 
 # , c-format
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
 
 # , c-format
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
 # , c-format
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s scheint kein RPM-Paket zu sein\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s scheint kein RPM-Paket zu sein\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
 # , c-format
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Version %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright © 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Dies darf unter den Bedingungen der »GNU GPL« frei verteilt werden"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "Benutzung: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <VERZ>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <VERZ>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <VERZ>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <VERZ>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <DATEI>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <VERZ>]"
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]"
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <VERZ>] [--rcfile <DATEI>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--dbpath <VERZ>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <VERZ>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [ZIEL]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [ZIEL]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <VERZ>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] PAKET1 ... PAKETn"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpm.c:266
+#: rpm.c:290
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           PAKET1 ... PAKETn"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "Benutzung:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "Gibt diesen Text aus"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "Die benutzte RPM-Version anzeigen"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   alle Modi unterstützen folgende Argumente:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "Die benutzte RPM-Version anzeigen"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "Standard-Ausgabe nach <BEFEHL> umleiten"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "<DATEI> anstelle von /etc/rpmrc und $HOME/.rpmrc benutzen"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "Ausgabe etwas ausführlicher gestalten"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "extrem ausführliche Ausgabe (um Programm-Fehler zu finden)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
 
-#: rpm.c:328
+#: rpm.c:352
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr ""
 "   anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "Hostname oder IP des ftp-Proxys"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "Portnummer des ftp-Servers (oder -Proxys)"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "Hostname oder IP des ftp-Proxys"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "Portnummer des ftp-Servers (oder -Proxys)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "Anfrage-Modus"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "<VERZ> als Datenbankverzeichnis benutzen"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "S als Kopfzeilen-Format benutzen (impliziert -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "<VERZ> als Stammverzeichnis benutzen"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Optionen der Paketauswahl:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "Anfrage an alle Pakete"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
 
-#: rpm.c:354
+#: rpm.c:378
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:356
+#: rpm.c:380
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:357
+#: rpm.c:381
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
 
-#: rpm.c:358
+#: rpm.c:382
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:359
+#: rpm.c:383
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Optionen der Informationsauswahl:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "Paketinformationen anzeigen"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "Changelog des Pakets anzeigen"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "Dateiliste des Pakets anzeigen"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "Status der Dateien anzeigen (impliziert -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "Nur Dokumentationsdateien auflisten (impliziert -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -572,173 +572,173 @@ msgstr ""
 "Alle überprüfbaren Infos zu jeder Datei anzeigen (mit -l, -c oder -d "
 "benutzen!)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "Paket-Abhängigkeiten ausgeben"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "Die diversen (De-)Installations-Skripte ausgeben"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 "Ein Paket mit denselben Paketspezifikations-Optionen wie bei -q überprüfen"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "Dateiabhängigkeiten nicht überprüfen"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "md5-Prüfsumme der Datei nicht überprüfen"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "Dateiattribute nicht überprüfen"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "Tags auflisten, die im Anfrageformat benutzt werden können"
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "Paket installieren"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "Paket installieren"
 
-#: rpm.c:404
+#: rpm.c:428
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis <VERZ>"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "Dokumentation nicht installieren"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "Abkürzung für --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "alle Dateien installieren, auch die config-Dateien, die sonst übergangen "
 "würden"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "Paket-Architektur nicht überprüfen"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "Paket-Betriebssystem nicht überprüfen"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "Dokumentation installieren"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "Prozentangabe bei der Paketinstallation ausgeben"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "Neuinstallation, wenn das Paket schon vorhanden ist"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paket aktualisieren (dieselben Optionen wie --install, außerdem)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -746,15 +746,15 @@ msgstr ""
 "Aktualisierung auf eine alte Version des Pakets (--force macht das bei "
 "Aktualisierungen automatisch)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "Paket löschen (deinstallieren)"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -762,111 +762,111 @@ msgstr ""
 "Alle Pakete entfernen, die mit <PAKET> übereinstimmen (normalerweise wird "
 "ein Fehler angezeigt, wenn <PAKET> mehrere Pakete bezeichnet)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "Keine paketspezifischen Skripte ausführen"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:480
+#: rpm.c:504
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "Paket erstellen, <STUFE> ist einer der Buchstaben:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
 # , c-format
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrollieren (oberflächliche Überprüfung der %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilieren (präparieren und kompilieren)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "installieren (präparieren, kompilieren, installieren)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 "Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "Binär- und Quellpaket erstellen (präparieren, kompilieren, installieren und "
 "Paketieren"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "Erstellungsdateibaum nach Beendigung löschen"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP-Signatur generieren"
 
-#: rpm.c:504
+#: rpm.c:528
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "Keine Stufen ausführen"
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "Die Zeitüberprüfung auf S Sekunden setzen (mit 0 ausschalten)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -874,69 +874,69 @@ msgstr ""
 "Quellpaket installieren, Binarypaket erstellen und spec-Datei, Quellen, "
 "Patch-Dateien und Icons löschen"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "wie --rebuild aber kein Paket erstellen"
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)"
 
-#: rpm.c:521
+#: rpm.c:545
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "Signatur einem Paket hinzufügen"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "Paketsignatur überprüfen"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "alle PGP-Signaturen überspringen"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "alle PGP-Signaturen überspringen"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "alle MD5-Signaturen überspringen"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "Sicherstellen, daß eine gültige Datenbank vorhanden ist"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
 # Was ist gemeint?
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -945,7 +945,7 @@ msgstr ""
 "Paketspezifikationsoptionen wie bei -q benutzt würden"
 
 # Was ist gemeint?
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -953,170 +953,177 @@ msgstr ""
 "Datei-Eigentümer und -Gruppe gemäß deren in der Paketdatenbank setzen, wie "
 "wenn dieselben Paketspezifikationsoptionen wie bei -q benutzt würden"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "Es darf nur ein Hauptmodus angegeben werden"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u und --uninstall sind veraltet und funktionieren nicht mehr.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Benutzen Sie stattdessen -e oder --erase\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "Verschiebungen müssen ein »=« beinhalten"
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "bei Verschiebungen muss ein »/« dem »=« folgen"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 "Nur nur eine Art der Anfrage/Überprüfung kann pro Programmlauf durchgeführt "
 "werden"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "nur die Installation und Aktualisierung darf erzwungen werden"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "Dateien können nur während der Paketinstallation verschoben werden"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nur eines der Argumente --prefix oder --relocate darf angegeben werden"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate darf nur bei der Installation neuer Pakete benutzt werden"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix darf nur bei der Installation neuer Pakete benutzt werden"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "Argumente zu --prefix müssen mit einem / beginnen"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "nur eines der Argumente --excludedocs und --includedocs darf angegeben werden"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches darf nur während der Paketdeinstallaiton angegeben werden"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts darf nur während der Paketinstallation, -deinstallation und "
 "-überprüfung angegeben werden"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"--notriggers darf nur während der Paketinstallation, -deinstallation und "
-"-überprüfung angegeben werden"
+"--justdb kann nur während der Paketinstallation und -deinstallation "
+"angegeben werden"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1125,7 +1132,7 @@ msgstr ""
 "--nodeps darf nur während der Paketinstallation, -deinstallation und "
 "-überprüfung angegeben werden"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1133,7 +1140,7 @@ msgstr ""
 "--test darf nur während der Paketinstallation, -deinstallation und "
 "-erstellung angegeben werden"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1141,103 +1148,103 @@ msgstr ""
 "--root (-r) darf nur während der Paketinstallation, -deinstallation, "
 "-anfrage und Datenbankneuerstellungen angegeben werden"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "Argumente zu --root (-r) müssen mit einem / beginnen"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage darf nur während Aktualisierungen benutzt werden"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nopgp darf nur während der Signatur- und Paketüberprüfung angegeben werden"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Die Passwortüberprüfung ist fehlgeschlagen\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Das Passwort ist richtig.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign darf nur während der Paketerstellung benutzt werden"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Öffnen fehlgeschlagen\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "Unerwartete Argumente zu --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "Es wurden keine Pakete für die Signaturüberprüfung angegeben"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "Es wurden keine Pakete für die Signatur angeben"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "Es wurden keine Pakete für die Deinstallation angegeben"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "Es wurden keine Argumente für die Anfrage angegeben"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "Es wurden keine Argumente für die Überprüfung angegeben"
 
@@ -1285,7 +1292,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1330,390 +1337,441 @@ msgstr "Datenbank aus der vorhandenen neu erstellen"
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "Keine paketspezifischen Skripte ausführen"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "Anfrage an alle Pakete"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "Keine Stufen ausführen"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "Keine Stufen ausführen"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "Keine Stufen ausführen"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "Keine paketspezifischen Skripte ausführen"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "Keine Installations-Skripte ausführen"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "Keine Installations-Skripte ausführen"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "Keine Installations-Skripte ausführen"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "Paket installieren"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Benutzung: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   alle Modi unterstützen folgende Argumente:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "Die benutzte RPM-Version anzeigen"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr ""
 "   anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Optionen der Paketauswahl:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Anfrage an alle Pakete"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Optionen der Informationsauswahl:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "Die diversen (De-)Installations-Skripte ausgeben"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "Keine Stufen ausführen"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Benutzen Sie stattdessen -e oder --erase\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath wurde für eine Operation angeben, die keine Datenbank benutzt"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "Es wurden keine Paketdateien für die Neuerstellung angegeben"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "Es wurde kein spec-Datei für die Erstellung angegeben"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "Es wurde keine tar-Datei für die Erstellung angegeben"
 
 # , c-format
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
 
 # , c-format
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Hole %s heraus\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
 # , c-format
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1774,176 +1832,176 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "? im Ausdruck erwartet"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "fehlende { nach %{"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "fehlender ':' bei %s:%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
 # , c-format
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Konnte pgp nicht durchführen"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp fehlgeschlagen"
 
 # , c-format
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -1970,141 +2028,141 @@ msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
 # , c-format
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "Fehler: %s scheint zu keinem RPM-Paket zu gehören\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "Fehler beim Eintrag %s von %s"
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "PGP-Signatur generieren"
 
 # , c-format
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
 # , c-format
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -2139,17 +2197,17 @@ msgid "line %d: Error parsing %%description: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # , c-format
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
@@ -2160,209 +2218,209 @@ msgid "line %d: Second description\n"
 msgstr ""
 
 # , c-format
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "Hole %s heraus\n"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "%s: Öffnen fehlgeschlagen\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "\"%s\" bezeichnet mehrere Pakete\n"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
 # , c-format
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "(unbekannter Typ)"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
 # , c-format
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "fehlende Architektur für %s bei %s:%d"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Fataler Fehler: "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Optionen der Paketauswahl:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "die temporäre Datenbank %s existiert schon"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "(keine Zahl)"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "(keine Zahl)"
 
 # , c-format
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2411,60 +2469,60 @@ msgid "line %d: Second %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "Paket-Architektur nicht überprüfen"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
@@ -2685,30 +2743,30 @@ msgid "package %s conflicts: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # FIXME
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2723,7 +2781,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(keine Zahl)"
 
@@ -2769,32 +2827,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "Entfernen von %s fehlgeschlagen: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "kann Datei %s nicht öffnen: "
@@ -2804,91 +2862,91 @@ msgstr "kann Datei %s nicht 
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "fehlende { nach %{"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "fehlende } nach %{"
 
 # »Tag« übersetzen??? -ke-
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "leeres »Tag«-Format"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "leerer »Tag«-Name"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "unbekannter »Tag«"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "] am Ende des Arrays erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "unerwartete ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "unerwartete }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "? im Ausdruck erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "{ nach ? im Ausdruck erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "} im Ausdruck erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ": nach ? Unterausdruck erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "{ nach : im Ausdruck erwartet"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "| am Ende des Ausdrucks erwartet"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(unbekannter Typ)"
 
@@ -2911,143 +2969,143 @@ msgstr ""
 "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
 
 # , c-format
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "Paket installieren"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "Erstelle die Pakete für das Betriebssystem <BS>"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr ""
 "Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "Paket installieren"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3217,204 +3275,193 @@ msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "öffnen von %s fehlgeschlagen: %s\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:683
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "Paket installieren"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
+msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "Ausführung des Skripts fehlgeschlagen"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "Ausführung des Skripts fehlgeschlagen"
 
 # FIXME shared, besser: "mit anderen geteilte ..."
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "öffnen von %s fehlgeschlagen: %s\n"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "Keine Stufen ausführen"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "Fehler beim Format %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(beinhaltet keine Dateien)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(unbekannter Typ)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "Paket hat keinen Namen"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s scheint kein RPM-Paket zu sein\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "kein Paket triggert %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "kein Paket verlangt %s\n"
 
 # oder besser: ... listet %s auf? -ke-
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "kein Paket stellt %s bereit\n"
 
 # , c-format
-#: lib/query.c:710
+#: lib/query.c:720
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "Eintrag %d konnte nicht gelesen werden\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "Paket %s ist nicht installiert\n"
@@ -3659,123 +3706,123 @@ msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 msgid "failed to remove directory %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, fuzzy, c-format
 msgid "found %d packages\n"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 #, fuzzy
 msgid "looking for packages to download\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
 
 # , c-format
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Hole %s heraus\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "Fehler: %s kann nicht installiert werden\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "Paket installieren"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" bezeichnet mehrere Pakete\n"
 
 # oder besser: "... verletzen" ?
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "Das Enfernen dieser Pakete würde Paket-Abhängigkeiten missachten:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installiere %s\n"
@@ -3785,101 +3832,101 @@ msgstr "Installiere %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "fehlendes zweites ':' bei %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "fehlender Name cer Architektur bei %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Unvollständige Datenzeile bei %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Zu viele Argumente in der Datenzeile bei %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Unzureichende arch/os Zahl: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Unvollständige Standardzeile bei %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Zu viele Argumente in der Standardzeile bei %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
 
 # , c-format
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "fehlender ':' bei %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "fehlendes Argument für %s bei %s:%d"
 
 # , c-format
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "fehlende Architektur für %s bei %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "unzureichende Option '%s' bei %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -4064,30 +4111,30 @@ msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "Paket installieren"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "fehlende { nach %{"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
@@ -4176,68 +4223,68 @@ msgstr "
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 #, fuzzy
 msgid "Bad server response"
 msgstr "Nicht passende Antwort des FTP-Servers"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "FTP IO-Fehler"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 #, fuzzy
 msgid "Server timeout"
 msgstr "Timeout des FTP-Servers"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "Verbindung zum FTP-Server fehlgeschlagen"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "IO-Fehler bei lokaler Datei"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "FTP Unbekannter oder nicht erwarteter Fehler"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4304,6 +4351,21 @@ msgstr "Fehler: der FTP-Port muss eine Zahl sein\n"
 msgid "failed to create %s: %s\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers darf nur während der Paketinstallation, -deinstallation und "
+#~ "-überprüfung angegeben werden"
+
+#, fuzzy
+#~ msgid "installing a source package\n"
+#~ msgstr "Paket installieren"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
+
 #, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       rpm {--initdb}   [--dbpath <VERZ>]"
index 17a24b9..c520121 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 623ba49..1195724 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 3085849..e9bd5b5 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
 "Content-Type: text/plain; charset=\n"
@@ -9,523 +9,523 @@ msgstr ""
 "Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ "
 "--keyword=N_\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "puuttuvat riippuvuudet:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "%s:n avaus epäonnistui\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "En voi lukea %s: %s."
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "en voinut avata %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s ei vaikuta RPM-paketilta\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s ei vaikuta RPM-paketilta\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versio %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Tätä ohjelmaa voi vapaasti levittää GNU GPL:n puittessa"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "käyttö: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <hakem>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <hakem>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <tiedosto>] [--ignorearch] [--dbpath "
 "<hakem>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <hakem>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <kone>] [--ftpport <portti>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--ftpproxy <kone>] [--ftpport <portti>]"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate vanhapolku=uusipolku]"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <hakem>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <tiedosto>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <hakem>] [--prefix "
 "<hakem>] "
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <kone>] [--ftpport <portti>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate vanhapolku=uusipolku]"
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <hakem>] [--rcfile <tiedosto>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--dbpath <hakem>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <hakem>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [kohde]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [kohde]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <hakem>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] paketti1 ... pakettiN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpm.c:266
+#: rpm.c:290
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           paketti1 ... pakettiN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "käyttö:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "tulosta tämä viesti"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "tulosta käytetyn rpm:n versio"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   kaikki moodit tukevat seuraavia parametrejä"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "tulosta käytetyn rpm:n versio"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "lähetä vakiotuloste <komento>:lle"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "käytä <tiedosto> eikä /etc/rpmrc tai $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "tulosta enemmän viestejä"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "tulosta mahdollisimman paljon viestejä (vianetsintään)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa)  ftp URL:ja "
 "voidaan käyttää"
 
-#: rpm.c:328
+#: rpm.c:352
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   tiedostoniminä, kuten myös seuraavia parametrejä:\n"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "koneen nimi tai IP tai ftp-proxy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "ftp-palvelijan (tai proxyn) porttinumero"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "koneen nimi tai IP tai ftp-proxy"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "ftp-palvelijan (tai proxyn) porttinumero"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "kyselymoodi"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "kaytä <hakem> tietokannan hakemistona"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "käytä s headerin formaatina (josta seuraa -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "käytä <hakem> ylimpänä hakemistona"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "kysele kaikki paketit"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
 
-#: rpm.c:354
+#: rpm.c:378
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:356
+#: rpm.c:380
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:357
+#: rpm.c:381
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
 
-#: rpm.c:358
+#: rpm.c:382
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:359
+#: rpm.c:383
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Tietojen valintaparametrit:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "näytä paketin tiedot"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "näytä paketin muutosloki"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "näytä paketin tiedostolistaus"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "näytä tiedostojen tilat (josta seuraa -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "listaa vain dokumettitiedostot (josta seuraa -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -533,23 +533,23 @@ msgstr ""
 "näytä kaikki varmistettavissa oleva tieto kustakin tiedostosta (pitää "
 "käyttää -l, -c, tai -d kanssa)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "listaa paketin riippuvuudet"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "tulosta erinäiset asennus/poisto-skriptit"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -557,147 +557,147 @@ msgstr ""
 "tarkista paketin asennus käyttäen samoja paketin määrittelyparametrejä kuin "
 "-q "
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "älä tarkista paketin riippuvuuksia"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "älä tarkista tiedostojen md5-tarkistussummia"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "älä tarkista tiedostojen ominaisuuksia"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "luettele nimiöt, joita voidaan käyttää kyselyn formaatissa"
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "asenna paketti"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "asenna paketti"
 
-#: rpm.c:404
+#: rpm.c:428
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "siirrä paketti hakemistoon <hakem>, jos siirrettävissä"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "älä asenna dokumentointia"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "lyhenne parametreille --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "älä tarkista paketin arkkitehtuuria"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "älä tarkista paketin käyttöjärjestelmää"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "asenna dokumentaatio"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "älä suorita asennusskriptejä"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "tulosta asennuksen eteneminen prosentteina"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "asenna uudelleen, jos paketti on jo asennettu"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "älä asenna, mutta kerro onnistuisiko se"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "päivitä paketti (samat parametrit kuin --install, plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -705,15 +705,15 @@ msgstr ""
 "päivitä vanhempaan versioon (--force päivitettäessä tekee tämän "
 "automaattisesti)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "poista paketti"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -721,107 +721,107 @@ msgstr ""
 "poista kaikki paketit, joiden nimeä vastaa  <paketti> (tavallisesti, jos  "
 "<paketti> määrittää useita paketteja, tulee virhe)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "älä aja mitään pakettikohtaisia skriptejä"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:480
+#: rpm.c:504
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "tee paketti, jossa <vaihe> on jokin:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "listatarkistus (tee joitakin tarkistuksia %tiedostoihin)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "käännä (valmistele ja käännä)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "asenna (valmistele, käännä ja asenna)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src-paketti (valmistele, käännä, asenna, paketoi)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "poista käännöspuu, kun valmis"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "generoi PGP-allekirjoitus"
 
-#: rpm.c:504
+#: rpm.c:528
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "käytä <hakem> käännöspuun juurena"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "älä suorita mitään vaiheita"
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "aseta aikatarkistus S sekunniksi (0 ohittaa)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -829,68 +829,68 @@ msgstr ""
 "asenna lähdekoodipaketti, käännä binääripaketti ja poista "
 "määrittelytiedosto, lähdekoodi, korjaukset ja kuvakkeet"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "kuten --rebuild, mutta ei käännä paketteja"
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)"
 
-#: rpm.c:521
+#: rpm.c:545
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "lisää allekirjoitus pakettiin"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "tarkista paketin allekirjoitus"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "ohita PGP-allekirjoitukset"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "ohita PGP-allekirjoitukset"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "ohita MD5-allekirjoitukset"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "tarkista, että kunnollinen tietokanta löytyy"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -898,7 +898,7 @@ msgstr ""
 "aseta tiedostojen oikeudet niiksi, jotka ne ovat pakettien tietokannassa "
 "käyttäen samoja pakettien määrittelyparametrejä kuin -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -906,167 +906,172 @@ msgstr ""
 "aseta tiedostojen omistaja ja ryhmä niiksi, jotka ne ovat pakettien "
 "tietokannassa käyttäen samoja pakettien määrittelyparametrejä kuin -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "vain yksi päämoodi voidaan määritellä"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ja --uninstall ovat vanhentuneet eivätkä enää toimi.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Käytä sen sijaan -e tai --erase .\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "siirroissa pitää olla =-merkki"
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "siirroissa pitää olla / =-merkin jälkeen"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "yhden tyyppinen kysely/tarkistus voidaan suorittaa kerralla"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "vain asennus tai päivitys voidaan pakottaa"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "tiedostoja voidaan siirtää toiselle polulle vain asennettaessa"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "vain toinen --prefix tai --relocate voidaan antaa"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix parametrien pitää alkaa /-merkillä"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h): voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "vain toinen --excludedocs tai --includedocs voidaan antaa"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches: voidaan käyttää vain paketteja poistettaessa"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
 "tarkistettaessa"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
+
+#: rpm.c:977 rpmqv.c:1126
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
-"tarkistettaessa"
+"--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1075,7 +1080,7 @@ msgstr ""
 "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
 "tarkistettaessa"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1083,7 +1088,7 @@ msgstr ""
 "--test: voidaan käyttää vain paketteja asennettaessa, poistettaessa ja "
 "käännettäessä"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1091,24 +1096,24 @@ msgstr ""
 "--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, "
 "kyseltäessä ja tietokannan uudelleenluonnissa"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parametrit --root (-r):lle alettava /-merkillä"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage: voidaan käyttää vain paketteja päivitettäessä"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
@@ -1116,79 +1121,79 @@ msgstr ""
 "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa ja paketteja "
 "todennettaessa"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign: voidaan käyttää vain paketteja käännettäessä"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: avaus ei onnistunut\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags: odottamattomia parametrejä"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "allekirjoituksen tarkistukselle ei määritelty paketteja"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "allekirjoitukselle ei määritelty paketteja"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "poistolle ei määritelty paketteja"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "asennukselle ei määritelty paketteja"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "kyselylle ei annettu parametrejä"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "tarkistukselle ei annettu parametrejä"
 
@@ -1236,7 +1241,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1281,143 +1286,183 @@ msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "älä aja mitään pakettikohtaisia skriptejä"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "kysele kaikki paketit"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "älä suorita mitään vaiheita"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "älä suorita mitään vaiheita"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "älä suorita mitään vaiheita"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "älä aja mitään pakettikohtaisia skriptejä"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "älä suorita asennusskriptejä"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "älä suorita asennusskriptejä"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "älä suorita asennusskriptejä"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "asenna paketti"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "käyttö: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   kaikki moodit tukevat seuraavia parametrejä"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "tulosta käytetyn rpm:n versio"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1425,242 +1470,253 @@ msgstr ""
 "   asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa)  ftp URL:ja "
 "voidaan käyttää"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   tiedostoniminä, kuten myös seuraavia parametrejä:\n"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "kysele kaikki paketit"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Tietojen valintaparametrit:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "tulosta erinäiset asennus/poisto-skriptit"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "älä suorita mitään vaiheita"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "älä suorita asennusskriptejä"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Käytä sen sijaan -e tai --erase .\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath parametri annettu toiminnolle, joka ei käytä tietokantaa"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "uudelleenkäännolle ei määritelty paketteja"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "käännökselle ei annettu määrittelytiedostoja"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "käännökselle ei määritelty tar-tiedostoja"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Haen: %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1721,164 +1777,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "puuttuva ':', %s:%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp epäonnistui"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "en voinut avata %s: %s"
@@ -1904,131 +1960,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "virhe: %s ei vaikuta RPM paketilta\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "virhe luettaessa tietuetta %s %s:stä"
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s:n avaus epäonnistui\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "en voinut avata %s: %s"
@@ -2062,17 +2118,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
@@ -2082,195 +2138,195 @@ msgstr "paketti %s ei ole %s:ss
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "Haen: %s\n"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "%s: avaus ei onnistunut\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "\"%s\" määrittää useita paketteja\n"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "(tuntematon tyyppi)"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%s:n puuttuva arkkitehtuuri %s:%d"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "vakava virhe: "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "väliaikainen tietokanta %s on jo olemassa"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "(ei ole luku)"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "(ei ole luku)"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2315,59 +2371,59 @@ msgstr "siirtojen pit
 msgid "line %d: Second %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "en voinut avata %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "%s:n avaus epäonnistui\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "älä tarkista paketin arkkitehtuuria"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
@@ -2586,30 +2642,30 @@ msgstr "paketti %s ei ole %s:ss
 msgid "package %s conflicts: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2624,7 +2680,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(ei ole luku)"
 
@@ -2666,32 +2722,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "en voi poistaa %s -hakemisto ei ole tyhjä"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s:n rmdir epäonnistui: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "en voinut avata tiedostoa %s: "
@@ -2701,90 +2757,90 @@ msgstr "en voinut avata tiedostoa %s: "
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "puuttuva '{' '%':n jälkeen"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "puuttuva '{' '%{':n jälkeen"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "tyhjä nimiön formaatti"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "tyhjä nimiön nimi"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "tuntematon nimiö"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "']' puuttuu taulukkomäärittelyn lopusta"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "odottamaton ']'"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "odottamaton '}'"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "odotin '{' '?'-merkin jälkeen ilmauksessa "
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "odotin '}'-merkkiä ilmauksessa"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "odotin ':' '?'-merkin jälkeen ali-ilmauksessa "
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "odotin '{' ':'-merkin jälkeen ilmauksessa "
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "odotin '}'-merkkiä ilmauksen lopussa"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(tuntematon tyyppi)"
 
@@ -2806,141 +2862,141 @@ msgid ""
 msgstr ""
 "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "asenna paketti"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "käännä paketit käyttöjärjestelmälle <kj>"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "kysele kaikki paketit"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "asenna paketti"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "käytä <hakem> käännöspuun juurena"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "en voinut avata %s: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3106,201 +3162,190 @@ msgstr "paketti %s-%s-%s  sis
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "ryhmässä %s ei ole paketteja\n"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "%s:n avaus ei onnistunut: %s\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:683
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "asenna paketti"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
+msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "skriptin ajo epäonnistui"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "skriptin ajo epäonnistui"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paketti %s-%s-%s  sisältää jaettuja tiedostoja\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "ryhmässä %s ei ole paketteja\n"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "%s:n avaus ei onnistunut: %s\n"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "virhe formaatissa: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(ei tiedostoja)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(tuntematon tyyppi)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paketilla ei ole nimeä"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "virhe: en voi avata %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ei vaikuta RPM-paketilta\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "kysele kaikki paketit"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "mikään pakettie ei tarvitse %s:a\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "mikään paketti ei tarjoa %s:a\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "tietuetta %d ei voitu lukea\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paketti %s ei ole asennettu\n"
@@ -3539,121 +3584,121 @@ msgstr "virhe luotaessa hakemistoa %s: %s"
 msgid "failed to remove directory %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "asennukselle ei määritelty paketteja"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "asennukselle ei määritelty paketteja"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, fuzzy, c-format
 msgid "found %d packages\n"
 msgstr "kysele kaikki paketit"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 #, fuzzy
 msgid "looking for packages to download\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Haen: %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "virhe: %s ei voida asentaa\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "puuttuvat riippuvuudet:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "asenna paketti"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" määrittää useita paketteja\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "näiden pakettien poisto rikkoisi riippuvuuksia:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Asennan: %s\n"
@@ -3663,98 +3708,98 @@ msgstr "Asennan: %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "toinen ':' puuttuu, %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "puuttuva arkkitehtuurin nimi, %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Epätäydellinen datarivi, %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "liian monta parametriä datarivillä %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Huono arkkitehtuuri/käyttöjärjestelmä numero: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Epätäydellinen oletusrivi, %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "liian monta parametriä oletusrivillä %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "En voi lukea %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "puuttuva ':', %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s:n puuttuva parametri %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s:n puuttuva arkkitehtuuri %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "huono parametri '%s', %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3936,30 +3981,30 @@ msgstr "virhe luotaessa hakemistoa %s: %s"
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "asenna paketti"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
@@ -4047,68 +4092,68 @@ msgstr "en voinut avata %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 #, fuzzy
 msgid "Bad server response"
 msgstr "Virheellinen FTP-palvelijan vastaus"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "FTP:n IO-virhe"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 #, fuzzy
 msgid "Server timeout"
 msgstr "FTP-palvelimen timeout"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "FTP-palvelimen osoitetta ei löytynyt"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "FTP-palvelimen nimeä ei löytynyt"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "En saanut yhteyttä FTP-palvelijaan"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "En saanut data-yhteyttä FTP-palvelijaan"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Paikallisen tiedoston IO-virhe"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Virhe asetettaessa palvelinta passiiviin moodiin"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "FTP:n tuntematon tai odottamaton virhe"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4175,6 +4220,22 @@ msgid "failed to create %s: %s\n"
 msgstr "%s:n luonti epäonnistui\n"
 
 #, fuzzy
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
+#~ "tarkistettaessa"
+
+#, fuzzy
+#~ msgid "installing a source package\n"
+#~ msgstr "asenna paketti"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
+
+#, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       rpm {--initdb}   [--dbpath <hakem>]"
 
index 33dffe1..592a3b0 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
 msgid ""
-msgstr "POT-Creation-Date: 2001-02-28 10:48-0500\n"
+msgstr "POT-Creation-Date: 2001-03-15 12:09-0500\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Peut être redistribué librement selon les termes de la GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 #, fuzzy
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr "      --force           - raccourci pour --replacepkgs --replacefiles"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 #, fuzzy
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 #, fuzzy
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "        -i                - affiche les informations relatives à un package"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "    -q                  - mode interrogation"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 #, fuzzy
 msgid "                        [--nomd5] [targets]"
 msgstr "    -q                  - mode interrogation"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 #, fuzzy
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 "                        - installe le package source, construit le package "
 "binaire,"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 #, fuzzy
 msgid "                           package1 ... packageN"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 #, fuzzy
 msgid "print this message"
 msgstr "   --help\t\t- affiche ce message"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 #, fuzzy
 msgid "print the version of rpm being used"
 msgstr "   --version\t\t- affiche la version de rpm utilisée"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "   --version\t\t- affiche la version de rpm utilisée"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 #, fuzzy
 msgid "use <dir> as the top level directory"
 msgstr "      --root <dir>\t- utilise <dir> comme répertoire racine"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Options de spécification de package:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 #, fuzzy
 msgid "query package owning <file>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpm.c:352
+#: rpm.c:376
 #, fuzzy
 msgid "        -p <packagefile>+ "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:353
+#: rpm.c:377
 #, fuzzy
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Options de sélection d'information:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 #, fuzzy
 msgid "display package information"
 msgstr ""
 "        -i                - affiche les informations relatives à un package"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 #, fuzzy
 msgid "display package file list"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 #, fuzzy
 msgid "show file states (implies -l)"
 msgstr "        -s                - montre l'état des fichiers (implique -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 #, fuzzy
 msgid "list only documentation files (implies -l)"
 msgstr ""
 "        -d                - donne uniquement la liste des fichiers de "
 "documentation (implique -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 #, fuzzy
 msgid "list only configuration files (implies -l)"
 msgstr ""
 "        -c                - donne uniquement la liste des fichiers de "
 "configuration (implique -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 #, fuzzy
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "\t\t\t  mêmes options de spécification de package qu'avec -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 #, fuzzy
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "      --force           - raccourci pour --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 #, fuzzy
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "      --hash            - affiche des '#' pendant l'installation du package "
 "(utile avec -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 #, fuzzy
 msgid "print percentages as package installs"
 msgstr ""
 "      --percent         - affiche des '%' pendant l'installation du package"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 #, fuzzy
 msgid "install even if the package replaces installed files"
 msgstr ""
 "      --replacefiles    - installe même si le package remplace des fichiers "
 "déjà présents"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 #, fuzzy
 msgid "reinstall if the package is already present"
 msgstr "      --replacepkgs      - réinstalle si le package est déjà présent"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 #, fuzzy
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 "      --test            - n'installe pas, mais indique si ca fonctionnerait "
 "ou pas"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 #, fuzzy
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 "    -U <packagefile>\t- mise à jour du package (mêmes options que --install, "
 "plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 #, fuzzy
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
@@ -703,131 +703,131 @@ msgstr ""
 "      --oldpackage      - mise à jour par une ancienne version du package "
 "(--force"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 #, fuzzy
 msgid "build package, where <stage> is one of:"
 msgstr "    -b<stage> <spec>    - construit le package, <stage> peut valoir:"
 
-#: rpm.c:483
+#: rpm.c:507
 #, fuzzy
 msgid "prep (unpack sources and apply patches)"
 msgstr "\t\t\t  p - prépare (extrait le source et applique les patches)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, fuzzy, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "\t\t\t  l - liste vérif (effectue quelques vérifications sur %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 #, fuzzy
 msgid "compile (prep and compile)"
 msgstr "\t\t\t  c - compile (prépare et compile)"
 
-#: rpm.c:489
+#: rpm.c:513
 #, fuzzy
 msgid "install (prep, compile, install)"
 msgstr "\t\t\t  i - installe (prépare, compile, installe)"
 
-#: rpm.c:491
+#: rpm.c:515
 #, fuzzy
 msgid "binary package (prep, compile, install, package)"
 msgstr "\t\t\t  b - package binaire (prépare, compile, installe, package)"
 
-#: rpm.c:493
+#: rpm.c:517
 #, fuzzy
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "\t\t\t  a - package bin/src (prépare, compile, installe, package)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 #, fuzzy
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 "      --short-circuit   - passe directement à l'étape spécifiée (seulement "
 "pour c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 #, fuzzy
 msgid "remove build tree when done"
 msgstr "      --clean           - efface l'arborescence après construction"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "      --clean           - efface l'arborescence après construction"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "      --clean           - efface l'arborescence après construction"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "      --sign            - genère une signature PGP"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 "      --time-check <s>  - positionne l'intervalle de vérification à S "
 "secondes (0 le désactive)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 #, fuzzy
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
@@ -836,267 +836,273 @@ msgstr ""
 "                          et efface le fichier spec, les sources, les "
 "patches, et les icones."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "      --sign            - genère une signature PGP"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:696
+#: rpm.c:732
 #, fuzzy
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u et --uninstall sont obsolètes et seront bientôt supprimés.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Utilisez de préférence -e ou --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "un seul type de requête/vérification peut être effectué à la fois"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "source de requête inattendue"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "source de requête inattendue"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "source de requête inattendue"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "seules l'installation et la mise à jour peuvent être forcées"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--clean ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 #, fuzzy
 msgid "--prefix may only be used when installing new packages"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 #, fuzzy
 msgid "arguments to --prefix must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 "--hash (-h) ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 #, fuzzy
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 #, fuzzy
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 #, fuzzy
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 #, fuzzy
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 #, fuzzy
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 #, fuzzy
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--replacepkgs ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:930
+#: rpm.c:968
 #, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr ""
+"--replacefiles ne peut être spécifié que lors de l'installation d'un package"
+
+#: rpm.c:977 rpmqv.c:1126
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1105,7 +1111,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 #, fuzzy
 msgid ""
 "--test may only be specified during package installation, erasure, and "
@@ -1114,7 +1120,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 #, fuzzy
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
@@ -1123,105 +1129,105 @@ msgstr ""
 "--root (-r) ne peut être spécifié que lors de l'installation, de la "
 "désinstallation ou de l'interrogation d'un package"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage ne peut être spécifié que lors de mises à jour"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 #, fuzzy
 msgid "--nopgp may only be used during signature checking"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "La vérification du mot de passe a échoué\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Mot de passe correct.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "La construction a échoué.\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "aucun package n'a été spécifié pour la vérification de signature"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 #, fuzzy
 msgid "no packages given for signing"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 #, fuzzy
 msgid "extra arguments given for query of all packages"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "aucun argument n'a été fourni pour la vérification"
 
@@ -1268,7 +1274,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1312,380 +1318,425 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "   --version\t\t- affiche la version de rpm utilisée"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Options de spécification de package:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Options de sélection d'information:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+"        -f <file>+        - interroge le package à qui appartient <file>"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Utilisez de préférence -e ou --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "aucun package n'a été spécifié pour la reconstruction"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "aucun package n'a été spécifié pour la construction"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 #, fuzzy
 msgid "no tar files given for build"
 msgstr "aucun package n'a été spécifié pour la construction"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "La construction a échoué.\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1741,164 +1792,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "La construction a échoué.\n"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1924,131 +1975,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "      --sign            - genère une signature PGP"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2082,17 +2133,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2102,195 +2153,195 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Options de spécification de package:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2335,59 +2386,59 @@ msgstr "les arguments de --root (-r) doivent commencer par un /"
 msgid "line %d: Second %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "%s ne peut être construit sur cette architecture\n"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2604,30 +2655,30 @@ msgstr "aucun package n'a 
 msgid "package %s conflicts: %s\n"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2642,7 +2693,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2684,32 +2735,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "La construction a échoué.\n"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "La construction a échoué.\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2719,90 +2770,90 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 #, fuzzy
 msgid "unexpected ]"
 msgstr "source de requête inattendue"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 #, fuzzy
 msgid "unexpected }"
 msgstr "source de requête inattendue"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2820,145 +2871,145 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "\t\t\t  p - prépare (extrait le source et applique les patches)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "\t\t\t  p - prépare (extrait le source et applique les patches)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "\t\t\t  b - package binaire (prépare, compile, installe, package)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "      --clean           - efface l'arborescence après construction"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3131,200 +3182,191 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "La construction a échoué.\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
 #, c-format
-msgid "%s: running %s script(s) (if any)\n"
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "La construction a échoué.\n"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "La construction a échoué.\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
@@ -3561,119 +3603,119 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "failed to remove directory %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3683,98 +3725,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3950,28 +3992,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -4059,59 +4101,59 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4176,6 +4218,14 @@ msgid "failed to create %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #, fuzzy
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--test ne peut être spécifié que lors de l'installation ou désinstallation "
+#~ "d'un package"
+
+#, fuzzy
 #~ msgid "       %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
 #~ msgstr "        -l                - affiche la liste des packages"
 
index 17a24b9..c520121 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 6a020be..062a958 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-08-02 13:00+0000\n"
 "Last-Translator: Richard Allen <ra@hp.is>\n"
 "Language-Team: is <kde-isl@mmedia.is>\n"
@@ -9,1094 +9,1098 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "gat ekki útbúið pakkaskilyrði:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Gat ekki opnað pípu í tar: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Gat ekki lesið spec skrá frá %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Gat ekki endurnefnt %s sem %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Skráin er ekki venjuleg skrá: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Skráin %s virðist ekki vera specskrá.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Þýði fyrir markkerfi: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Þýði fyrir markkerfi %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM útgáfa %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Höfundarréttur (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Þessu má dreyfa frjálst samkvæmt skilmálum GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "Notkun: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <mappa>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <mappa>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <skrá>] [--ignorearch] [--dbpath <mappa>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <mappa>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 "                        [--ftpproxy <þjónn>] [--ftpport <gátt>] [--justdb]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <þjónn>] [--httpport <gátt>]"
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--justdb] [--noorder] [--relocate slóð=nýslóð]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <slóð>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] skrá1.rpm ... skráN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <mappa>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <skrá>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <mappa>] [--prefix "
 "<mappa>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <þjónn>] [--httpport <gátt>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <slóð>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        skrá1.rpm ... skráN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <mappa>] [--rcfile <skrá>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 "                        [--triggeredby] [--ftpport] [--ftpproxy <þjónn>]"
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <gátt>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <mappa>] [targets]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <mappa>] [--rcfile <skrá>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <mappa>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} skrá1.rpm ... skráN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <mappa>] [--noscripts] [--rcfile <skrá>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <mappa>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] pakki1 ... pakkiN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <skrá>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           pakki1 ... pakkiN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <skrá>] [--dbpath <mappa>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "Notkun:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "prenta þessi skilaboð"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "prenta útgáfunúmer rpm sem verið er að nota"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   Allir hamir styðja eftirtalin viðföng:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<nafn> <gildi>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "skilgreina fjölva <nafn> með gildinu <gildi>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<nafn>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr "prenta útvíkkun fjölva <nafn> á staðalfrálag"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <skipun>       "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "senda frálag í <skipun>"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "    --rcfile <skrá>       "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "nota <skrá> í stað /etc/rpmrc og $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "sýna endanlega rpmrc og stillingar fjölva"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "vera aðeins ítarlegri"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "vera hrikalega ítarlegur (fyrir aflúsun)"
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr "   Innsetningar, uppfærslur og fyrirspurnir (með -p) leyfa notkun URLa"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   í stað skráarnafna ásamt eftirfarandi rofum:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <þjónn>  "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "vélarheiti eða IP vistfang ftp sels"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <gátt>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "gátt ftp þjónsins eða selsins"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <þjónn> "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "vélarheiti eða IP vistfang vefsels"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <gátt>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "gátt vefþjónsins eða vefselsins"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "fyrirspurnarhamur"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <mappa>    "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <mappa>      "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "fyrirspurn á alla pakka"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <skrá>+        "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "fyrirspurn á pakkann sem á <skrá>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <pakkaskrá>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "fyrirspurn á (fjarlægðann) package <pakkaskrá>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pakki>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <cap>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "fyrirspurn á pakkana sem veita <cap> eiginleika"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <cap>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "fyrirspurn á pakkana sem þarfnast <cap> eiginleika"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <pakkaskrá>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <pakkaskrá>        "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "setja inn pakka"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <slóð>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <gömulslóð>=<nýslóð>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <mappa>    "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pakki>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    -K <pakki>+           "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1144,7 +1148,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1188,338 +1192,379 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "        -p <pakkaskrá>+ "
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <pakkaskrá>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <gömulslóð>=<nýslóð>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "fyrirspurn á alla pakka"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    --eval '<nafn>+'      "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "prenta útvíkkun fjölva <nafn> á staðalfrálag"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    --rcfile <skrá>       "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr "     -f <skrá>+           "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr "    -p <pakkaskrá>+       "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr "   -K <pakki>+           "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "    --rcfile <skrá>       "
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1575,164 +1620,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Skrá %s: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Skrá %s: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Skrá %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1758,131 +1803,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Gat ekki endurnefnt %s sem %s: %s\n"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1915,17 +1960,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1935,186 +1980,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Gat ekki endurnefnt %s sem %s: %s\n"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "+Oþekkt viðfang %c í %s(%s)"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "Þýði fyrir markkerfi %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "gátt slóðar verður að vera tala\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "innvær villa (í rpm?): "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2159,57 +2204,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "Skrá %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2425,30 +2470,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2463,7 +2508,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2505,32 +2550,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "Skrá %s: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "gat ekki búið til %s: %s\n"
@@ -2540,88 +2585,88 @@ msgstr "gat ekki b
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2639,128 +2684,128 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Gat ekki lesið spec skrá frá %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "fyrirspurn á pakkann sem á <skrá>"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2912,196 +2957,187 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "fyrirspurn á pakkann sem á <skrá>"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
 #, c-format
-msgid "%s: running %s script(s) (if any)\n"
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/query.c:161
+#: lib/psm.c:1522
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3337,117 +3373,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "get ekki opnað %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3457,98 +3493,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "Þýði fyrir markkerfi: %s\n"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "gat ekki búið til %s: %s\n"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3714,28 +3750,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3823,59 +3859,59 @@ msgstr "Skr
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Skráin %s er minni en %d bæti"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Óþekkt eða óvænt villa"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 92c1dfa..c31787a 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 1999-12-01 22:49 +JST\n"
 "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
 "Language-Team: JRPM <jrpm@linux.or.jp>\n"
@@ -14,59 +14,59 @@ msgstr ""
 "Content-Type: text/plain; charset=EUC-JP\n"
 "Content-Transfer-Encoding: EUC-JP\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "°Í¸À­¤Î·çÇ¡:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "spec ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "tar ¥Ñ¥¤¥×¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "%s ¤«¤é spec ¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "stat %s ¤Ë¼ºÇÔ: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "ÉáÄ̤Υե¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï ¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "ºîÀ®Ã楿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "¥¿¡¼¥²¥Ã¥È %s ÍѤ˺îÀ®Ãæ\n"
@@ -88,18 +88,18 @@ msgstr "
 # build root [BuildRoot]
 # net share [¥Í¥Ã¥È¶¦Í­]
 # reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.158 2001/02/28 15:49:25 jbj Exp $
-#: rpm.c:200 rpmqv.c:356
+# $Id: ja.po,v 1.159 2001/03/15 17:54:57 jbj Exp $
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ¥Ð¡¼¥¸¥ç¥ó %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
@@ -107,413 +107,413 @@ msgstr ""
 "ËÝÌõ¼Ô ¿ÀÅÄ ½¼ <kanda@nn.iij4u.or.jp>\n"
 "¸íÌõÅù¤Ï¿ÀÅĤޤÇ"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "GNU°ìÈ̸øÍ­»ÈÍѵöÂú½ñ¤Î²¼¤Ç¼«Í³¤ËÇÛÉۤǤ­¤Þ¤¹"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "»ÈÍÑË¡: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "»ÈÍÑË¡:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "¤³¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ­¤Þ¤¹:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "ɸ½à½ÐÎϤò <cmd> ¤Ø¥Ñ¥¤¥×¤·¤Þ¤¹"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "/etc/rpmrc ¤È $HOME/.rpmrc ¤ÎÂå¤ê¤Ë <file> ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "¤â¤¦¾¯¤·¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "½½Ê¬¤Ë¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹(¥Ç¥Ð¥Ã¥°ÍÑ)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "ftp ¥×¥í¥­¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "ftp (¤â¤·¤¯¤Ï¥×¥í¥­¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "http ¥×¥í¥­¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "http (¤â¤·¤¯¤Ï¥×¥í¥­¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹ÍѤΥǥ£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "¥Ø¥Ã¥À¥Õ¥©¡¼¥Þ¥Ã¥È¤È¤·¤Æ <qfmt> ¤ò»ÈÍѤ·¤Þ¤¹ (-i ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "¥È¥Ã¥×¥Ç¥£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "<file> ¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 "(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 "<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¾ðÊó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÊѹ¹ÍúÎò¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ëʸ½ñ¥Õ¥¡¥¤¥ë¤Î¤ß¤Î¾õÂÖ¤òɽ¼¨¤·\n"
 "\t\t\t     ¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "ÀßÄê¥Õ¥¡¥¤¥ë¤Î¤ß¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -521,25 +521,25 @@ msgstr ""
 "¸Ä¡¹¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú²Äǽ¤ÊÁ´¾ðÊó¤òɽ¼¨¤·¤Þ¤¹(-l¡¢\n"
 "-c¡¢-d ¤Î¤¤¤º¤ì¤«¤È¶¦¤ËÍѤ¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "°Í¸¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸Ì¾¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
 "\t\t\t       ¤¹"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -547,156 +547,156 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥¤¥ó¥¹¥È¡¼¥ë¤Î¾õ¶·¤ò¸¡¾Ú¤·¤Þ¤¹"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "¥Õ¥¡¥¤¥ë¤Î md5 ¥Á¥§¥Ã¥¯¥µ¥à¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "¥Õ¥¡¥¤¥ë°À­¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 "Ì䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤ËÍѤ¤¤é¤ìÆÀ¤ë¥¿¥°¤ò\n"
 "\t\t\t      É½¼¨¤·¤Þ¤¹"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 #, fuzzy
 msgid "skip files in path <path>"
 msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "¥Ñ¥¹ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó(¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ËÂФ·¤Æ)"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "ºÆÇÛÃÖ²Äǽ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤ËÂФ·¡¢¥¤¥ó¥¹¥È¡¼¥ë¥Ñ¥¹\n"
 "ÀÜƬ¼­¤ò <dir> ¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤»¤ó"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs ¤È --replacefiles ¤òû½Ì¤·¤¿¤â¤Î"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '#' ¤Çɽ¼¨¤·¤Þ¤¹(-v ¤ò»ÈÍѤ¹¤ë¤ÈÎɤ¤)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "ÀßÄê¤ò¥¹¥­¥Ã¥×¤·¡¢Á´¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÂоݥ¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ëÁ°¤Ë¥Ç¥£¥¹¥¯¤ÎÍÆÎÌ¥Á¥§¥Ã¥¯¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ÂоÝOS¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·¤·¤Þ¤¹¤¬¡¢\n"
 "¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ÎÊѹ¹¤·¤Þ¤»¤ó"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "°Í¸À­¤òËþ¤¿¤¹¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î\n"
 "¥¤¥ó¥¹¥È¡¼¥ë¤òÍ׵ᤷ¤Þ¤»¤ó"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '%' ¤Çɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë»þ¤ËÃÖ¤­´¹¤¨¤é¤ì¤ë¥Õ¥¡¥¤¥ë¤¬\n"
 "¤¢¤Ã¤Æ¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "´û¤Ë¸ºß¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ç¤âºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤»¤º¤Ë¡¢¥Æ¥¹¥È¤Î¤ß¹Ô¤¤¤Þ¤¹"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹(--install "
 "¤È´ö¤Ä¤«¤Î¥ª¥×¥·¥ç¥ó¤òÉÕ¤±Â­¤·¤¿¤â¤Î)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -704,15 +704,15 @@ msgstr ""
 "¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹\n"
 "(¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î --force ¤Ï¤³¤ì¤ò¼«Æ°Åª¤Ë¹Ô¤¤¤Þ¤¹)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü(¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë)¤·¤Þ¤¹"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -720,103 +720,103 @@ msgstr ""
 "<package> ¤È°ìÃפ¹¤ë¥Ñ¥Ã¥±¡¼¥¸Á´¤Æ¤òºï½ü¤·¤Þ¤¹(°ìÈÌ\n"
 "\t\t\t      Åª¤ËÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤹ¤ë¤È¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤¹)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤¹¡¢<stage> ¤Ï°Ê²¼¤Î¤¦¤Á¤Ò¤È¤Ä¤Ç¤¹:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "¥ê¥¹¥È¸¡ºº (%files ¥»¥¯¥·¥ç¥ó¤ÎÂç¤Þ¤«¤Ê¥Á¥§¥Ã¥¯)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "¥³¥ó¥Ñ¥¤¥ë (prep¡¢compile)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë (prep¡¢compile¡¢install)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "¥Ð¥¤¥Ê¥ê/¥½¡¼¥¹¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "»ØÄꤷ¤¿²áÄø¤Þ¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹ (c¡¢i ¤Ç¤Î¤ßÍ­¸ú)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ó¥°¸åºîÀ®¥Ä¥ê¡¼¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "½ªÎ»¸å¥½¡¼¥¹¤òºï½ü¤·¤Þ¤¹"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP/GPG ½ð̾¤òÀ¸À®¤·¤Þ¤¹"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "BuildRoot ¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "¥¿¥¤¥à¥Á¥§¥Ã¥¯´ü¸Â¤òÀßÄꤷ¤Þ¤¹(0¤Ç̵¸ú)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -825,64 +825,64 @@ msgstr ""
 "\t\t\t     ¥¸¤òºîÀ®¤·¡¢spec¥Õ¥¡¥¤¥ë¡¢¥½¡¼¥¹¥Õ¥¡¥¤¥ë¡¢¥Ñ¥Ã¥Á¡¢\n"
 "\t\t\t     ¥¢¥¤¥³¥ó¤òºï½ü¤·¤Þ¤¹"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "--rebuild ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤»¤ó"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤·¤Þ¤¹(¸½ºß¤Î½ð̾¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤òÄɲä·¤Þ¤¹"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "½ð̾¤Î¸¡¾Ú¤ò¤·¤Þ¤¹"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "PGP ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "GPG ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "MD5 ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "Í­¸ú¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -890,7 +890,7 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Îµö²Ä°À­¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -898,84 +898,84 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î½êÍ­¼Ô¤È¥°¥ë¡¼¥×¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "°ì¤Ä¤Î¥á¥¸¥ã¡¼¥â¡¼¥É¤Î¤ß¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ¤È --uninstall ¤Ï¤â¤Ï¤äÆ°ºî¤·¤Þ¤»¤ó\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "ºÆÇÛÃ֤Ϡ/ ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤ò´Þ¤ó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤Î¼¡¤Ë / ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "½ü³°¤¹¤ë¥Ñ¥¹¤Ï / ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, fuzzy, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "°ú¿ô½èÍý(%d)¤Ç¤ÎÆâÉô¥¨¥é¡¼ :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "Ì䤤¹ç¤ï¤»/¸¡¾Ú¤Ï°ìÅ٤˰ì¤Ä¤·¤«¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥é¥°"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥½¡¼¥¹"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢¥½¡¼¥¹ºï½ü¡¢¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ëºï½ü»þ¤Î¤ß¶¯À©¤Ç¤­¤"
 "Þ¤¹"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï¥Ñ¥Ã¥±¡¼¥¸¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ßºÆÇÛÃ֤Ǥ­¤Þ¤¹"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ¤â¤·¤¯¤Ï --relocate ¤Î¤¤¤º¤ì¤«¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
@@ -983,80 +983,87 @@ msgstr ""
 "--relocate ¤È --excludepath "
 "¤Ï¿·¤·¤¤¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix ¤Ï¿·µ¬¤Ë¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix ¤Ø¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "--excludedocs ¤È --includedocs ¤Ï¤É¤Á¤é¤«°ìÊý¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "-ignoreos ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "-ignoresize ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Îºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr "--noscripts ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr "--notriggers ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1064,13 +1071,13 @@ msgid ""
 msgstr ""
 "--nodeps ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤ÎºîÀ®¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢ºîÀ®»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1078,101 +1085,101 @@ msgstr ""
 "--root (-r) "
 "¤Ï¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢Ì䤤¹ç¤ï¤»¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹ºÆ¹½ÃÛ»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) ¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage ¤Ï¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 ¤Ï½ð̾¸¡ºº¤È¥Ñ¥Ã¥±¡¼¥¸¸¡¾Ú»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr "½ð̾¤¹¤ë¤¿¤á¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó\n"
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "pgp ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¥Á¥§¥Ã¥¯¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤ÏÀµ¾ï¤Ç¤¹¡¥\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign ¤Ï¥Ñ¥Ã¥±¡¼¥¸ºîÀ®»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "¼Â¹Ô¼ºÇÔ\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags ¤Î°ú¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "½ð̾¸¡ºº¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "½ð̾¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤ÎÌ䤤¹ç¤ï¤»¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "Ì䤤¹ç¤ï¤»¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤Î¸¡¾Ú¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "¸¡¾Ú¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
@@ -1221,7 +1228,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1266,374 +1273,427 @@ msgstr "
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤Ï¤¹¤Ç¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "½ð̾¥µ¥¤¥º: %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "»ÈÍÑË¡: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ­¤Þ¤¹:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "<file> ¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 "(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 "<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
 "\t\t\t       ¤¹"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+"¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
+"¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»ÈÍѤ·¤Ê¤¤¤Î¤Ë --dbpath ¤¬Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "ºÆºîÀ®¤¹¤ë¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "ºîÀ®¤Î¤¿¤á¤Î spec ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "ºîÀ®(build)¤Î¤¿¤á¤Î tar ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó"
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "¼Â¹ÔÃæ: %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s ¤Î¼Â¹Ô¤Ë¼ºÇÔ (%s)"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s ¤ÎÉÔÀµ¤Ê½ªÎ»¥¹¥Æ¡¼¥¿¥¹ (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1701,169 +1761,169 @@ msgstr "&& 
 msgid "syntax error in expression\n"
 msgstr "¼°Ãæ¤Çʸˡ¥¨¥é¡¼"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK ¼ºÇÔ: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "')' ¤¬¤¢¤ê¤Þ¤»¤ó %s(%s "
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "̵¸ú¤Ê %s ¤Î¥È¡¼¥¯¥ó: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() ¤Ë³¤¯¶õÇò¤¬¤¢¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "ÉÔÀµ¤Êʸˡ: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "°Û¾ï¤Ê¥í¥«¡¼¥ëĹ: \"%.*s\"  %%lang(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Ê£¿ô¤Î¥í¥«¡¼¥ë %.*s %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdir ¤Î¸Â³¦¤Ë㤷¤Þ¤·¤¿"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir ¤Î°ú¿ô¤Ï1¤Ä¤Î¤ß¤Ç¤¹"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "1¹Ô¤Ë2¤Ä¤Î¥Õ¥¡¥¤¥ë: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï \"/\" ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "¾¤Î¥Õ¥©¡¼¥à¤ÇÆÃÊ̤ʠ%%doc ¤òº®¤¼¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ­¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Þ¤»¤ó: %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó(by glob): %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "¹ÔÌÜ: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s ¤ò fork ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s ¼ºÇÔ"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s ¤òõ¤·¤Æ¤¤¤Þ¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹)...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿:"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍýÃæ: %s-%s-%s\n"
@@ -1889,132 +1949,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "¥Û¥¹¥È̾¤òÀµ¼°¤Ê¤â¤Î¤Ë¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy ¤Ç½ñ¤­¹þ¤ß¼ºÇÔ: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy ¤ÇÆɤ߹þ¤ß¼ºÇÔ: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "PreIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "PreUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "PostIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "PostUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "VerifyScript ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: %s ¤Î¥ª¡¼¥×¥ó: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: %s ¤ÎÆɤ߹þ¤ß: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: %s ¤«¤é¤Î¥Ø¥Ã¥À¤ÎÆɤ߹þ¤ß\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "ÉÔÀµ¤Ê CSA ¥Ç¡¼¥¿"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "½ð̾¤ÎÀ¸À®Ãæ: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "sigtarget ¤ÎÆɤ߹þ¤ß¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "½ñ¤­¹þ¤ßÃæ: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
@@ -2054,17 +2114,17 @@ msgstr "%%changelog 
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "%d ¹ÔÌÜ: %%description ¤Î²òÀÏ¥¨¥é¡¼: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó %s:%s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "%d ¹ÔÌÜ: Ì¾Á°¤¬Â¿¤¹¤®¤Þ¤¹: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ñ¥Ã¥±¡¼¥¸¤¬Â¸ºß¤·¤Þ¤»¤ó: %s"
@@ -2074,198 +2134,198 @@ msgstr "%d 
 msgid "line %d: Second description\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤÎÀâÌÀ"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "%d ¹ÔÌÜ: %%files ¤Î²òÀÏ¥¨¥é¡¼: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%%files ¥ê¥¹¥È"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "OS ¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "OS ¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "%s ¥Õ¥£¡¼¥ë¥É¤Ï¥Ñ¥Ã¥±¡¼¥¸Ãæ¤ËɬÍפǤ¹: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤ÎÆó½Å¤Î %s ¥¨¥ó¥È¥ê: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "ÉÔÌÀ¤Ê¥¢¥¤¥³¥ó¥¿¥¤¥×: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔ´°Á´¤Ê·Á¤Î¥¿¥°: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "%d ¹ÔÌÜ: ¶õ¤Î¥¿¥°: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "%d ¹ÔÌÜ: %s Ãæ¤ËÉÔÀµ¤Êʸ»ú '-' : %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "%d ¹ÔÌÜ: BuildRoot ¤Ï \"/\" ¤Ë¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "%d ¹ÔÌÜ: Prefixes ¤Ï \"/\" ¤Ç½ª¤ï¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "%d ¹ÔÌÜ: Docdir ¤Ï '/' ¤Ç»Ï¤Þ¤é¤Ê¤¯¤Æ¤Ï¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "%d ¹ÔÌÜ: Epoch/Serial ¥Õ¥£¡¼¥ë¥É¤ÏÈÖ¹æ¤Ç¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê BuildArchitecture ¥Õ¥©¡¼¥Þ¥Ã¥È: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "ÆâÉô¥¨¥é¡¼: ¤Ë¤»¤Î¥¿¥° %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "ÉÔÀµ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤Î»ØÄê: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÌÀ¤Ê¥¿¥°: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ï BuildRoot ¤ò»ÈÍѤǤ­¤Þ¤»¤ó"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "ÉÔÀµ¤Ê¥½¡¼¥¹: %s : %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "¥Ñ¥Ã¥ÁÈÖ¹æ %d ¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "¥½¡¼¥¹ÈÖ¹æ %d ¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "nosource %s ¤ò¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "%%setup ¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "%d ¹ÔÌÜ: %%setup %c ¤Ø¤ÎÉÔÀµ¤Ê°ú¿ô: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %%setup ¥ª¥×¥·¥ç¥ó %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "%d ¹ÔÌÜ: %%patch -b ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "%d ¹ÔÌÜ: %%patch -z ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "%d ¹ÔÌÜ: %%patch -p ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %%patch -p ¤Ø¤Î°ú¿ô: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "¥Ñ¥Ã¥Á¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "%d ¹ÔÌÜ: %%patch ¤Ø¤ÎÉÔÀµ¤Ê°ú¿ô: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%%prep"
@@ -2312,63 +2372,63 @@ msgstr "%d 
 msgid "line %d: Second %s\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "%d ¹ÔÌÜ: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "%%if ¤¬ÊĤ¸¤Æ¤¤¤Þ¤»¤ó"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s%d: parseExpressionBoolean ¤¬ %d ¤òÊÖ¤·¤Þ¤·¤¿"
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%else ¤¬¤¢¤ê¤Þ¤¹"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%endif ¤¬¤¢¤ê¤Þ¤¹"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "¤ª¤«¤·¤Ê %%include ¥¹¥Æ¡¼¥È¥á¥ó¥È¤Ç¤¹"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "ºîÀ®(build)²Äǽ¤Ê¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï %%description ¤¬¤¢¤ê¤Þ¤»¤ó: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤ÊÈÖ¹æ: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê no%s ÈÖ¹æ: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
@@ -2589,30 +2649,30 @@ msgstr "
 msgid "package %s conflicts: %s\n"
 msgstr "%s ¤È¶¥¹ç¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤¹: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2632,7 +2692,7 @@ msgstr ""
 "¾ÜºÙ¤Ê¾ðÊ󤬼èÆÀ¤Ç¤­¤Þ¤¹¡£\n"
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(¿ô»ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
 
@@ -2674,32 +2734,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%d ¹ÔÌÜ: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆÊݸ¤µ¤ì¤Þ¤¹"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s ¤òºï½ü¤Ç¤­¤Þ¤»¤ó - ¥Ç¥£¥ì¥¯¥È¥ê¤¬¶õ¤Ç¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s ¤Î rmdir ¤Ë¼ºÇÔ: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆºîÀ®¤µ¤ì¤Þ¤¹"
@@ -2710,88 +2770,88 @@ msgstr "
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabDate() RPM_STRING_TYPE ¥«¥¦¥ó¥È¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "¥Ç¡¼¥¿¥¿¥¤¥× %d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "headerAddEntry() ¤ÎÉÔÀµ¤Ê¥«¥¦¥ó¥È: %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "% ¤Î¸å¤Ë { ¤¬¤¢¤ê¤Þ¤»¤ó"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "%{ ¤Î¸å¤Ë } ¤¬¤¢¤ê¤Þ¤»¤ó"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "¶õ¤Î¥¿¥°¥Õ¥©¡¼¥Þ¥Ã¥È"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "¶õ¤Î¥¿¥°Ì¾"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "ÉÔÌÀ¤Ê¥¿¥°"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "ÇÛÎó¤Î¸å¤Ë ] ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "ͽ´ü¤»¤Ì ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "ͽ´ü¤»¤Ì }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "¼°Ãæ¤Ç ? ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "¼°Ãæ¤Ç ? ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "¼°Ãæ¤Ë } ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "°Ê²¼¤Î ? ¥µ¥Ö¼°¤Î ¤Ë: ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "¼°Ãæ¤Ç : ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "¼°¤Î½ª¤ê¤Ë | ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(ÉÔÌÀ¤Ê¥¿¥¤¥×)"
 
@@ -2813,142 +2873,142 @@ msgid ""
 msgstr ""
 "¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤Ï¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤ò¾å½ñ¤­¤·¤Þ¤¹"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "ºîÀ®¤¹¤ë¤¿¤á¤Î¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤«¤é I18N ¤Ê msgstr ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "¥¿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ò¾å½ñ¤­¤·¤Þ¤¹"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N Ê¸»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
@@ -3125,201 +3185,191 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÉÔÌÀ¤Ê¥¨¥é¡¼ %d ¤¬¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ÎÁàºîÃæ¤Ë¤ª¤­¤Þ¤·¤¿"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿­Ä¹¤Ë¼ºÇÔ %s%s: %s"
-
-#: lib/psm.c:613
-#, fuzzy
-msgid " on file "
-msgstr "¥Õ¥¡¥¤¥ë¾å"
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "%s ¤Ø½ñ¤­¹þ¤á¤Þ¤»¤ó"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸: %s-%s-%s ¥Õ¥¡¥¤¥ë¥Æ¥¹¥È = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
 #, fuzzy, c-format
-msgid "%s: running %s script(s) (if any)\n"
-msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í­¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
+msgid "user %s does not exist - using root\n"
+msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/psm.c:1504
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿­Ä¹¤Ë¼ºÇÔ %s%s: %s"
+
+#: lib/psm.c:1523
 #, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s ¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹ - Å¾Á÷¼ºÇÔ - %s\n"
+msgid " on file "
+msgstr "¥Õ¥¡¥¤¥ë¾å"
 
-#: lib/query.c:161
+#: lib/psm.c:1774
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í­¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
+
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Î¥¨¥é¡¼: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "Ä̾ï"
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "ÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "¥Í¥Ã¥È¶¦Í­"
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(̤ÃΤΠ%3d)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(²¿¤Î¾õÂ֤⤢¤ê¤Þ¤»¤ó)"
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êÍ­¼Ô¤ä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "%s ¤òºï½ü(unlink)¤Ç¤­¤Þ¤»¤ó: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "µì·Á¼°¤Î¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡¢¥Ñ¡¼¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ë°¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s ¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤â°¤·¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "̵¸ú¤Ê¥Ñ¥Ã¥±¡¼¥¸ÈÖ¹æ: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ì¥³¡¼¥ÉÈÖ¹æ %d\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "¥ì¥³¡¼¥É %d ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
@@ -3560,118 +3610,118 @@ msgstr "
 msgid "failed to remove directory %s: %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤Îºï½ü¼ºÇÔ: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤ò¿ô¤¨¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤òõ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "%s ¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹ - Å¾Á÷¼ºÇÔ - %s\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "%s ¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr "%s ¤È¤·¤Æ...\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s ¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹ - Å¾Á÷¼ºÇÔ - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¼èÆÀ¤·¤Þ¤·¤¿\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤«¤é¤ÎÆɤ߹þ¤ß¥¨¥é¡¼ "
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¤Ï¤è¤ê¿·¤·¤¤ RPM ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬É¬ÍפǤ¹\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "°Í¸À­¤Î·çÇ¡:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ¤ÏÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "¤³¤ì¤é¤Î¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü¤¹¤ë¤È°Í¸À­¤òÇ˲õ¤·¤Þ¤¹:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
@@ -3681,98 +3731,98 @@ msgstr "%s 
 msgid "read failed: %s (%d)\n"
 msgstr "Æɤ߹þ¤ß¤Î¼ºÇÔ: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "2ÈÖÌܤΠ':' ¤¬¤¢¤ê¤Þ¤»¤ó(%s:%d ¤Ç)"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "%s:%d ¤Ë¥¢¡¼¥­¥Æ¥¯¥Á¥ã̾¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¡¼¥¿¹Ô¤¬ÉÔ´°Á´¤Ç¤¹"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¡¼¥¿¹Ô¤Ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "ÉÔÀµ¤Ê arch/os ÈÖ¹æ: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "%s:%d ¤ÇÉÔ´°Á´¤Ê¥Ç¥Õ¥©¥ë¥È¹Ô"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¥Õ¥©¥ë¥È¹Ô¤Ï°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "¿­Ä¥¤Ç¤­¤Þ¤»¤ó %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Æɤ߹þ¤à¤¿¤á¤Ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s¡£"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "%s ¤òÆɤà¤Î¤Ë¼ºÇÔ: $s¡£"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "%s:%d ¤Ç ':' ¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s ¤Î¿­Ä¥¼ºÇÔ %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó  %s:%d"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s ÍѤΥ¢¡¼¥­¥Æ¥¯¥Á¥ã¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "'%s' ¤ÎÉÔÀµ¤Ê¥ª¡¼¥×¥ó %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "ÉÔÌÀ¤Ê¥·¥¹¥Æ¥à: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "rpm-list@redhat.com ¤ËÏ¢Íí¤ò²¼¤µ¤¤\n"
 
@@ -3958,36 +4008,36 @@ msgstr "
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ¤Ï missingok ¥Õ¥é¥°¤Î¤¿¤á¥¹¥­¥Ã¥×¤·¤Þ¤¹\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ï ¥æ¡¼¥¶Ì¾¤È id "
 "¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥°¥ë¡¼¥×̾¤È id "
 "¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s ¤Î¤¿¤á¤Î°Í¸À­¤òËþ¤¿¤·¤Æ¤¤¤Þ¤»¤ó:"
@@ -4084,68 +4134,68 @@ msgstr "
 msgid "File %s is smaller than %u bytes\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: ¤Ï %d ¥Ð¥¤¥È¤è¤ê¾®¤µ¤¤¤Ç¤¹"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "À®¸ù"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 #, fuzzy
 msgid "Bad server response"
 msgstr "¥µ¡¼¥Ð¤«¤éÀµ¾ï¤Ê±þÅú¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "¥µ¡¼¥Ð IO ¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 #, fuzzy
 msgid "Server timeout"
 msgstr "¥µ¡¼¥Ð¥¿¥¤¥à¥¢¥¦¥È"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È¥¢¥É¥ì¥¹¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "¥µ¡¼¥Ð¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "¥µ¡¼¥Ð¤È¤Î¥Ç¡¼¥¿¥³¥Í¥¯¥·¥ç¥ó¤Î³ÎΩ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤Î IO ¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "¥ê¥â¡¼¥È¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥·¥Ö¥â¡¼¥ÉÀßÄꥨ¥é¡¼"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "¥µ¡¼¥Ð¾å¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "½èÍýÃæ¤Î¥¢¥Ü¡¼¥È"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "ÉÔÌÀ¤â¤·¤¯¤Ïͽ´ü¤»¤Ì¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "%s ¤Ø %s pw %s ¤È¤·¤Æ¥í¥°¥¤¥óÃæ\n"
@@ -4211,6 +4261,19 @@ msgstr "url 
 msgid "failed to create %s: %s\n"
 msgstr "%s ¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "%s ¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹ - Å¾Á÷¼ºÇÔ - %s\n"
+
 #~ msgid "archive = %s, fs = %s\n"
 #~ msgstr "¥¢¡¼¥«¥¤¥Ö = %s, fs = %s\n"
 
index 17a24b9..c520121 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 38ad8a0..9fd4fc4 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-08-17 20:22+02:00\n"
 "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
 "Language-Team: Norwegian <no@li.org>\n"
@@ -9,515 +9,515 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "kan ikke åpne pakkedatabase i %s\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "feil med avhengigheter under bygging:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kunne ikke åpne tar rør: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Feil under lesing av spec fil fra %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Feil under endring av navn fra %s til %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Filen er ikke en vanlig fil: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Fil %s ser ikke ut til å være en spec fil.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Bygger målplattformene: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Bygger for mål %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versjon %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright © 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 "Dette progeammet kan redistribueres fritt under betingelsene gitt i GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "Bruk: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <katalog>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <katalog>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <fil>] [--ignorearch] [--dbpath <katalog>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <katalog>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <vert>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <vert>] [--httpport <port>]"
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--justdb] [--noorder] [--relocate oldpath=nysti]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <sti>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] fil1.rpm ... filN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <katalog>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <fil>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <katalog>] [--prefix "
 "<katalog>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <vert>] [--httpport <port>] "
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate oldpath=nysti]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <sti>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        fil1.rpm ... filN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <katalog>] [--rcfile <fil>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr "                        [--triggeredby]"
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "                        [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <katalog>] [mål]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <katalog>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [mål]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [mål]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [mål]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} fil1.rpm ... filN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <katalog>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] pakke1 ... pakkeN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           pakke1 ... pakkeN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "Bruk:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "skriv ut denne meldingen"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "skriv ut hvilken versjon av rpm som brukes"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   Alle modi støtter følgende argumenter:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<navn> <kropp>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "definér makro <navn> med verdi <kropp>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<navn>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr "skriv ut utvidelsen av makro <navn> til stdout"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <kmd>          "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "send stdout til <kmd>"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "    --rcfile <fil>        "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "bruk <fil> i stedet for /etc/rpmrc og $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "vis endelig rpmrc og makrokonfigurasjon"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "gi litt mer informasjon"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "skriv ut mye informasjon (for feilsøking)"
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   Installér, oppgradér og spør (med -p) tillater bruk av URLer i stedet"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   for filnavn i tillegg til følgende alternativer:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <vert>   "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "vertsnavn eller IP for ftp proxy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <vert>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "portnummer for ftp tjener (eller proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <vert>  "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "vertsnavn eller IP for http proxy"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "portnummer for http tjener (eller proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "spørringsmodus"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <katalog>  "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "bruk <katalog> som katalog for databasen"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <spfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "bruk <spfmt> som headerformat (impliserer --info)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <katalog>    "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "bruk <katalog> som toppnivåkatalog"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Alternativer for pakkespesifikasjon:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "spør i alle pakker"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <fil>+         "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "spør pakke som eier <fil>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <pakkefil>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "spør (uinstallert) pakke <pakkefil>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pakke>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "spør pakker utløst av <pakke>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <cap>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "spør etter pakker som tilbyr <funk> funksjonalitet"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <funk>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "spør etter etter pakker som trenger <funk> funksjonalitet"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Alternativer for informasjonsvalg:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "vis pakkeinformasjon"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "vis pakkens endringslogg"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "vis pakkens filliste"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "vis filtilstander (impliserer -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "list kun dokumentasjonsfiler (impliserer -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "vis kun konfigurasjonfiler (impliserer -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 "vis all verifiserbar informasjon for hver fil (må brukes med -l, -c, eller -d"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "list funksjoner pakken tilbyr"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "list pakkeavhengigheter"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "skriv ut de forskjellige [av]installasjonsskriptene"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "vis utløserskriptene som finnes i pakken"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -525,140 +525,140 @@ msgstr ""
 "verifisér en pakkeinstallasjon ved å bruke samme alternativer for "
 "pakkespesifikasjon som -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "ikke verifiser pakkeavhengigheter"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "ikke verifiser filens md5 sjekksum"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "ikke verifiser filattributter"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "list tags som kan brukes i et spørringsformat"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <pakkefil>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <pakkefil>         "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "installér pakke"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <sti>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "hopp over filer i sti <sti>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <gmlsti>=<nysti>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "omplassér filer fra <gmlsti> til <nysti>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr "omplassér filer i ikke-omplasserbar pakke"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <kat>"
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "omplassér pakken til <kat>, hvis den er omplasserbar"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "ikke installer dokumentasjon"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "forkortning for --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "skriv ut skigarder etter som pakken installeres (nyttig med -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "installér alle filer, selv konfigurasjoner som ellers kan hoppes over"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "ikke verifiser pakkearkitektur"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "ikke sjekk diskplass før installasjon"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "ikke verifiser operativsystem for pakken"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "installér dokumentasjon"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "oppdatér databasen, men ikke modifiser filsystemet"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ikke ordne pakkeinstallasjon for å tilfredsstille avhengigheter"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "ikke kjør noen installasjonsskript"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "ikke kjør skript som utløses av denne pakken"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "skriv ut prosentvis fremgang etter som pakken installeres"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "installér selv om pakken erstatter installerte filer"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "reinstallér selv om pakken allerede er installert"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "ikke installér, men si ifra om det ville virke eller ikke"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <pakkefil>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <pakkefil>"
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "oppgradér pakke (samme alternativ som --install, plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -666,15 +666,15 @@ msgstr ""
 "oppgradér til en gammel versjon av pakken (--force ved oppgraderinger gjør "
 "dette automatisk)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <pakke>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "slett (avinstallér) pakke"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -682,100 +682,100 @@ msgstr ""
 "fjern alle pakker som er lik <pakke> (normalt vil en feil genereres hvis "
 "<pakke> spesifiserer flere pakker)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "ikke kjør noen pakkespesifikke skript"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<stadium> <spec>    "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<stadium> <tarball> "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "bygg pakke, hvor <steg> er ett av:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (pakk ut kildekoden og legg til patcher)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "listesjekk (utfør noen kontroller på %filer)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilér (prep og kompilér)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "installér (prep, kompilér, installér)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binær pakke (prep, kompilér, installér, pakk)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src pakke (prep, kompilér, installér, pakk)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "hopp rett til spesifisert steg (kun for c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "fjern byggtréet når ferdig"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "fjern kildekoden når ferdig"
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr "fjern specfilen når ferdig"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "generér PGP/GPG signatur"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <kat>   "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "bruk <katalog> som byggrot"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<plattform>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "bygg pakkene for mål plattform1...plattformN."
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "ikke kjør noen steg"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "sett tidssjekk til <sek> sekunder (0 slår av)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <kilde_pakke>"
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -783,63 +783,63 @@ msgstr ""
 "installér kildepakke, bygg binærpakke og fjern specfil, kilder, patcher og "
 "ikoner."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <kilde_pakke>"
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "som --rebuild, men ikke bygg noen pakke"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakke>+     "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "signér en pakke (forkast nåværende signatur)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakke>+    "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "legg til signatur til en pakke"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pakke>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    -K <pkg>+             "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "verifisér pakkesignatur"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "hopp over PGP-signaturer"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "hopp over GPG-signaturer"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "hopp over MD5-signaturer"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "sjekk at en gyldig database eksisterer"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "bygg opp igjen databasen fra den eksisterende databasen"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -847,7 +847,7 @@ msgstr ""
 "sett filrettigheter til de samme som i pakkedatabasen ved å bruke samme "
 "alternativer for pakkespesifikasjon som med -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -855,264 +855,271 @@ msgstr ""
 "set fileierskap og gruppe til de som er i pakkedatabasen ved å bruke samme "
 "alternativer for pakkespesifikasjon som -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "kun ett større modi kan spesifiseres"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u og --uninstall er utgått og virker ikke lengre.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Bruk -e eller --erase i stedet.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "relokasjoner må begynne med en /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "relokasjoner må inneholde et ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "relokasjoner må ha et / etter ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "eksluderingssti må begynne med en /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Intern feil i argumentprosesseringen (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "én type spørring/verifisering kan utføres om gangen"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "uventede flagg for spørring"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "ventet spørringsformat"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "uventet spørringskilde"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "kun installasjon, oppgradering, rmsource og rmspec kan tvinges"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "filer kan kun omplasseres under pakkeinstallasjon"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "kune en av --prefix eller --relocate kan brukes"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate og --excludepath kan kun brukes ved installasjon av nye pakker"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan kun brukes ved installasjon av nye pakker"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenter til --prefix må begynne med en /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr "--replacefiles kan kun spesifiseres under pakkeinstallasjon"
+
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--percent kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--percent kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1160,7 +1167,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1204,341 +1211,393 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "ikke kjør noen pakkespesifikke skript"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "    --erase <pakke>"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "pakke %s kan ikke relokeres\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <pakkefil>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "ikke kjør noen steg"
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
-msgstr ""
+#: rpmqv.c:281
+#, fuzzy
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "ikke kjør noen steg"
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "ikke kjør noen steg"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "ikke kjør noen steg"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr "ikke kjør skript som utløses av denne pakken"
+
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "ikke kjør noen pakkespesifikke skript"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "ikke kjør noen pakkespesifikke skript"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "ikke kjør noen installasjonsskript"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "ikke kjør noen installasjonsskript"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "omplassér filer fra <gmlsti> til <nysti>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <gmlsti>=<nysti>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <pakkefil>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    --eval '<navn>+'      "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "skriv ut utvidelsen av makro <navn> til stdout"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    --rcfile <fil>        "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr "     -f <fil>+            "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr "     -p <pakkefil>+       "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr "     --triggeredby <pakke>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr "spør/verifisér pakker utløst av <pakke>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "ikke kjør noen steg"
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Bruk -e eller --erase i stedet.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
-msgstr ""
+"script disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--replacefiles kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1594,164 +1653,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "mangler andre ':' ved %s:%d"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "mangler andre ':' ved %s:%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "eksluderingssti må begynne med en /"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Fil %s: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Installerer %s\n"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Fil %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1777,131 +1836,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "lesing feilet: %s (%d)"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Feil under endring av navn fra %s til %s: %s\n"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1934,17 +1993,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1954,187 +2013,187 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "feil under lesing fra fil %s\n"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "\"%s\" spesifiserer flere pakker\n"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Feil under endring av navn fra %s til %s: %s\n"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "Bygger for mål %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "relokasjoner må begynne med en /"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "url-port må være et tall\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "intern feil (rpm feil?): "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Alternativer for pakkespesifikasjon:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "pakke %s kan ikke relokeres\n"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2179,58 +2238,58 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "Fil %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "ikke verifiser pakkearkitektur"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2446,30 +2505,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2484,7 +2543,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2526,32 +2585,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "Fil %s: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "lesing feilet: %s (%d)"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "lesing feilet: %s (%d)"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "lesing feilet: %s (%d)"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
@@ -2561,88 +2620,88 @@ msgstr "kunne ikke opprette %s: %s\n"
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2660,131 +2719,131 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Feil under lesing av spec fil fra %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (pakk ut kildekoden og legg til patcher)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "fant %d kilde- og %d binærpakker\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "spør pakke som eier <fil>"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (pakk ut kildekoden og legg til patcher)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "fant %d kilde- og %d binærpakker\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binær pakke (prep, kompilér, installér, pakk)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2939,196 +2998,187 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "spør pakke som eier <fil>"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1522
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "ikke kjør noen steg"
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "feil under lesing fra fil %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3364,118 +3414,118 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "filer kan kun omplasseres under pakkeinstallasjon"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "kan ikke åpne pakkedatabase i %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "pakke %s kan ikke relokeres\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "feil under lesing fra fil %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "fil %s trenger en nyere versjon av RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "fant %d kilde- og %d binærpakker\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "feilede avhengigheter:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "installerer binærpakker\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "kan ikke åpne %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" spesifiserer flere pakker\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "fjerning av disse pakkene vil ødelegge avhengigheter:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerer %s\n"
@@ -3485,98 +3535,98 @@ msgstr "Installerer %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "lesing feilet: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "mangler andre ':' ved %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manglende navn på arkitektur ved %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Ukomplett datalinje ved %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Ukomplett datalinje ved %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Ukomplett datalinje ved %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "mangler andre ':' ved %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manglende navn på arkitektur ved %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manglende navn på arkitektur ved %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3742,29 +3792,29 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "ikke kjør noen steg"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "mangler andre ':' ved %s:%d"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3852,59 +3902,59 @@ msgstr "Fil %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Fil %s er mindre enn %d bytes"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 3663b10..903260f 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 1999-05-25 17:00+0100\n"
 "Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -16,675 +16,675 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "niespe³nione zale¿no¶ci:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku spec: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Otwarcie potoku tara nie powiod³o siê: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Odczytanie pliku spec z %s nie powiod³o siê\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Zmiana nazwy %s na %s nie powiod³a siê\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "stat nie powiod³o siê %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Plik: %s nie jest regularnym plikiem\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s nie wygl±da na pakiet RPM\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Budowanie dla platform: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Budowanie dla %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM wersja %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Program mo¿e byæ swobodnie rozpowszechniany na warunkach licencji GNU"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "U¿ycie: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <katalog>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <katalog>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <plik>] [--ignorearch] [--dbpath <katalog>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <katalog>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <host>] [--httpport <port>] "
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--noorder] [--relocate stara-¶cie¿ka=nowa-¶cie¿ka]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <¶cie¿ka>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] plik1.rpm ... plikN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <katalog>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <plik>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <katalog>] [--prefix "
 "<katalog>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <host>] [--httpport <port>] "
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--noorder] [--relocate stara-¶cie¿ka=nowa-¶cie¿ka]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <¶cie¿ka>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        plik1.rpm ... plikN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <katalog>] [--rcfile <plik>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [cele]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <katalog>] [cele]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <katalog>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [cele]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [cel]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [cel]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        plik1.rpm ... plikN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <katalog>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] pakiet1 ... pakietN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           pakiet1 ... pakietN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "u¿ycie:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "wy¶wietl ten tekst"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <komenda>      "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <komenda>      "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "przeka¿ standartowe wyj¶cie do <komenda>"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <plik>     "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "u¿yj <plik> zamiast /etc/rpmrc i $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "wy¶wietlaj nieco wiêcej komunikatów"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "wy¶wietlaj BARDZO du¿o komunikatów (dla odpluskwiania)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
 "ftp zamiast"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   nazwy pliku tak jak i nastêpuj±cych opcji:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <host>   "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "nazwa lub numer IP maszyny bêd±cej ftp proksy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "numer portu serwera ftp (lub proksy)"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <host>   "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "nazwa lub IP hosta bêd±cego http proksy"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>    "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "numer portu serwera http (albo proksy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "tryb odpytywania"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <katalog>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "u¿yj <katalog> jako katalogu bazy pakietów"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <format zapytania>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "u¿yj <format zapytania> jako formatu nag³ówka (dotyczy -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <katalog>        "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "u¿yj <katalogu> jako katalogu najwy¿szego poziomu"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Opcje selekcjonuj±ce pakiety:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "odpytuj wszystkie pakiety"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <plik>+        "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <nazwa pakietu>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pakiet>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "odpytaj pakiety zahaczane przez <pakiet>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <zas>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <zas>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Opcje odpytuj±ce pakiety:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "wy¶wietl informacjê o pakiecie"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "wy¶wietl wykaz zmian dokonanych w pakiecie"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "wy¶wietl listê plików zawartych w pakiecie"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "poka¿ statusy plików (dotyczy -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "wy¶wietl tylko pliki dokumentacji (dotyczy -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "wy¶wietl tylko pliki konfiguracyjne (dotyczy -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 "poka¿ wszystkie informacje o ka¿dym pliku (musi byæ u¿yte z -l, -c lub -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "wypisz zale¿no¶ci pakietu"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "wy¶wietl skrypty [de]instalacyjne"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "sprawd¼ stan pakietu (u¿ywa tych samych opcji co -q)"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "nie sprawdzaj zale¿no¶ci pakietu"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "nie sprawdzaj sum kontrolnych md5 plików"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "nie sprawdzaj atrybutów plików"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "wypisz etykiety w³asno¶ci, o które mo¿na zapytaæ"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <nazwa pakietu>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <nazwa pakietu>      "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "instaluj pakiet"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <¶cie¿ka>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "nie mo¿na u¿yæ ¶cie¿ki %s przy przesuwaniu pakietu %s-%s-%s"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>      "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "przesuñ pliki pakietu do drzewa <katalog>, je¶li jest przesuwalny"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "nie instaluj dokumentacji"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skrócona wersja kombinacji --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "wy¶wietlaj znaki hash przy instalacji (fajne z -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "instaluj wszystkie pliki, nawet konfiguracyjne, które w innym przypadku by "
 "pominêto"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "nie sprawdzaj architektury systemu"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "nie sprawdzaj zajêto¶ci dysku przed instalacj±"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "nie sprawdzaj rodzaju systemu operacyjnego"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "zainstaluj dokumentacjê"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "od¶wie¿ bazê, ale nie modyfikuj systemu plików"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nie zmieniaj kolejno¶ci instalacji pakietów by zapewniæ zale¿no¶ci"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "wy¶wietlaj stan instalacji w procentach"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "instaluj nawet gdy pakiet zastêpuje inne zainstalowane pliki"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "przeinstaluj je¶li pakiet jest ju¿ zainstalowany"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "nie instaluj, podaj tylko czy instalacja zadzia³a czy nie"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <nazwa pakietu>      "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uaktualnij pakiet (te same opcje jak --install, plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -692,15 +692,15 @@ msgstr ""
 "uaktualnij do starej wersji (--force robi to samo automatycznie podczas "
 "uaktualniania)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <pakiet>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "usuñ (odinstaluj) pakiet"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -708,102 +708,102 @@ msgstr ""
 "usuñ wszystkie pakiety, które spe³niaj± wzorzec <pakiet> (zazwyczaj "
 "wy¶wietlany jest b³±d gdy <pakiet> opisuje wiele pakietów)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etap> <plik-spec>  "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etap> <plik-tar>   "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "buduj pakiet, gdzie <etap> to:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 "sprawdzanie z listy (wykonuje kilka podstawowych weryfikacji na %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompiluj (preparuj i kompiluj)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "instaluj (preparuj, kompiluj i instaluj)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pakiet binarny/¼ród³owy (preparuj, kompiluj, instaluj, pakiet)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "usuñ budowane drzewo po skoñczeniu"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "usuñ ¼ród³a po zakoñczeniu"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "usuñ speca po zakoñczeniu"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "generuj sygnaturê PGP/GPG"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <katalog>"
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "u¿yj <katalog> jako korzeñ budowanego drzewa"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<platforma>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "buduj pakiety dla platform docelowych platforma1...platformaN."
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sekundy>"
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "ustaw sprawdzanie czasu do ilo¶ci <sekund> (0 wy³±cza)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <pkt_¼ród³> "
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -811,65 +811,65 @@ msgstr ""
 "instaluj pakiet ¼ród³owy, buduj pakiet binarny i usuñ plik spec, ¼ród³a, "
 "³aty i ikony"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <pkt_¼ród³>"
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "jak --rebuild, ale nie buduj ¿adnych pakietów"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakiet>+    "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "podpisz pakiet (porzuæ bierz±c± sygnaturê)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakiet>+   "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "dodaj sygnaturê do pakietu"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pakiet>+  "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    --resign <pakiet>+    "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "sprawd¼ sygnaturê pakietu"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "pomiñ wszelkie sygnatury PGP"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "pomiñ wszelkie sygnatury GPG"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "pomiñ wszelkie sygnatury MD5"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "upewnij siê, ¿e poprawna baza istnieje"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -877,7 +877,7 @@ msgstr ""
 "ustaw prawa dostêpu takie jak zapisano w bazie pakietów (u¿ywa tych samych "
 "opcji co -q)"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -885,161 +885,166 @@ msgstr ""
 "ustaw w³a¶ciciela i grupê takie jak zapisano w bazie pakietów (u¿ywa tych "
 "samych opcji co -q)"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "tylko jeden g³ówny tryb pracy mo¿e byæ podany"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u i --uninstall nie s± ju¿ obs³ugiwane i nie pracuj±.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "U¿yj -e lub --erase\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "drzewa przesuniêæ musz± zaczynaæ sie od /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ / po ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "¶cie¿ki wy³±czeñ musz± siê zaczynaæ od /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "B³±d wewnêtrzny w przetwarzaniu argumentu (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "tylko jeden typ odpytywania/sprawdzania mo¿na wykonaæ na raz"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "tylko instalacjê, uaktualnienie i usuwanie ¼róde³ mo¿na wymusiæ"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "przesuwania plików mo¿na dokonaæ tylko w trakcie instalacji"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --prefix i --relocate"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate i --excludepath mo¿na u¿yæ tylko w trakcie instalacji nowych "
 "pakietów"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mo¿na u¿yæ tylko w trakcie instalacji nowych pakietów"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty dla --prefix musz± siê rozpoczynaæ od /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --excludedocs i --includedocs"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¿na u¿yæ tylko w trakcie usuwania pakietów"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
 "pakietów"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--notriggers mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
-"pakietów"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1048,14 +1053,14 @@ msgstr ""
 "--nodeps mo¿na u¿yæ tylko w trakcie budowania, instalacji, usuwania lub "
 "sprawdzania pakietów"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub budowania pakietów"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1063,98 +1068,98 @@ msgstr ""
 "--root (-r) mo¿na u¿yæ tylko w trakcie instalacji, usuwania, sprawdzania "
 "pakietów lub przebudowywania bazy"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty dla --root (-r) musz± siê rozpoczynaæ od /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage mo¿na u¿yæ tylko podczas aktualizacji"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp mo¿na u¿yæ tylko w trakcie sprawdzania sygnatury"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg mo¿na u¿yæ tylko podczas sprawdzania sygnatury"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nomd5 mo¿na u¿yæ tylko podczas sprawdzania sygnatury i weryfkiacji pakietu"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "brak dostêpu do pliku %s\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "nie znaleziono pgp: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "Podaj has³o: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Weryfikacja has³a nieudana\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Has³o jest prawid³owe.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "B³êdny %%_signature spec w pliku makra.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign mo¿na u¿yæ tylko w trakcie budowania pakietu"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "wykonanie nie powiod³o siê\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "nieoczekiwane argumenty dla --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "nie podano nazwy pakietu do sprawdzenia sygnatury"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "nie podano nazwy pakietu do podpisania"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "nie podano nazw plików do usuniêcia"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "nie podano nazw plików do zainstalowania"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "zbyt wiele argumentów dla odpytywania wszystkich pakietów"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "nie podano argumentów dla trybu zapytañ"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr "zbyt wiele argumentów dla weryfikacji wszystkich pakietów"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "nie podano argumentów dla sprawdzania"
 
@@ -1201,7 +1206,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1246,145 +1251,185 @@ msgstr "przebuduj istniej
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "znaleziono %d pakietów\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "pakiet %s-%s-%s jest ju¿ zainstalowany"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <nazwa pakietu>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "nie wykonuj ¿adnych etapów"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "nie wykonuj ¿adnych etapów"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "nie wykonuj ¿adnych etapów"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "odpytywanie pakietów zahaczanych przez pakiet"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "Rozmiar sygnatury: %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "U¿ycie: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    --pipe <komenda>      "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <komenda>      "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <plik>     "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <katalog>      "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <katalog>        "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1392,243 +1437,254 @@ msgstr ""
 "   instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
 "ftp zamiast"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   nazwy pliku tak jak i nastêpuj±cych opcji:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <host>   "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <host>   "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <port>    "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcje selekcjonuj±ce pakiety:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "odpytuj wszystkie pakiety"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "        -f <plik>+        "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "        -p <nazwa pakietu>+ "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "        --triggeredby <pakiet>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "odpytaj pakiety zahaczane przez <pakiet>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <zas>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <zas>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <format zapytania>"
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcje odpytuj±ce pakiety:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "wy¶wietl skrypty [de]instalacyjne"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "nie wykonuj ¿adnych etapów"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <nazwa pakietu>"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <nazwa pakietu>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <¶cie¿ka>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "odpytywanie pakietów zahaczanych przez pakiet"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <katalog>      "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <nazwa pakietu>      "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <pakiet>"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <pakiet>+    "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <pakiet>+   "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pakiet>+  "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <pakiet>+    "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "U¿yj -e lub --erase\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath podano dla operacji nie u¿ywaj±cej bazy"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "nie podano nazw pakietów do przebudowania"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "nie podano nazw plików spec do budowania"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "nie podano nazw plików tar do budowania"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie mo¿na otworzyæ pliku tymczasowego"
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Wykonywanie: %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Wykonanie %s nie powiod³o siê (%s)"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "B³êdny status wyj¶cia z %s (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1696,169 +1752,169 @@ msgstr "&& i || nie jest wspierane dla 
 msgid "syntax error in expression\n"
 msgstr "b³±d sk³adni w wyra¿eniu"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK nie powiod³o siê: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Brak '(' w %s %s"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Brak ')' w %s(%s"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "B³êdny znak %s: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Brak bia³ego znaku po %s(): %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "B³êdna sk³adnia: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie trybu: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie dirmode: %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Niespotykana d³ugo¶æ okre¶lenia lokalizacji \"%.*s\" w %%lang(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Powtórzone okre¶lenie lokalizacji %.*s w %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "Limit trafieñ dla %%docdir"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "Tylko jeden argument dla %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dwa pliki w jedenj linii: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Nie mo¿na mieszaæ specjalnej %%doc z innymi formami: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Plik podany dwukrotnie: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "B³êdny u¿ytkownik/grupa: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Plik %4d: 0%o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "linia: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "plik %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie mo¿na uruchomiæ %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie mo¿na wykonaæ fork na %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s nie powiod³o siê"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "zapisanie wszystkich danych do %s nie powiod³o siê"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Wyszukiwanie wymaganych zasobów...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Wyszukiwanie nie powiod³o siê"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Przetwarzanie plików: %s\n"
@@ -1884,132 +1940,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nie mo¿na rozwi±zaæ nazwy systemu: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "zapis w trybie cpio_copy nie powiód³ siê: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "odczyt w trybie cpio_copy nie powiód³ siê: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PreIn: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PreUn: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PostIn: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PostUn: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku VerifyScript: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nie mo¿na otworzyæ skryptu Trigger: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otwieranie %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: czytanie %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s nie jest pakietem RPM\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: czytanie nag³ówka z %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "B³êdne dane CSA"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generowanie sygnatury: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie mo¿na odczytaæ sigtarget: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Nie mo¿na wygenerowaæ wyj¶ciowej nazwy dla pakietu %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie mo¿na utworzyæ %s"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "linia %d: druga %s"
@@ -2049,17 +2105,17 @@ msgstr "brak opisu w %%changelog"
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "linia %d: b³±d w interpretacji wpisu %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "linia %d: B³edna opcja %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "linia %d: Zbyt du¿o nazw: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "linia %d: Pakiet nie istnieje: %s"
@@ -2069,198 +2125,198 @@ msgstr "linia %d: Pakiet nie istnieje: %s"
 msgid "line %d: Second description\n"
 msgstr "linia %d: Drugi opis"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "linia %d: B³±d w interpretacji wpisu %%files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "linia %d: Druga lista %%files"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "Architektura nie jest wspierana: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "Architektura nie jest wspierana: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "Ten OS nie jest wspierany: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "Ten OS nie jest wspierany: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "pole %s musi byæ obecne w pakiecie: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Podwójne wpisy %s w pakiecie: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Nieznany typ ikony: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "linia %d: Niepoprawna forma etykiety: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "linia %d: Pusta etykieta: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "linia %d: Nielegalny znak '-' w %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "linia %d: wpis BuildRoot nie mo¿e byæ \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "linia %d: Prefiksy nie mog± siê koñczyæ na \"/\": %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "linia %d: wpis Docdir musi siê zaczynaæ od '/': %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "linia %d: pole Epoch/Serial musi byæ liczb±: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "linia %d: B³êdny numer %s: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "linia %d: B³êdny format wpisu BuildArchitecture: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "B³±d wewnêtrzny: Fa³szywa etykieta %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "B³êdna specyfikacja pakietu: $s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Pakiet ju¿ istnieje: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "linia %d: Nieznana etykieta: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "W pliku spec nie mo¿na u¿ywaæ wpisów BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "B³êdne ¼ród³o: %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "Brak ³aty numer %d"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "Brak ¼ród³a numer %d"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %s\n"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "B³±d przetwarzania %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "linia %d: B³êdny argument dla %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "linia %d: B³êdna opcja %%setup %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "linia %d: Wymagany argument dla %%patch -b: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "linia %d: Wymagany argument dla %%patch -z: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "linia %d: Wymagany argument dla %%patch -p: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "linia %d: B³êdny argument dla %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "Zbyt wiele ³at!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "linia %d: B³êdny argument dla %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "linia %d: druga sekcja %%prep"
@@ -2307,63 +2363,63 @@ msgstr "linia %d: skrypt (tu jako program) musi si
 msgid "line %d: Second %s\n"
 msgstr "linia %d: Drugi %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "linia %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Nie mo¿na otworzyæ: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "Niedomkniête %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Napotkano %%else bez if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Napotkano %%endif bez if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "b³ednie sformatowany wpis %%include"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "Nie mo¿na budowaæ na takie architektury"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "Pakiet nie ma %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "linia %d: B³êdny numer: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "linia %d: b³êdny numer no%s: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "linia %d: B³êdny numer %s: %s\n"
@@ -2579,30 +2635,30 @@ msgstr "zale
 msgid "package %s conflicts: %s\n"
 msgstr "pakiet %s jest w konflikcie: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "usuwanie indeksu grupy\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2617,7 +2673,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(nie jest liczb±)"
 
@@ -2659,32 +2715,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "linia %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "ostrze¿enie: %s zapisany jako %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "nie mo¿na usun±æ %s - katalog nie jest pusty"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "skasowanie katalogu %s nie powiod³o siê"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "ostrze¿enie: %s utworzony jako %s"
@@ -2695,88 +2751,88 @@ msgstr "ostrze
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE licznik musi byæ 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ danych %d nie jest obs³ugiwany\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "B³edny licznik dla headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "brak { po %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "brak } po %{"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "pusty format etykiety"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "pusta nazwa etykiety"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "nieznana etykieta"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "spodziewany ] na koñcu tablicy"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "nie spodziewany ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "nie spodziewany }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "spodziewany ? w wyra¿eniu"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "spodziewany { po ? w wyra¿eniu"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "spodziewany } w wyra¿eniu"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "spodziewany : po podwyra¿eniu ?"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "spodziewany { po : w wyra¿eniu"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "spodziewany | na koñcu wyra¿enia"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(nieznany typ)"
 
@@ -2798,139 +2854,139 @@ msgid ""
 msgstr ""
 "tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot by³ ju¿ wcze¶niej podany"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instacja pakietu ¼ród³owego\n"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instacja pakietu ¼ród³owego\n"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "wymu¶ build root"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "b³êdny status pliku: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "nie wykonuj ¿adnych etapów budowania"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "nie akceptuj wpisów I18N ze speca"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr "usuñ speca po zakoñczeniu"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "wymu¶ platformê docelow±"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "wyszukaj wpisy I18N w katalogu speca"
@@ -3092,200 +3148,190 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "wyst±pi³ nieznany b³±d %d w trakcie manipulowania pakietem %s-%s-%s"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "u¿ytkownik %s nie istnieje - u¿yto konta root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "grupa %s nie istnieje - u¿yto grupy root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozpakowanie archiwum nie powiod³o siê %s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " na pliku "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "nie mo¿na utworzyæ %s"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "nie mo¿na zapisaæ do %s"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "instacja pakietu ¼ród³owego\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "wykonanie skryptu nie powiod³o siê"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "wykonanie skryptu nie powiod³o siê"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "pakiet: %s-%s-%s test plików = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "u¿ytkownik %s nie istnieje - u¿yto konta root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "grupa %s nie istnieje - u¿yto grupy root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozpakowanie archiwum nie powiod³o siê %s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " na pliku "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "uruchamianie skryptu postinstall (je¶li istnieje)\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "b³±d w formacie: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(nie zawiera plików)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "normalny      "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "zast±piony    "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "niezainstalowany"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "udostêpniony w sieci"
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(nieznany %3d)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(brak statusu)"
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "nie mo¿na odwi±zaæ %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s nie wygl±da na pakiet RPM\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "odpytywanie %s nie powiod³o siê\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "odpytywanie pliku spec %s nie powiod³o siê, nie mo¿na interpretowaæ\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¿aden pakiet nie wymaga %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¿aden pakiet nie udostêpnia %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "plik %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "b³êdny numer pakietu: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "numer rekordu pakietu: %d\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "nie mo¿na odczytaæ rekordu %d\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakiet %s nie jest zainstalowany\n"
@@ -3527,118 +3573,118 @@ msgstr "tworzenie katalogu: %s\n"
 msgid "failed to remove directory %s: %s\n"
 msgstr "usuniêcie katalogu %s nie powiod³o siê: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "nie podano nazw plików do zainstalowania"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "zliczanie pakietów do zainstalowania\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "szukanie pakietów do ¶ci±gniêcia\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "¦ci±ganie %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr "... jako %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "¶ci±gniêto %d pakietów\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nie mo¿na otworzyæ pliku %s: %s"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nie mo¿e byæ zainstalowany\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "pakiet %s nie jest przesuwalny\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "b³±d czytania z pliku %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "plik %s wymaga nowszej wersji RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "niespe³nione zale¿no¶ci:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "instalacja pakietów binarnych\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" okre¶la wiele pakietów\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "usuniêcie tych pakietów zerwie zale¿no¶ci:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nie mo¿na otworzyæ %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instalacja %s\n"
@@ -3648,98 +3694,98 @@ msgstr "Instalacja %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "odczyt nie powiód³ siê: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "brak drugiego ':' przy %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "brak nazwy architektury przy %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Niekompletna linia danych przy %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Zbyt wiele argumentów w linii danych przy %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "B³êdny numer arch/os: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Niekompletna domy¶lna linia przy %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Zbyt wiele argumentów w linii domy¶lnej przy %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nie mo¿na rozszerzyæ %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nie mo¿na otworzyæ %s do odczytu: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Odczytanie %s nie powiod³o siê: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "brak ':' przy %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "brak argumentu dla %s przy %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s: Open nie powiod³o siê\n"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "nie mo¿na otworzyæ %s przy %s:%d"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "brak architektury dla %s przy %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "b³êdna opcja '%s' przy %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Nieznany system: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Skontaktuj siê, proszê, z rpm-list@redhat.com\n"
 
@@ -3920,35 +3966,35 @@ msgstr "tworzenie katalogu: %s\n"
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s pominiêty z powodu flagi missingok\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "pakiet nie specyfikuje ani nazwy u¿ytkownika ani list id (to nie powinno siê "
 "zdarzyæ)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "pakiet nie specyfikuje ani nazwy grupy ani list id (to nie powinno siê "
 "zdarzyæ)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "brak    %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
@@ -4045,61 +4091,61 @@ msgstr "Plik %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Plik %s jest mniejszy ni¿ %d bajtów"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Sukces"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "B³êdna odpowied¼ serwera"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "B³±d WE/WY(IO) serwera"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Przekroczony limit czasu serwera"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "Nie mo¿na znale¼æ adresu serwera"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "Nie mo¿na znale¼æ nazwy serwera"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "Po³±czenie z serwerem nie powiod³o siê"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "Otwarcie transmisji danych z serwera nie powiod³o siê"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "B³±d WE/WY(IO) na lokalnym pliku"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "B³±d: ustawienie zdalnego serwera w tryb pasywny nie powiod³o siê"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Plik nie zosta³ znaleziony na serwerze"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "Przerywanie ..."
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Nieznany lub nieoczekiwany b³±d"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "logowanie do %s jako %s, has³o %s\n"
@@ -4164,6 +4210,20 @@ msgstr "port musi by
 msgid "failed to create %s: %s\n"
 msgstr "utworzenie %s nie powiod³o siê\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
+#~ "pakietów"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "instacja pakietu ¼ród³owego\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
+
 #, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       rpm {--initdb}   [--dbpath <katalog>]"
index 65d38a1..3d807dc 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-08-01 21:11+01:00\n"
 "Last-Translator: Pedro Morais <morais@poli.org>\n"
 "Language-Team: pt <morais@poli.org>\n"
@@ -9,1074 +9,1078 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-latin1\n"
 "Content-Transfer-Encoding: none\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 "não consegui abrir %s/packages.rpm\n"
 "\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1122,7 +1126,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1166,330 +1170,371 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1545,164 +1590,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1728,131 +1773,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1885,17 +1930,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1905,186 +1950,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2129,57 +2174,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2397,30 +2442,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2435,7 +2480,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2477,32 +2522,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2512,88 +2557,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2611,127 +2656,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2880,199 +2925,190 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr ""
 "não consegui abrir %s/packages.rpm\n"
 "\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr ""
 "não consegui abrir %s/packages.rpm\n"
 "\n"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
 #, c-format
-msgid "%s: running %s script(s) (if any)\n"
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/query.c:161
+#: lib/psm.c:1522
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3312,119 +3348,119 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 "não consegui abrir %s/packages.rpm\n"
 "\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3434,100 +3470,100 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "não consigo abrir ficheiro spec %s: %s\n"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 "não consegui abrir %s/packages.rpm\n"
 "\n"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3693,28 +3729,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3801,59 +3837,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 6d65ee8..40c525e 100644 (file)
@@ -2,72 +2,72 @@
 # Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
 #
 msgid ""
-msgstr "POT-Creation-Date: 2001-02-28 10:48-0500\n"
+msgstr "POT-Creation-Date: 2001-03-15 12:09-0500\n"
 
 # , c-format
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "lista dependências do pacote"
 
 # , c-format
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "não foi passado pacote para instalação"
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "instale pacote"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
@@ -80,473 +80,473 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versão %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 "Este Software pode ser livremente redistribuido sob os termos da Licensa "
 "Pública GNU (GPL)"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "uso: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <diretório>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <diretório>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <arquivo>] [--ignorearch] [--dbpath "
 "<diretório>]"
 
-#: rpm.c:231
+#: rpm.c:255
 #, fuzzy
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr "                        [--prefix <diretório>] [--ignoreos] [--nodeps]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <diretório>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <arquivo>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix "
 "<diretório>]"
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:243
+#: rpm.c:267
 #, fuzzy
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:244
+#: rpm.c:268
 #, fuzzy
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--provides] [--dump] [--dbpath <diretório>] [alvos]"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <diretório>] [--rcfile <arquivo>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 "                        [--provides] [--dump] [--dbpath <diretório>] [alvos]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [alvo]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [alvo]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 #, fuzzy
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
 "<arquivo>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                           pacote1 ... pacoteN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpm.c:266
+#: rpm.c:290
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           pacote1 ... pacoteN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "uso:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "mostra esta mensagem"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "mostra a versão do programa rpm sendo usado"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   todos os modos suportam os seguintes argumentos:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "mostra a versão do programa rpm sendo usado"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "envia a saida padrão para <cmd>"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "use <arquivo> no lugar de /etc/rpmrc e $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "seja um pouco mais detalhado"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "seja _muito_ mais detalhado (para depuração)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "  Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
 "no lugar"
 
-#: rpm.c:328
+#: rpm.c:352
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   de nomes de arquivos bem como as seguintes opções:\n"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "nome do host ou IP do proxy ftp"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "número da porta do servidor ftp (ou proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "nome do host ou IP do proxy ftp"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "número da porta do servidor ftp (ou proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "modo pesquisa"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "use <diretório> como diretório para o banco de dados"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "use s como formato do cabeçalho (implica -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "use <diretório> como diretório raiz"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Opcões para especificação de pacotes:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "pesquise todos os pacotes"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
 
-#: rpm.c:354
+#: rpm.c:378
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:356
+#: rpm.c:380
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:357
+#: rpm.c:381
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "pesquise pacotes que fornecem a capacidade <i>"
 
-#: rpm.c:358
+#: rpm.c:382
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:359
+#: rpm.c:383
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "pesquise pacotes que requerem capacidade <i>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Opcões de selecão de informação"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "mostre informação do pacote"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 #, fuzzy
 msgid "display the package's change log"
 msgstr "mostre a lista de arquivos do pacote"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "mostre a lista de arquivos do pacote"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "mostre estados dos arquivos (implica -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "liste somente os arquivos de documentação (implica -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "liste somente os arquivos de configuração (implica -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -554,24 +554,24 @@ msgstr ""
 "mostre todas as informações verificáveis para cada arquivo (deve ser usado "
 "com -l, -c ou -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 #, fuzzy
 msgid "list capabilities package provides"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "lista dependências do pacote"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "mostra as várias scripts de [des]instalação"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -579,148 +579,148 @@ msgstr ""
 "verifique uma instalação de pacote usando as mesmas opções de especificação "
 "de pacote do -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "não verifique as dependências do pacote"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "não verifique os checksums md5 do arquivo"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "não verifique os atributos dos arquivos"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "liste as etiquetas que podem ser usadas em um formato de pesquisa"
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "instale pacote"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "instale pacote"
 
-#: rpm.c:404
+#: rpm.c:428
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "não foi passado pacote para instalação"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "realoque o pacote para <diretório>, se realocável"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "não instale documentação"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "aliás para --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 #, fuzzy
 msgid "don't verify package architecture"
 msgstr "não verifique a arquitetura do pacote"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "não verifique o sistema operacional do pacote"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "instale documentação"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 #, fuzzy
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "não verifique as dependências do pacote"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "não execute nenhuma script de instalação"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "imprima porcentagens a medida que o pacote vai sendo instalado"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "instale mesmo que o pacote substitua arquivos já instalados"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "reinstale se o pacote já estiver presente"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "não instale, mas diga se a instalação funcionará ou não"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "atualize pacote (mesmas opcões em --install, mais"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -728,15 +728,15 @@ msgstr ""
 "atualize para uma versão mais velha do pacote (--force em atualizações não "
 "faz isto automaticamente)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "apague (desinstale) pacote"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -744,109 +744,109 @@ msgstr ""
 "remova todos os pacotes iguais a <pacote> (normalmente um erro é gerado se "
 "<pacote> especificou múltiplos pacotes)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "não execute nenhuma script específica do pacote"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:480
+#: rpm.c:504
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "Constroi pacote, onde <estágio> é um dos seguintes:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (descompacte fontes e aplique patches)"
 
 # , c-format
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "cheque lista (faça algumas checagens em %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "compile (prep e compile)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "instale (prep, compile, instale)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "pacote binário (prep, compile, instale, pacote)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pacote bin/src (prep, compile, instale, pacote)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "pule direto para o estágio especificado (somente para c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "remova a árvore de construção quando terminar"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "remova a árvore de construção quando terminar"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "remova a árvore de construção quando terminar"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "gere assinatura PGP"
 
-#: rpm.c:504
+#: rpm.c:528
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:505
+#: rpm.c:529
 #, fuzzy
 msgid "use <dir> as the build root"
 msgstr "use s como o root da construção"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "não execute nenhum estágio"
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "atribua S segundos ao tempo de checagem (0 o desabilita)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -854,68 +854,68 @@ msgstr ""
 "instale pacote fonte, construa pacote binário e remova o arquivo spec, "
 "fontes, patches e ícones."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "como --rebuild, mas não construa nenhum pacote"
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "assine um pacote (descarte a assinatura corrente)"
 
-#: rpm.c:521
+#: rpm.c:545
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "adicione uma assinatura a um pacote"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "verifique a assinatura do pacote"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "desconsidere quaisquer assinaturas MD5"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "certifique que um banco de dados válido existe"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -923,7 +923,7 @@ msgstr ""
 "atribua as permissões dos arquivos para aquelas no banco de dados de pacotes "
 "usando as mesmas opções de especificação de pacote do -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -931,183 +931,189 @@ msgstr ""
 "atribua dono e grupo dos arquivos para aquelas no banco de dados de pacotes "
 "usando as mesmas opções de especificação de pacote do -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "somente um modo principal pode ser especificado"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u e --uninstall foram descontinuados e não funcionam mais.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Use -e ou --erase no lugar.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "um tipo de pesquisa/verificação pode ser feita por vez"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "somente instalação e atualização podem ser forçadas"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--prefix somente pode ser usada quando se está instalando novos pacotes"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 "--prefix somente pode ser usada quando se está instalando novos pacotes"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumentos para --prefix devem começar com uma /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 "--hash (-h) somente podem ser especificado durante instalações de pacotes"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 "--excludedocs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 "--includedocs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 "--ignorearch somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 "--ignoreos somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 "--ignoreos somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--allmatches somente pode ser especificado durante desinstalações de pacotes"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts somente pode ser especificado durante [des]instalações e "
 "verificações de pacotes"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--percent somente pode ser especificado durante instalações de pacotes"
+
+#: rpm.c:977 rpmqv.c:1126
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"--nodeps somente pode ser especificado durante [des]instalações e "
-"verificações de pacotes"
+"--test somente pode ser especificado durante [des]instalações e construções "
+"de pacotes"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1116,7 +1122,7 @@ msgstr ""
 "--nodeps somente pode ser especificado durante [des]instalações e "
 "verificações de pacotes"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1124,7 +1130,7 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1132,24 +1138,24 @@ msgstr ""
 "--root (-r) somente pode ser especificado durante [des]instalações, "
 "pesquisas e reconstrução de bancos de dados"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumentos para --root (-r) devem começar com uma /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage somente pode ser usado durante a atualização de pacotes"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
@@ -1157,79 +1163,79 @@ msgstr ""
 "--nopgp somente pode ser usado durante checagem de assinaturas e verificação "
 "de pacotes"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "não foi passado pacote para desinstalação"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Checagem de pass phrase falhou\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Pass phrase ok.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign somente pode ser usado durante a construção de pacotes"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "Construção falhou.\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "argumentos não esperados em --querytags"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "nenhum pacote informado para checagem de assinatura"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "não foram passados pacotes para assinatura"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "não foi passado pacote para desinstalação"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "não foi passado pacote para instalação"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "não foi passado argumento para pesquisa"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "não foi passado argumento para verificação"
 
@@ -1278,7 +1284,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1323,142 +1329,182 @@ msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "não execute nenhuma script específica do pacote"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "pesquise todos os pacotes"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "não foi passado pacote para instalação"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "não execute nenhum estágio"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "não execute nenhum estágio"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "não execute nenhum estágio"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "não execute nenhum estágio"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "não execute nenhuma script específica do pacote"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "não execute nenhuma script de instalação"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "não execute nenhuma script de instalação"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "não execute nenhuma script de instalação"
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "instale pacote"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "uso: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   todos os modos suportam os seguintes argumentos:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "mostra a versão do programa rpm sendo usado"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1466,224 +1512,235 @@ msgstr ""
 "  Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
 "no lugar"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   de nomes de arquivos bem como as seguintes opções:\n"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcões para especificação de pacotes:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "pesquise todos os pacotes"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "pesquise pacotes que fornecem a capacidade <i>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "pesquise pacotes que requerem capacidade <i>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcões de selecão de informação"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "mostra as várias scripts de [des]instalação"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "não execute nenhum estágio"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "instale pacote"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "não execute nenhuma script de instalação"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "instale pacote"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "instale pacote"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Use -e ou --erase no lugar.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath passado para uma operação que não usa um banco de dados"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "não foram passados pacotes para reconstrução"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "não foi passado arquivo spec para construção"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "não foram passados arquivos tar para construção"
 
 # , c-format
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Não consegui abrir: %s\n"
@@ -1696,23 +1753,23 @@ msgstr "N
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "RPM versão %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Construção falhou.\n"
 
 # , c-format
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1768,178 +1825,178 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "não foi passado pacote para desinstalação"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "não foi passado pacote para desinstalação"
 
 # , c-format
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "Construção falhou.\n"
 
 # , c-format
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Não consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Não consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1966,150 +2023,150 @@ msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "gere assinatura PGP"
 
 # , c-format
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
@@ -2144,19 +2201,19 @@ msgid "line %d: Error parsing %%description: %s\n"
 msgstr "não foi passado pacote para desinstalação"
 
 # , c-format
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "Não consegui abrir: %s\n"
@@ -2167,23 +2224,23 @@ msgid "line %d: Second description\n"
 msgstr ""
 
 # , c-format
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
@@ -2196,195 +2253,195 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "RPM versão %s\n"
 
 # , c-format
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Opcões para especificação de pacotes:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "não foi passado pacote para instalação"
 
 # , c-format
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
 # , c-format
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2435,63 +2492,63 @@ msgid "line %d: Second %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
 # , c-format
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
 # , c-format
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "%s não pode ser construido nesta arquitetura\n"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "não foi passado pacote para desinstalação"
 
 # , c-format
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2709,30 +2766,30 @@ msgstr "n
 msgid "package %s conflicts: %s\n"
 msgstr "não foi passado pacote para desinstalação"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2747,7 +2804,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2793,35 +2850,35 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
 # , c-format
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "Construção falhou.\n"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "Construção falhou.\n"
 
 # , c-format
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "Não consegui abrir: %s\n"
@@ -2831,90 +2888,90 @@ msgstr "N
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 #, fuzzy
 msgid "unexpected ]"
 msgstr "fonte de pesquisa não esperado"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 #, fuzzy
 msgid "unexpected }"
 msgstr "fonte de pesquisa não esperado"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2934,142 +2991,142 @@ msgid ""
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (descompacte fontes e aplique patches)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instale pacote"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (descompacte fontes e aplique patches)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "pacote binário (prep, compile, instale, pacote)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instale pacote"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "use s como o root da construção"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "não execute nenhum estágio"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "remova a árvore de construção quando terminar"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3235,203 +3292,193 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, c-format
-msgid "group %s does not exist - using root\n"
-msgstr ""
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "Construção falhou.\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
 # , c-format
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/psm.c:683
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "instale pacote"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
+msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "não foi passado pacote para instalação"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, c-format
+msgid "group %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1522
 #, fuzzy, c-format
-msgid "%s: running %s script(s) (if any)\n"
-msgstr "não execute nenhum estágio"
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "Construção falhou.\n"
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#: lib/query.c:161
+#: lib/psm.c:1774
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "não execute nenhum estágio"
+
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "não foi passado pacote para instalação"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "não foi passado pacote para instalação"
 
 # , c-format
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "Construção falhou.\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "pesquise todos os pacotes"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "não foram passados pacotes para assinatura"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "não foi passado pacote para instalação"
@@ -3690,30 +3737,30 @@ msgstr "RPM vers
 msgid "failed to remove directory %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "não foi passado pacote para instalação"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "não foi passado pacote para instalação"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, fuzzy, c-format
 msgid "found %d packages\n"
 msgstr "pesquise todos os pacotes"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
@@ -3726,97 +3773,97 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, fuzzy, c-format
 msgid "Retrieving %s\n"
 msgstr "RPM versão %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
 # , c-format
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "não foi passado pacote para instalação"
 
 # , c-format
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "não foi passado pacote para instalação"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 #, fuzzy
 msgid "failed dependencies:\n"
 msgstr "lista dependências do pacote"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "instale pacote"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 #, fuzzy
 msgid "removing these packages would break dependencies:\n"
 msgstr "lista dependências do pacote"
 
 # , c-format
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3827,104 +3874,104 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Não consegui ler o arquivo spec de %s\n"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "Não consegui abrir: %s\n"
 
 # , c-format
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -4137,30 +4184,30 @@ msgstr "RPM vers
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "instale pacote"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "não execute nenhum estágio"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -4250,59 +4297,59 @@ msgstr "N
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4368,6 +4415,18 @@ msgid "failed to create %s: %s\n"
 msgstr "Não consegui abrir o pipe tar: %s\n"
 
 #, fuzzy
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--nodeps somente pode ser especificado durante [des]instalações e "
+#~ "verificações de pacotes"
+
+#, fuzzy
+#~ msgid "installing a source package\n"
+#~ msgstr "instale pacote"
+
+#, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       rpm {--initdb}   [--dbpath <diretório>]"
 
index 4d2842b..89d85ad 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 1999-04-10 12:00+EST\n"
 "Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
 "Language-Team: Romanian <ro@li.org>\n"
@@ -9,1072 +9,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1120,7 +1124,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1164,329 +1168,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1542,163 +1587,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1724,131 +1769,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1881,17 +1926,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1901,186 +1946,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2125,57 +2170,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2391,30 +2436,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2429,7 +2474,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2471,32 +2516,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2506,88 +2551,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2605,127 +2650,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2874,195 +2919,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3298,117 +3334,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3418,98 +3454,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3675,28 +3711,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3783,59 +3819,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index c9708a8..1195724 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-03-15 09:21-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2521,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1344 lib/fsm.c:1461
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1486
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1491
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1500
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1517
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
index 0134665..984fe11 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-08-08 01:20+0300\n"
 "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
 "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -10,491 +10,491 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Date: 1999-04-03 12:20+0200\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ Packages × %s\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÓÂÏÒËÉ:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ spec ÆÁÊÌÁ %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ ËÁÎÁÌÁ tar: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ ÆÁÊÌÁ spec ÉÚ %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "îÅ ÍÏÇÕ ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "îÅ ÏÂÙÞÎÙÊ ÆÁÊÌ: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "æÁÊÌ %s ÎÅ ÐÏÈÏÖ ÎÁ spec ÆÁÊÌ.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "ãÅÌÅ×ÙÅ ÐÌÁÔÆÏÒÍÙ ÄÌÑ ÓÂÏÒËÉ: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "óÂÏÒËÁ ÄÌÑ ÃÅÌÅ×ÏÊ ÐÌÁÔÆÏÒÍÙ %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ×ÅÒÓÉÑ %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "íÏÖÅÔ Ó×ÏÂÏÄÎÏ ÒÁÓÐÒÏÓÔÒÁÎÑÔØÓÑ ÎÁ ÕÓÌÏ×ÉÑÈ GNU GPL."
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <ËÁÔ.>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <ÁÄÒÅÓ>] [--ftpport <ÐÏÒÔ>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <ÁÄÒÅÓ>] [--httpport <ÐÏÒÔ>]"
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--justdb] [--noorder] [--relocate "
 "ÓÔÁÒÙÊÐÕÔØ=ÎÏ×ÙÊÐÕÔØ]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <ÐÕÔØ>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] file1.rpm ... fileN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <ËÁÔÁÌÏÇ>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <ËÁÔ.>] [--prefix <ËÁÔ.>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <host>] [--httpport <ÐÏÒÔ>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate oldpath=newpath]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <ÐÕÔØ>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        file1.rpm ... fileN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr "                        [--triggeredby]"
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "                        [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <ËÁÔÁÌÏÇ>] [ÃÅÌÉ]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <ËÁÔ>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [ÃÅÌÉ]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [ÃÅÌØ]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [ÃÅÌØ]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} ÆÁÊÌ1.rpm ... ÆÁÊÌN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <ËÁÔÁÌÏÇ>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] ÐÁËÅÔ1 ... ÐÁËÅÔN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           ÐÁËÅÔ1 ... ÐÁËÅÔN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "×Ù×ÅÓÔÉ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "×Ù×ÅÓÔÉ ×ÅÒÓÉÀ ÉÓÐÏÌØÚÕÅÍÏÇÏ rpm"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   ÷ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<ÉÍÑ> <ÐÏÄÓÔÁÎÏ×ËÁ>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "ÏÐÒÅÄÅÌÉÔØ ÍÁËÒÏÓ <ÉÍÑ> ÓÏ ÚÎÁÞÅÎÉÅÍ <ÐÏÄÓÔÁÎÏ×ËÁ>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<name>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <cmd>          "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "ÐÏÓÌÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ × <cmd>"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <ÆÁÊÌ>     "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ÆÁÊÌ> ×ÍÅÓÔÏ /etc/rpmrc É $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "ÐÏËÁÚÁÔØ ÔÅËÕÝÅÅ ÚÎÁÞÅÎÉÅ rpmrc É ÍÁËÒÏÓÏ×"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "ÂÙÔØ ÎÅÍÎÏÇÏ ÒÁÚÇÏ×ÏÒÞÉ×ÅÅ"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "ÂÙÔØ ïþåîø ÒÁÚÇÏ×ÏÒÞÉ×ÙÍ (ÄÌÑ ÏÔÌÁÄËÉ)"
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   õÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
 "×ÍÅÓÔÏ"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   ÉÍÅΠÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <ÁÄÒÅÓ>  "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ ftp proxy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <ÐÏÒÔ>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "ÎÏÍÅÒ ÐÏÒÔÁ ftp-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <ÁÄÒÅÓ>  "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ http proxy"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <ÐÏÒÔ>    "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "ÎÏÍÅÒ ÐÏÒÔÁ http-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <ËÁÔÁÌÏÇ>  "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÁÔÁÌÏÇ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <qfmt> ËÁË ÆÏÒÍÁÔ ÚÁÇÏÌÏ×ËÁ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <ËÁÔÁÌÏÇ>    "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÏÒÎÅ×ÏÊ ËÁÔÁÌÏÇ"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "ÚÁÐÒÏÓÉÔØ ×ÓÅ ÐÁËÅÔÙ"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <ÆÁÊÌ>+        "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "ÚÁÐÒÏÓÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkg>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <pkg>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <cap>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <cap>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <cap>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ <cap>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "×Ù×ÅÓÔÉ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÁËÅÔÅ"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "×Ù×ÅÓÔÉ ÐÒÏÔÏËÏÌ ÉÚÍÅÎÅÎÉÊ ÐÁËÅÔÁ"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "×Ù×ÅÓÔÉ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÆÁÊÌÏ× (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -502,23 +502,23 @@ msgstr ""
 "ÐÏËÁÚÁÔØ ×ÓÀ ËÏÎÔÒÏÌØÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÄÌÑ ËÁÖÄÏÇÏ ÆÁÊÌÁ (ÄÏÌÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ "
 "Ó -l, -c ÉÌÉ -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "ÐÏËÁÚÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -526,142 +526,142 @@ msgstr ""
 "×ÅÒÉÆÉÃÉÒÏ×ÁÔØ ÉÎÓÔÁÌÌÑÃÉÀ ÐÁËÅÔÁ, ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ "
 "ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÅÊ ÐÁËÅÔÁ"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÙÅ md5-ÓÕÍÍÙ ÆÁÊÌÏ×"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÔÔÒÉÂÕÔÙ ÆÁÊÌÏ×"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "×Ù×ÅÓÔÉ ÔÜÇÉ, ËÏÔÏÒÙÅ ÍÏÇÕÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÙ × ÆÏÒÍÁÔÅ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <ÐÕÔØ>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <oldpath>=<newpath>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ × ÎÅÐÅÒÅÍÅÝÁÅÍÏÍ ÐÁËÅÔÅ"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <ËÁÔÁÌÏÇ>  "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÐÁËÅÔ × <ËÁÔÁÌÏÇ>, ÅÓÌÉ ÐÁËÅÔ ÜÔÏ ÐÏÚ×ÏÌÑÅÔ"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "ÓÏËÒÁÝÅÎÉÅ ÄÌÑ --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "×Ù×ÏÄÉÔØ \"#\" ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ (ÈÏÒÏÛÏ Ó -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÷óå ÆÁÊÌÙ, ÄÁÖÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÂÙ ÂÙÔØ "
 "ÐÒÏÐÕÝÅÎÙ"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ÐÁËÅÔÁ"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÄÉÓËÏ×ÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï ÐÅÒÅÄ ÕÓÔÁÎÏ×ËÏÊ"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÏÐÅÒÁÃÉÏÎÎÕÀ ÓÉÓÔÅÍÕ ÐÁËÅÔÁ"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "ÏÂÎÏ×ÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ, ÎÏ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÔØ ÆÁÊÌÏ×ÕÀ ÓÉÓÔÅÍÕ"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ÎÅ ÍÅÎÑÔØ ÐÏÒÑÄÏË ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÏ× ÄÌÑ ÕÄÏ×ÌÅÔ×ÏÒÅÎÉÑ ÚÁ×ÉÓÉÍÏÓÔÅÊ"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "×Ù×ÏÄÉÔØ ÐÒÏÃÅÎÔ ÇÏÔÏ×ÎÏÓÔÉ ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, ÄÁÖÅ ÅÓÌÉ ÐÁËÅÔ ÐÅÒÅÐÉÛÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÆÁÊÌÙ"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ, ÅÓÌÉ ÐÁËÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, Á ÔÏÌØËÏ ÓÏÏÂÝÉÔØ, ÕÄÁÓÔÓÑ ÌÉ ÕÓÔÁÎÏ×ËÁ"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "ÏÂÎÏ×ÌÅÎÉÅ ÐÁËÅÔÁ (ÔÅ ÖÅ ÏÐÃÉÉ, ÞÔÏ É Ó --install, ÐÌÀÓ)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -669,15 +669,15 @@ msgstr ""
 "ÏÔËÁÔ ÎÁ ÂÏÌÅÅ ÓÔÁÒÕÀ ×ÅÒÓÉÀ ÐÁËÅÔÁ (--force ÐÒÉ ÏÂÎÏ×ÌÅÎÉÉ ÄÅÌÁÅÔ ÜÔÏ "
 "Á×ÔÏÍÁÔÉÞÅÓËÉ)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <ÐÁËÅÔ>  "
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "ÕÄÁÌÉÔØ (ÄÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ) ÐÁËÅÔ"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -685,101 +685,101 @@ msgstr ""
 "ÕÄÁÌÉÔØ ×ÓÅ ÐÁËÅÔÙ, ÓÏ×ÐÁÄÁÀÝÉÅ Ó <ÐÁËÅÔ> (ÏÂÙÞÎÏ, ÅÓÌÉ <ÐÁËÅÔ> "
 "ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÎÅÓËÏÌØËÉÍ ÐÁËÅÔÁÍ, ÇÅÎÅÒÉÒÕÅÔÓÑ ÏÛÉÂËÁ)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉÐÔÏ×, ÓÐÅÃÉÆÉÞÎÙÈ ÄÌÑ ÐÁËÅÔÁ"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<stage> <spec>      "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<stage> <tarball>   "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "ÓÏÂÒÁÔØ ÐÁËÅÔ, ÇÄÅ <stage> - ÏÄÎÏ ÉÚ:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "list check (ÐÒÏÉÚ×ÅÓÔÉ ÐÒÏ×ÅÒËÕ ÓÅËÃÉÉ %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "compile (ÉÓÐÏÌÎÉÔØ %prep É %build)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "install (ÉÓÐÏÌÎÉÔØ %prep, %build É %install)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binary package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "bin/src package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install, ÓÏÚÄÁÔØ RPM É SRPM)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËÉ"
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr "ÕÄÁÌÉÔØ spec-ÆÁÊÌ ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP/GPG-ÐÏÄÐÉÓØ"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <ËÁÔ.>  "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔ.> ËÁË ËÏÒÎÅ×ÏÊ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÐÁËÅÔÁ"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<ÐÌÁÔÆÏÒÍÁ>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "ÓÏÂÒÁÔØ ÐÁËÅÔÙ ÄÌÑ ÃÅÌÅ×ÙÈ ÐÌÁÔÆÏÒÍ ÐÌÁÔÆÏÒÍÁ1...ÐÌÁÔÆÏÒÍÁN"
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <secs>  "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÒÏ×ÅÒËÕ ×ÒÅÍÅÎÉ × <secs> ÓÅËÕÎÄ (0 ÏÔÍÅÎÑÅÔ ÅÅ)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <src_pkg>   "
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -787,63 +787,63 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ, ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ É ÕÄÁÌÉÔØ spec-ÆÁÊÌ, ÆÁÊÌÙ "
 "Ó ÉÓÈÏÄÎÙÍÉ ÔÅËÓÔÁÍÉ, ÚÁÐÌÁÔÙ É ÐÉËÔÏÇÒÁÍÍÙ."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <src_pkg> "
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "ËÁË --rebuild, ÎÏ ÎÅ ÓÏÂÉÒÁÅÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkg>+       "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "ÐÏÄÐÉÓÁÔØ ÐÁËÅÔ (ÕÄÁÌÉ× ÔÅËÕÝÕÀ ÐÏÄÐÉÓØ)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkg>+      "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "ÄÏÂÁ×ÉÔØ ÐÏÄÐÉÓØ Ë ÐÁËÅÔÕ"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkg>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    -K <ÐÁËÅÔ>+           "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ × ÐÁËÅÔÅ"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ PGP-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ GPG-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ MD5-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "ÕÂÅÄÉÔØÓÑ, ÞÔÏ ÓÕÝÅÓÔ×ÕÅÔ ÐÒÁ×ÉÌØÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "ÐÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕÝÅÓÔ×ÕÀÝÅÊ ÂÁÚÙ"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -851,7 +851,7 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
 "ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -859,165 +859,172 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ ÈÏÚÑÉÎÁ É ÇÒÕÐÐÕ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
 "ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÏÄÉΠÉÚ ÏÓÎÏ×ÎÙÈ ÒÅÖÉÍÏ×"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "ÏÐÃÉÉ -u É --uninstall ÕÓÔÁÒÅÌÉ É ÂÏÌØÛÅ ÎÅ ÒÁÂÏÔÁÀÔ.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÉÍÅÔØ / ÐÏÓÌÅ ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "ÉÓËÌÀÞÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ ÐÒÉ ÏÂÒÁÂÏÔËÅ ÁÒÇÕÍÅÎÔÏ× (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "ÚÁ ÏÄÉΠÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌÎÅΠÔÏÌØËÏ ÏÄÉΠÔÉРÐÒÏ×ÅÒËÉ ÉÌÉ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÆÌÁÇÉ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "ÐÒÉÎÕÄÉÔÅÌØÎÙÍÉ ÍÏÇÕÔ ÂÙÔØ ÔÏÌØËÏ ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ, ÕÄÁÌÅÎÉÅ ÉÓÈÏÄÎÉËÏ× "
 "É spec-ÆÁÊÌÁ"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "ÆÁÊÌÙ ÍÏÇÕÔ ÂÙÔØ ÐÅÒÅÍÅÝÅÎÙ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --prefix ÉÌÉ --relocate"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "ÏÐÃÉÉ --relocate É --excludepath ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ "
 "ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "ÏÐÃÉÀ --prefix ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --prefix ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --hash (-h) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --percent ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --replacefiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --replacepkgs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --excludedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --includedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --excludedocs ÉÌÉ --includedocs"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignorearch ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignoreos ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignoresize ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "ÏÐÃÉÑ --allmatches ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "ÏÐÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "ÏÐÃÉÑ --noscripts ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "ÏÐÃÉÑ --allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
-"×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
+"ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ "
+"ÐÁËÅÔÁ"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1025,7 +1032,7 @@ msgstr ""
 "ÏÐÃÉÑ --nodeps ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ, ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÏ×"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1033,7 +1040,7 @@ msgstr ""
 "ÏÐÃÉÑ --test ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É ÓÂÏÒËÅ "
 "ÐÁËÅÔÁ"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1041,100 +1048,100 @@ msgstr ""
 "ÏÐÃÉÑ --root (-r) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ, "
 "ÚÁÐÒÏÓÁÈ ÐÁËÅÔÁ É ÐÅÒÅÓÔÒÏÅÎÉÉ ÂÁÚÙ ÄÁÎÎÙÈ"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --root (-r) ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 "ÏÐÃÉÑ --oldpackage ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÏÂÎÏ×ÌÅÎÉÉ ÐÁËÅÔÏ×"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "ÏÐÃÉÑ --nopgp ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "ÏÐÃÉÑ --nogpg ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "ÏÐÃÉÑ --nomd5 ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr "ÎÅÔ ÆÁÊÌÏ× ÄÌÑ ÐÏÄÐÉÓÉ\n"
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "ÎÅÔ ÄÏÓÔÕÐÁ Ë ÆÁÊÌÕ %s\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp ÎÅ ÎÁÊÄÅÎÁ: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "îÅ×ÅÒÎÁÑ ËÌÀÞÅ×ÁÑ ÆÒÁÚÁ\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "ëÌÀÞÅ×ÁÑ ÆÒÁÚÁ ÐÒÉÎÑÔÁ.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "ÏÐÃÉÑ --sign ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ ÐÁËÅÔÏ×"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "ÚÁÐÕÓË ÎÅ ÕÄÁÌÓÑ\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÁÒÇÕÍÅÎÔÙ ÄÌÑ --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÒÏ×ÅÒËÉ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ËÏ ×ÓÅÍ ÐÁËÅÔÁÍ ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ×ÅÒÉÆÉËÁÃÉÉ ×ÓÅÈ ÐÁËÅÔÏ× ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÄÌÑ ×ÅÒÉÆÉËÁÃÉÉ"
 
@@ -1182,7 +1189,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1227,346 +1234,397 @@ msgstr "
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉÐÔÏ×, ÓÐÅÃÉÆÉÞÎÙÈ ÄÌÑ ÐÁËÅÔÁ"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "ÐÁËÅÔ %s-%s-%s ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+#, fuzzy
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉÐÔÏ×, ÓÐÅÃÉÆÉÞÎÙÈ ÄÌÑ ÐÁËÅÔÁ"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <oldpath>=<newpath>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ: %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s {--help}\n"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr "   ÷ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr "   --define '<ÉÍÑ> <ÐÏÄÓÔÁÎÏ×ËÁ>'"
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "   --eval '<ÉÍÑ>+'       "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <ËÏÍÁÎÄÁ>      "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <ÆÁÊÌ>     "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr "   --dbpath <ËÁÔÁÌÏÇ>     "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr "   --root <ËÁÔÁÌÏÇ>       "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "  õÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
 "×ÍÅÓÔÏ"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr "   ÉÍÅΠÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr "     --ftpproxy <ÁÄÒÅÓ>   "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <ÐÏÒÔ>    "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr "     --httpproxy <ÁÄÒÅÓ>  "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr "      --httpport <ÐÏÒÔ>    "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr "      ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ×ÓÅ ÐÁËÅÔÙ"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr "        -f <ÆÁÊÌ>+        "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr "        -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr "     --triggeredby <ÐÁËÅÔ>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <ÐÁËÅÔ>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr "     --whatprovides <ÓÅÒ×ÉÓ>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <ÓÅÒ×ÉÓ>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr "     --whatrequires <ÓÅÒ×ÉÓ>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓ <ÓÅÒ×ÉÓ>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr "      ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÐÁËÅÔÁ"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr "    --install <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr "    -i <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <ÐÕÔØ>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <ËÁÔÁÌÏÇ>  "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <oldpath>=<newpath>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr "    -U <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr "    --erase <ÐÁËÅÔ>  "
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr "   --resign <pkg>+      "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr "   --addsign <pkg>+       "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr "   --checksig <pkg>+"
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr "   -K <pkg>+             "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr "ÓÏÚÄÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ (ÎÅ ÏÂÑÚÁÔÅÌØÎÏ)"
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr "ÐÅÒÅÉÎÄÅËÓÉÒÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "ÏÐÃÉÑ --dbpath ÚÁÄÁÎÁ ÄÌÑ ÏÐÅÒÁÃÉÉ, ÎÅ ÉÓÐÏÌØÚÕÀÝÅÊ ÂÁÚÕ ÄÁÎÎÙÈ"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ "
-"ÐÁËÅÔÁ"
+"ÏÐÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÅÒÅÓÂÏÒËÉ"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "ÎÅ ÚÁÄÁΠspec-ÆÁÊÌ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "÷ÙÐÏÌÎÑÅÔÓÑ(%s): %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "÷ÙÐÏÌÎÉÔØ %s ÎÅ ÕÄÁÌÏÓØ (%s): %s"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "îÅ×ÅÒÎÙÊ ËÏÄ ×ÏÚ×ÒÁÔÁ ÉÚ %s (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1634,169 +1692,169 @@ msgstr "&& 
 msgid "syntax error in expression\n"
 msgstr "ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "ïÛÉÂËÁ TIMECHECK: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ '(' × %s %s"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ')' × %s(%s"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÔÏËÅΠ%s: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "îÅ ÐÒÏÂÅÌ ÓÌÅÄÕÅÔ ÐÏÓÌÅ %s(): %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÊ ÓÉÎÔÁËÓÉÓ: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á ÎÁ ËÁÔÁÌÏÇ %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "îÅÏÂÙÞÎÁÑ ÄÌÉÎÁ locale: \"%.*s\" × %%lang(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "äÕÂÌÉËÁÔ locale %.*s × %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "ìÉÍÉÔ ÄÌÑ %%docdir ÐÒÅ×ÙÛÅÎ"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "ôÏÌØËÏ ÏÄÉΠÁÒÇÕÍÅÎÔ ÄÌÑ %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "ä×Á ÆÁÊÌÁ × ÏÄÎÏÊ ÓÔÒÏËÅ: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "îÅÌØÚÑ ÓÍÅÛÉ×ÁÔØ ÓÐÅÃ. %%doc Ó ÄÒÕÇÉÍÉ ÆÏÒÍÁÍÉ: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "æÁÊÌ ÕËÁÚÁΠÄ×ÁÖÄÙ: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "óÉÍ×ÏÌÉÞÅÓËÁÑ ÓÓÙÌËÁ ÕËÁÚÙ×ÁÅÔ ÎÁ BuildRoot: %s -> %s"
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "æÁÊÌ ÎÅ ÓÏÏÔ×ÅÔÓÔÕÅÔ ÐÒÅÆÉËÓÕ (%s): %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ÈÏÚÑÉÎ/ÇÒÕÐÐÁ: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "æÁÊÌ %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %%files: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "ÓÔÒÏËÁ: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÆÁÊÌ %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÌÎÉÔØ %s: %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "óÂÏÊ ×ÅÔ×ÌÅÎÉÑ %s: %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s ÎÅ ÕÄÁÌÏÓØ"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "ÚÁÐÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "ðÏÉÓË %s (ÉÓÐÏÌØÚÕÑ %s): ...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ %s:"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "ïÂÒÁÂÁÔÙ×ÁÀÔÓÑ ÆÁÊÌÙ: %s-%s-%s\n"
@@ -1822,132 +1880,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ËÁÎÏÎÉÚÉÒÏ×ÁÔØ ÉÍÑ ËÏÍÐØÀÔÅÒÁ: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á ÎÁ ÆÁÊÌÅ %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy: ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy: ÏÛÉÂËÁ ÞÔÅÎÉÑ: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreIn: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreUn: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostIn: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostUn: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ VerifyScript: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ Trigger script: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: ÏÔËÒÙÔÉÅ %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ÞÔÅÎÉÅ %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s  ÎÅ Ñ×ÌÑÅÔÓÑ ÐÁËÅÔÏÍ RPM\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ÞÉÔÁÅÔÓÑ ÚÁÇÏÌÏ×ÏË ÉÚ %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "îÅ×ÅÒÎÙÅ ÄÁÎÎÙÅ CSA"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÃÅÌØ ÐÏÄÐÉÓÉ %s: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ %s: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ %s: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "úÁÐÉÓÁÎ: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÐÁËÅÔÁ %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "ÓÔÒÏËÁ %d: ×ÔÏÒÏÅ %s"
@@ -1987,17 +2045,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÁÎÁÌÉÚÁ %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÁÑ ÏÐÃÉÑ %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "ÓÔÒÏËÁ %d: óÌÉÛËÏÍ ÍÎÏÇÏ ÉÍÅÎ: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÁËÅÔ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ: %s"
@@ -2007,198 +2065,198 @@ msgstr "
 msgid "line %d: Second description\n"
 msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÅ ÏÐÉÓÁÎÉÅ"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÒÁÚÂÏÒÁ %%files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÊ ÓÐÉÓÏË %%files"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "áÒÈÉÔÅËÔÕÒÁ ÉÓËÌÀÞÅÎÁ: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "áÒÈÉÔÅËÔÕÒÁ ÎÅ ×ËÌÀÞÅÎÁ: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "ïó ÉÓËÌÀÞÅÎÁ: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "ïó ÎÅ ×ËÌÀÞÅÎÁ: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "ðÏÌÅ %s ÏÂÑÚÁÎÏ ÐÒÉÓÕÔÓÔ×Ï×ÁÔØ × ÐÁËÅÔÅ: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "äÕÂÌÉÒÕÀÝÉÅÓÑ ÚÁÐÉÓÉ %s × ÐÁËÅÔÅ: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉРÐÉËÔÏÇÒÁÍÍÙ: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÔÜÇ: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÕÓÔÏÊ ÔÜÇ: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ '-' × %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot ÎÅ ÍÏÖÅÔ ÂÙÔØ \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÒÅÆÉËÓ ÎÅ ÍÏÖÅÔ ÚÁËÁÎÞÉ×ÁÔØÓÑ ÎÁ \"/\": %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "ÓÔÒÏËÁ %d: Docdir ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó '/': %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÏÌÅ Epoch/Serial ÄÏÌÖÎÏ ÂÙÔØ ÞÉÓÌÏÍ: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ %s: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÆÏÒÍÁÔ BuildArchitecture: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ: îÅÉÚ×ÅÓÔÎÙÊ ÑÒÌÙË %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ ÐÁËÅÔÁ: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "ðÁËÅÔ ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "æÁÊÌ spec ÎÅ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÉÓÈÏÄÎÉË: %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "îÅÔ ÚÁÐÌÁÔÙ ÎÏÍÅÒ %d"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "îÅÔ ÉÓÈÏÄÎÉËÁ ÎÏÍÅÒ %d"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "îÅ ÍÏÇÕ ÐÏÌÕÞÉÔØ nosource %s: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "ïÛÉÂËÁ ÁÎÁÌÉÚÁ %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÁÑ ÏÐÃÉÑ %%setup %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -b ÎÕÖÅΠÁÒÇÕÍÅÎÔ: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -z ÎÕÖÅΠÁÒÇÕÍÅÎÔ: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -p ÎÕÖÅΠÁÒÇÕÍÅÎÔ: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÚÁÐÌÁÔ!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "ÓÔÒÏËÁ %d: ×ÔÏÒÏÊ %%prep"
@@ -2246,63 +2304,63 @@ msgstr "
 msgid "line %d: Second %s\n"
 msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÅ %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "ÓÔÒÏËÁ %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "îÅÚÁËÒÙÔÙÊ %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean ËÏÄ ×ÏÚ×ÒÁÔÁ: %d"
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: îÁÊÄÅΠ%%else ÂÅÚ %%if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: îÁÊÄÅΠ%%endif ÂÅÚ %%if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "ÎÅ×ÅÒÎÏÅ ÏÂßÑ×ÌÅÎÉÅ %%include"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "îÅÔ ÁÒÈÉÔÅËÔÕÒ, ÄÌÑ ËÏÔÏÒÙÈ ×ÏÚÍÏÖÎÁ ÓÂÏÒËÁ"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "ðÁËÅÔ ÎÅ ÉÍÅÅÔ %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ no%s: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ %s: %s\n"
@@ -2521,30 +2579,30 @@ msgstr "
 msgid "package %s conflicts: %s\n"
 msgstr "ÐÁËÅÔ %s ËÏÎÆÌÉËÔÕÅÔ Ó: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s.\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2563,7 +2621,7 @@ msgstr ""
 "ÒÁÓÓÙÌËÉ rpm-list@redhat.com\n"
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(ÎÅ ÞÉÓÌÏ)"
 
@@ -2605,32 +2663,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "ÓÔÒÏËÁ %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÈÒÁÎÅΠËÁË %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ %s - ËÁÔÁÌÏÇ ÎÅ ÐÕÓÔ"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÚÄÁΠËÁË %s"
@@ -2641,88 +2699,88 @@ msgstr "
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE count must be 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "ôÉРÄÁÎÎÙÈ %d ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "îÅ×ÅÒÎÏÅ ÞÉÓÌÏ ÄÌÑ headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"{\" ÐÏÓÌÅ \"%\""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"}\" ÐÏÓÌÅ \"%{\""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "ÐÕÓÔÏÊ ÆÏÒÍÁÔ ÔÜÇÁ"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "ÐÕÓÔÏÅ ÉÍÑ ÔÜÇÁ"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "× ËÏÎÃÅ ÍÁÓÓÉ×Á ÏÖÉÄÁÌÁÓØ \"]\""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"]\""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"}\""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"?\""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \"{\""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"}\""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \":\""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \":\" ÏÖÉÄÁÌÏÓØ \"{\""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "× ËÏÎÃÅ ×ÙÒÁÖÅÎÉÑ ÏÖÉÄÁÌÓÑ \"|\""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ)"
 
@@ -2742,141 +2800,141 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ÐÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ÐÁËÅÔÙ ×ÅÒÓÉÉ <= 4"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot ÕÖÅ ÕËÁÚÁÎ"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%prep ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÒÁÚÄÅÌ %%files ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%prep ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÓÅËÃÉÀ %%files ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ ÉÓÈÏÄÎÏÇÏ ÐÁËÅÔÁ"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÉÚ ÁÒÈÉ×Á tar"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "ÎÅ ×ÙÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "ÎÅ ÐÒÉÎÉÍÁÔØ ÓÔÒÏË I18N ÉÚ spec-ÆÁÊÌÁ"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
@@ -3032,199 +3090,189 @@ msgstr "pre-transaction syscall(s) 
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ %d ÐÒÉ ÒÁÂÏÔÅ Ó ÐÁËÅÔÏÍ %s-%s-%s"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " ÎÁ ÆÁÊÌÅ "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÉÓÁÔØ × %s"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "ÏÂÎÁÒÕÖÅΠÄ×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "ÏÂÎÁÒÕÖÅΠÄ×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓËÒÉÐÔÁ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓËÒÉÐÔÁ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "ÐÁËÅÔ: %s-%s-%s ÆÁÊÌÏ×; test = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " ÎÁ ÆÁÊÌÅ "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "×ÙÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ postinstall (ÅÓÌÉ ÅÓÔØ)\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "ÎÏÒÍÁÌØÎÙÊ    "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "ÚÁÍÅÎÅÎÎÙÊ    "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅΠ"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "ÓÅÔÅ×ÏÊ       "
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ÎÅÉÚ×. %3d)  "
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(ÓÏÓÔ. ÎÅÔ)   "
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÐÒÏÓÉÔØ %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "ÚÁÐÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ÎÅ ÐÏÈÏÖ ÎÁ ÐÁËÅÔ RPM...\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "ÚÁÐÒÏÓ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ×ÏÚÍÏÖÎÏ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ÆÁÊÌ %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr "ÎÏÍÅÒ ÚÁÐÉÓÉ ÐÁËÅÔÁ: %u\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "ÚÁÐÉÓØ %d ÎÅ ÞÉÔÁÅÔÓÑ\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
@@ -3465,118 +3513,118 @@ msgstr "
 msgid "failed to remove directory %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "ÐÏÄÓÞÉÔÙ×ÁÀÔÓÑ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "ÎÁÊÄÅÎÏ %d ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "ÉÝÕÔÓÑ ÐÁËÅÔÙ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏ ÓÅÔÉ\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ rpmGlob(%d)\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "úÁÇÒÕÖÁÅÔÓÑ %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... ËÁË %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "ÐÏÌÕÞÅÎÏ %d ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %s: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎ\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ Packages × %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "ÐÁËÅÔ %s - ÎÅ ÐÅÒÅÍÅÝÁÅÍÙÊ\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ ÉÚ ÆÁÊÌÁ %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "ÄÌÑ ÆÁÊÌÁ %s ÎÅÏÂÈÏÄÉÍÁ ÂÏÌÅÅ ÎÏ×ÁÑ ×ÅÒÓÉÑ RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÂÉÎÁÒÎÙÅ ÐÁËÅÔÙ\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ÚÁÄÁÅÔ ÎÅÓËÏÌØËÏ ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "ÕÄÁÌÅÎÉÅ ÜÔÉÈ ÐÁËÅÔÏ× ÎÁÒÕÛÉÔ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ %s\n"
@@ -3586,98 +3634,98 @@ msgstr "
 msgid "read failed: %s (%d)\n"
 msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ×ÔÏÒÏÅ ':' × %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÎÁÚ×ÁÎÉÅ ÁÒÈÉÔÅËÔÕÒÙ × %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "îÅÐÏÌÎÁÑ ÓÔÒÏËÁ ÄÁÎÎÙÈ × %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ÄÁÎÎÙÈ × %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "îÅ×ÅÒÎÙÊ ÎÏÍÅÒ arch/os: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "îÅÐÏÌÎÁÑ ÓÔÒÏËÁ ÐÏ ÕÍÏÌÞÁÎÉÀ × %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ÐÏ ÕÍÏÌÞÁÎÉÀ × %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÒÁÓËÒÙÔØ %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, fuzzy, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ %s, ÚÎÁÞÅÎÉÅ HOME ÓÌÉÛËÏÍ ×ÅÌÉËÏ."
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s ÄÌÑ ÞÔÅÎÉÑ: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ':' (ÎÁÊÄÅΠ0x%02x) × %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ ÄÌÑ %s × %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "ÏÛÉÂËÁ ÒÁÓËÒÙÔÉÑ %s ÎÁ %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s × %s:%d %s"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÈÉÔÅËÔÕÒÁ ÄÌÑ %s × %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ÎÅ×ÅÒÎÁÑ ÏÐÃÉÑ '%s' × %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÓÉÓÔÅÍÁ: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "ó×ÑÖÉÔÅÓØ Ó rpm-list@redhat.com\n"
 
@@ -3861,31 +3909,31 @@ msgstr "
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ÐÒÏÐÕÝÅΠÉÚ-ÚÁ ÆÌÁÇÁ missingok\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅΠÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÄÏÌÖÎÏ ÂÙÔØ)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅΠÇÒÕÐÐ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÄÏÌÖÎÏ ÂÙÔØ)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
@@ -3982,61 +4030,61 @@ msgstr "
 msgid "File %s is smaller than %u bytes\n"
 msgstr "äÌÉÎÁ ÆÁÊÌÁ %s ÍÅÎØÛÅ ÞÅÍ %d ÂÁÊÔ"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "÷ÙÐÏÌÎÅÎÏ"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "îÅ×ÅÒÎÙÊ ÏÔ×ÅÔ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "ôÁÊÍÁÕÔ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÁÄÒÅÓ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ Ó ÓÅÒ×ÅÒÏÍ"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ × ÌÏËÁÌØÎÙÊ ÆÁÊÌ"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "ïÛÉÂËÁ ÐÒÉ ÐÅÒÅ×ÏÄÅ ÕÄÁÌÅÎÎÏÇÏ ÓÅÒ×ÅÒÁ × ÐÁÓÓÉ×ÎÙÊ ÒÅÖÉÍ"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅΠÎÁ ÓÅÒ×ÅÒÅ"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "ïÔÍÅÎÁ × ÐÒÏÃÅÓÓÅ"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÉÌÉ ÎÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "ÒÅÇÉÓÔÒÉÒÕÀÓØ × %s ËÁË %s, ÐÁÒÏÌØ %s\n"
@@ -4101,6 +4149,20 @@ msgstr "url 
 msgid "failed to create %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
+#~ "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
+
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       %s {--initdb}   [--dbpath <ËÁÔÁÌÏÇ>]\n"
 
index d5b04d0..3cdcfef 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 1999-04-08 21:37+02:00\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -9,518 +9,518 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "nevyrie¹ené závislosti:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Nie je mo¾né otvori» spec súbor: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Otvorenie rúry pre tar zlyhalo: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Nie je mo¾né preèíta» spec súbor z %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Nie je mo¾né premenova» %s na %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "nepodarilo sa zisti» stav %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Súbor nie je obyèajný súbor: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s zrejme nie je RPM balík\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, fuzzy, c-format
 msgid "Building target platforms: %s\n"
 msgstr "predefinova» cieµovú platformu"
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "vyhµadáva sa balík %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzia %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Program mô¾e by» voµne redistribuovaný v súlade s podmienkami GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "pou¾itie: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "          rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "          rpm {--initdb}   [--dbpath <adresár>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "          rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                           [--replacepkgs] [--replacefiles] [--root "
 "<adresár>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 "                           [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                           [--rcfile <súbor>] [--ignorearch] [--dbpath "
 "<adresár>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                           [--prefix <adresár>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                           [--ftpproxy <poèítaè>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                           [--httproxy <poèítaè>] [--httpport <port>]"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                           [--noorder] [--relocate stará_cesta=nová_cesta]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                           [--badreloc] [--notriggers] [--excludepath <path>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                           [--ignoresize] súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "          rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                           [--oldpackage] [--root <adresár>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                           [--excludedocs] [--includedocs] [--rcfile <súbor>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                           [--ignorearch]  [--dbpath <adresár>] [--prefix "
 "<adresár>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                           [--httproxy <poèítaè>] [--httpport <port>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                           [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                           [--noorder] [--relocate stará_cesta=nová_cesta]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                           [--badreloc] [--excludepath <path>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                           súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "          rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                           [--scripts] [--root <adresár>] [--rcfile <súbor>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 "                           [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                           [--nomd5] [ciele]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                           [--ftpport <port>] [--provides] [--triggers] "
 "[--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 "                           [--changelog] [--dbpath <adresár>] [targets]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "          rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                           [--dbpath <adresár>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                           [--nomd5] [ciele]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "          rpm {--setperms} [-afpg] [cieµ]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "          rpm {--setugids} [-afpg] [cieµ]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                           súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "          rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
 "<súbor>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 "                           [--dbpath <adresár>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                           [--justdb] [--notriggers] balík1 ... balíkN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "          rpm {--resign}   [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "          rpm {--addsign}  [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "          rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<súbor>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                              balík1 ... balíkN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "          rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "          rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "pou¾itie:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "vypísa» túto správu"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "vypísa» verziu pou¾ívaného rpm"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   v¹etky re¾imy podporujú nasledovné argumenty:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <príkaz>       "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "vypísa» verziu pou¾ívaného rpm"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <príkaz>       "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "posla» ¹tandardný výstup do <príkazu>"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <file>     "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "pou¾i» <súbor> namiesto /etc/rpmrc a $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "o nieèo popisnej¹í re¾im"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "veµmi popisný re¾im (pre odlaïovanie)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr "   in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   namiesto názvov súborov, ako aj nasledujúce voµby:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <poèítaè>"
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "názov poèítaèa alebo IP adresa ftp proxy"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "èíslo portu ftp servera (alebo proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <poèítaè>"
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "názov poèítaèa alebo IP adresa http proxy"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "èíslo portu http servera (alebo proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "re¾im otázok"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <dir>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "pou¾i» <adresár> ako adresár pre databázu"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "pou¾i» <qfmt> ako hlavièkový formát (implikuje -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <dir>        "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "pou¾i» <adresár> ako adresár najvy¹¹ej úrovne"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Voµby pre ¹pecifikáciu balíkov"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "opýta» sa na v¹etky balíky"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <súbor>+       "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "opýta» sa na balík vlastniaci <súbor>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <súbor_balíku>+"
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <balík>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "opýta» sa na balíky spustené balíkom <balík>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <schopnos»>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <schopnos»>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Voµby pre výber po¾adovanej informácie:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "zobrazi» informácie o balíku"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "zobrazi» históriu zmien balíka"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "zobrazi» zoznam súborov balíka"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "zobrazi» stavy súborov (implikuje -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "zobrazi» len súbory obsahujúce dokumentáciu (implikuje -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "zobrazi» iba konfiguraèné súbory (implikuje -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -528,23 +528,23 @@ msgstr ""
 "zobrazi» v¹etky overiteµné údaje pre ka¾dý súbor (musí by» pou¾ité s -l, -c "
 "alebo -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "zobrazi» závislosti balíka"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "vypísa» rôzne [od]in¹talaèné skripty"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -552,143 +552,143 @@ msgstr ""
 "overi» in¹taláciu balíka s pou¾itím rovnakých volieb ¹pecifikácia balíka ako "
 "pre -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "neoverova» závislosti balíka"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "neoverova» md5 kontrolné súèty súborov"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "neoverova» atribúty súborov"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "vypísa» príznaky, ktoré mô¾u by» pou¾ité vo formáte otázky"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <súbor_balíku>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <súbor_balíku>      "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "in¹talova» balík"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <cesta>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "vynecha» súbory v ceste <cesta>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adresár>  "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "presunú» balík do <adresára>, pokiaµ to balík povoµuje"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "nein¹talova» dokumentáciu"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skratka pre --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "vypisova» znaèky poèas in¹talácie balíka (vhodné s -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "in¹talova» v¹etky súbory vrátane konfiguraèných súborov, ktoré by inak mohli "
 "by» vynechané"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "neoverova» architektúru balíka"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "pred in¹taláciou nekontrolova» dostupné miesto na disku"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "neoverova» operaèný systém balíka"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "in¹talova» dokumentáciu"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "aktualizova» databázu bez zmeny súborového systému"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nemeni» poradie balíkov kvôli vyrie¹eniu závislostí"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "vypisova» percentá poèas in¹talácie balíka"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "in¹talova» aj pokiaµ balík prepí¹e in¹talované súbory"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "prein¹talova», pokiaµ u¾ balík existuje"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "nein¹talova», ale oznámi», èi by to bolo mo¾né"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <súbor_balíka>     "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizova» balík (rovnaké voµby ako --install, a k tomu)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -696,15 +696,15 @@ msgstr ""
 "aktualizova» na star¹iu verziu balíka (--force to pri aktualizácii urobí "
 "automaticky)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <package>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "odin¹talova» balík"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -712,102 +712,102 @@ msgstr ""
 "odin¹talova» v¹etky balíky urèené <balíkom> (inak je chybou, pokiaµ <balík> "
 "¹pecifikuje viac ako jeden balík)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etapa> <spec>      "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etapa> <tar_súbor> "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "zostavi» balík, kde <etapa> je jedna z:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrola zoznamu (vykona» niektoré zbe¾né kontroly sekcie %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilácia (príprava a kompilácia)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "in¹talácia (príprava, kompilácia, in¹talácia)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binárny a zdrojový balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "vytvori» PGP/GPG podpis"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <adresár>   "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "pou¾i» <adresár> pre zostavenie balíka"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<platforma>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "vytvori» balíky pre ciele platforma1...platformaN."
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "nevykona» ¾iadne etapy"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sekúnd>"
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "nastavi» kontrolu èasu na <sekúnd> sekúnd (0 pre deaktiváciu)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <zdroj_balík>"
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -815,65 +815,65 @@ msgstr ""
 "in¹talova» zdrojový balík, vytvori» binárny balík a odstráni» spec-súbor, "
 "zdroje, záplaty a ikony"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <src_pkg> "
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "ako --rebuild, ale nezostavi» ¾iadny balík"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "podpísa» balík (znièi» aktuálny podpis)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balík>+    "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "prida» podpis balíku"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "overi» podpis balíka"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "vynecha» akékoµvek PGP podpisy"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "vynecha» akékoµvek GPG podpisy"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "vynecha» akékoµvek MD5 podpisy"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "uisti» sa, ¾e existuje platná databáza"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -881,7 +881,7 @@ msgstr ""
 "nastavi» prístupové práva súborov podµa údajov v databáze balíkov s pou¾itím "
 "rovnakých volieb ¹pecifikácia balíka ako pre -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -889,164 +889,169 @@ msgstr ""
 "nastavi» vlastníka a skupinu súborov podµa údajov v databáze balíkov s "
 "pou¾itím rovnakých volieb ¹pecifikácia balíka ako pre -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "mô¾e by» pou¾itý iba jeden hlavný re¾im"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u a --uninstall sú zastaralé a u¾ nefungujú.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "presunutia musia zaèína» znakom /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "presunutia musia obsahova» znak ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "presunutia musia ma» za znakom = znak /"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "vynechané cesty musia zaèína» znakom /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "naraz mô¾e by» vykonaný jeden typ otázky alebo overenia"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "iba in¹talácia, aktualizácia a odstránenie zdrojov mô¾u by» vynútené"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "súbory mô¾u by» presunuté iba poèas inètalácie balíka"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "mo¾e by» pou¾itá iba jedna z volieb --prefix a --relocate"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate a --excludepath mô¾u by» pou¾ité iba poèas in¹talácie nových "
 "balíkov"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mô¾e by» pou¾itý iba poèas in¹talácie nových balíkov"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty pre --prefix musia zaèína» znakom /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mô¾e by» pou¾itý iba poèas in¹talácie balíka"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "mô¾e by» pou¾itá iba jedna voµba z --excludedocs a --includedocs"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mô¾e by» pou¾ité iba poèas odstránenia balíkov"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
 "overenia balíka"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--notriggers mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
-"overenia balíka"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1055,7 +1060,7 @@ msgstr ""
 "--nodeps mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo overenia "
 "balíka"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1063,7 +1068,7 @@ msgstr ""
 "--test mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo zostavenia "
 "balíka"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1071,98 +1076,98 @@ msgstr ""
 "--root (-r) mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka, "
 "otázky alebo znovuzostavenia databázy"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty pre --root (-r) musia zaèína» znakom /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage mô¾e by» pou¾íté iba poèas aktualizácie"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp mô¾e by» pou¾íté iba poèas overenia podpisu"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg mô¾e by» pou¾íté iba poèas overenia podpisu"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 mô¾e by» pou¾íté iba poèas overenia podpisu alebo balíka"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "nie je mo¾né pracova» so súborom %s\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp nebolo nájdené: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Kontrola hesla zlyhala\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Heslo je v poriadku.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign mô¾e by» pou¾íté iba poèas zostavenia balíka"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "vykonanie zlyhalo\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "neoèakávané argumenty pre --querytags"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "neboli zadané ¾iadne balíky pre overenie podpisu"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "neboli zadané ¾iadne balíky na podpis"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "neboli zadané ¾iadne balíky pre odin¹talovanie"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "neboli zadané ¾iadne argumenty pre otázku"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "neboli zadané ¾iadne argumenty pre overenie"
 
@@ -1209,7 +1214,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1254,387 +1259,438 @@ msgstr "znovu vytvori
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "nájdených %d balíkov\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "vynecha» súbory v ceste <cesta>"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <súbor_balíku>+"
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "nevykona» ¾iadne etapy"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "nevykona» ¾iadne etapy"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "nevykona» ¾iadne etapy"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "nevykona» ¾iadne in¹talaèné skripty"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "nevykona» ¾iadne in¹talaèné skripty"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "nevykona» ¾iadne in¹talaèné skripty"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "Veµkos» podpisu:   %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "pou¾itie: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   v¹etky re¾imy podporujú nasledovné argumenty:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    --pipe <príkaz>       "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "vypísa» verziu pou¾ívaného rpm"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <príkaz>       "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <file>     "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <dir>      "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <dir>        "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr "   in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   namiesto názvov súborov, ako aj nasledujúce voµby:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <poèítaè>"
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <poèítaè>"
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <port>   "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Voµby pre ¹pecifikáciu balíkov"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "opýta» sa na v¹etky balíky"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "        -f <súbor>+       "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "opýta» sa na balík vlastniaci <súbor>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "        -p <súbor_balíku>+"
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "        --triggeredby <balík>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "opýta» sa na balíky spustené balíkom <balík>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <schopnos»>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <schopnos»>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Voµby pre výber po¾adovanej informácie:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "vypísa» rôzne [od]in¹talaèné skripty"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "nevykona» ¾iadne etapy"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <súbor_balíku>"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <súbor_balíku>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <cesta>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <adresár>  "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <súbor_balíka>     "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <package>"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <balík>+    "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadané pre operáciu nepou¾ívajúcu databázu"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "neboli zadané ¾iadne balíky pre znovuzostavenie"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "neboli zadané ¾iadne spec-súbory pre zostavenie"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "neboli zadané ¾iadne tar-súbory pre zostavenie"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie je mo¾né otvori» doèasný súbor"
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Vykonáva sa: %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Vykonanie %s zlyhalo (%s)"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Chybný výstupný kód z %s (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1702,169 +1758,169 @@ msgstr "&& a || nie s
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe vo výraze"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "chyba PREKROÈENIA ÈASU: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "chýbajúce    %s\n"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Chybný %s prvok: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Chybná %s() syntax: %s"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv %s(): %s"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv adresára %s(): %s"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosiahnutý limit pre %%docdir"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "Iba jeden argument pre %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dva súbory na riadku: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Súbory musia zaèína» znakom \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Nie je mo¾né mie¹a» ¹peciálne %%doc s inými formami: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Súbor zadaný dvakrát: %s."
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Súbor nesúhlasí s prefixom (%s): %s."
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Chybný vlastník/skupina: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Súbor %4d: 0%o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "chybe: nie je mo¾né otvori» %%files súbor: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "riadok: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "súbor %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie je mo¾né spusti» %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie je mo¾né vytvori» proces %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s zlyhalo"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "nepodarilo sa zapísa» v¹etky dáta do %s"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Spracovávajú sa súbory: %s\n"
@@ -1890,132 +1946,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nie je mo¾né kanonizova» názov poèítaèa: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy zápis zlyhal: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy èítanie zlyhalo: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nie je mo¾né otvori» PreIn súbor: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nie je mo¾né otvori» PreUn súbor: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nie je mo¾né otvori» PostIn súbor: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nie je mo¾né otvori» PostUn súbor: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nie je mo¾né otvori» VerifyScript súbor: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nie je mo¾né otvori» Trigger skriptový súbor: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otvorenie %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: èítanie %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s nie je RPM balík\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: èítanie hlavièky %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Chybné CSA dáta"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Vytvára sa PGP podpis: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Otvorenie %s zlyhalo\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie je mo¾né zapísa» balík: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie je preèíta» sigtarget: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nie je mo¾né zapísa» balík: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nie je mo¾né zapísa» balík: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapísané: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Nie je mo¾né vytvori» meno výstupného súboru pre balík %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "riadok %d: druhý %s"
@@ -2055,17 +2111,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "riadok %d: Chyba pri analýze %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "riadok %d: Chybná voµba %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "riadok %d: Priveµa názvov: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "riadok %d: Balík neexistuje: %s"
@@ -2075,198 +2131,198 @@ msgstr "riadok %d: Bal
 msgid "line %d: Second description\n"
 msgstr "riadok %d: Druhý popis"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "riadok %d: Chyba pri analýze %%files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "riadok %d: Druhý %%files zoznam"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "Architektúra je vynechaná: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "Architektúra nie je obsiahnutá: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "OS je vynechaný: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "OS nie je obsiahnutý: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "V balíku musí existova» pole %s: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Duplicitné záznamy %s v balíku: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Neznámy typ ikony: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "riadok %d: Znetvorený popis: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "riadok %d: Prázdny popis: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "riadok %d: Neprípustný znak '-' v %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "riadok %d: BuildRoot nemô¾e by» \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "riadok %d: Prefixy nesmú konèi» \"/\": %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "riadok %d: Docdir musí zaèína» '/': %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "riadok %d: Epoch/Serial pole musí by» èíslo: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "riadok %d: Chybné %s èíslo: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "riadok %d: Chybný formát BuildArchitecture: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Interná chyba: Èudný popis %d "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Chybná ¹pecifikácia balíka: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Balík u¾ existuje: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "riadok %d: Neznámy popis: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec súbor nemô¾e pou¾i» BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Chybný zdroj %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "Neexistuje patch èíslo %d"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "Neexistuje zdroj èíslo %d"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Nebolo mo¾né prenies» nie-zdroj %s: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "Chyba pri analýze %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "riadok %d: Chybný argument pre %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "riadok %d: Chybná voµba pre %%setup %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "riadok %d: %%patch -b potrebuje argument: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "riadok %d: %%patch -z potrebuje argument: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "riadok %d: %%patch -p potrebuje argument: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "riadok %d: Chybný argument pre %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "Priveµa záplat!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "riadok %d: Chybný argument pre %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "riadok %d: druhý %%prep"
@@ -2312,63 +2368,63 @@ msgstr "riadok %d: program skriptu mus
 msgid "line %d: Second %s\n"
 msgstr "riadok %d: Druhý %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "riadok %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "otvorenie zlyhalo: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "Neuzavretý %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else bez if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif bez if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "znetvorený príkaz %%include"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "®iadne zostaviteµné architektúry"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "Balík neobsahuje %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "riadok %d: Chybné èíslo: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "riadok %d: Chybné no%s èíslo: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "riadok %d: Chybné %s èíslo: %s\n"
@@ -2584,30 +2640,30 @@ msgstr "po
 msgid "package %s conflicts: %s\n"
 msgstr "balík %s koliduje: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstraòuje sa index skupín\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2622,7 +2678,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(nie je èíslo)"
 
@@ -2664,32 +2720,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "riadok %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "varovanie: %s uchovaný ako %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "nie je mo¾né odstráni» %s - adresár nie je prázdny"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "rmdir %s zlyhalo: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "varovanie: %s vytvorené ako %s"
@@ -2700,88 +2756,88 @@ msgstr "varovanie: %s vytvoren
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE poèet musí by» 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ údajov %d nie je podorovaný\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "Chybný poèet pre headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "chýbajúce { po %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "chýbajúce } po %{"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "prázdny tag formát"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "prázdne meno tagu"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "neznámy tag"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "] oèakávané na konci poµa"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "neoèakávané ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "neoèakávané }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "? oèakávané vo výraze"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "{ oèakávané po ? vo výraze"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "} oèakávané vo výraze"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ": oèakávané po ? podvýraze"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "{ oèakávané po : vo výraze"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "| oèakávené na konci výrazu"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(neznámy typ)"
 
@@ -2801,140 +2857,140 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot u¾ bol zadaný"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "in¹taluje sa zdrojový balík\n"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "zostavi» balík pre OS/architektúru <os>"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "in¹taluje sa zdrojový balík\n"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "predefinova» adresár pre zostavenie balíka"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "chybný stav súboru: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "nevykona» ¾iadne etapy zostavenia"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "predefinova» cieµovú platformu"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
@@ -3095,200 +3151,190 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s neexistuje - pou¾ije sa root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozbalenie archívu zlyhalo%s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " pre súbor "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "in¹taluje sa zdrojový balík\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "oèakávaný zdrojový balík, nájdený binárny"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "oèakávaný zdrojový balík, nájdený binárny"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "balík: %s-%s-%s test súborov = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s neexistuje - pou¾ije sa root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozbalenie archívu zlyhalo%s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " pre súbor "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "vykonávajú sa poin¹talaèné skripty (ak existujú)\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s vynechané - prenos zlyhal - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "chyba formátu: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾iadne súbory)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "normálny      "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "nahradený     "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "nein¹talovaný "
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "zdieµaný      "
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámy %d)  "
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(¾iadny stav) "
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "zmazanie %s zlyhalo: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "nie je mo¾né pýta» sa zdrojových balíkov v starom formáte\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s zrejme nie je RPM balík\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "otázka na %s zlyhala\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "otázka na spec-súbor %s zlyhala, nie je mo¾né analyzova»\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾iadne balíky\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾iadny z balíkov nevy¾aduje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾iadny z balíkov neposkytuje %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "súbor %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "chybné èíslo balíku: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "po¾aduje sa záznam èíslo %d\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "záznam %d nie je mo¾né preèíta»\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balík %s nie je nain¹talovaný\n"
@@ -3530,118 +3576,118 @@ msgstr "vytv
 msgid "failed to remove directory %s: %s\n"
 msgstr "nepodarilo sa odstráni» adresár %s: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "poèítajú sa balíky pre in¹taláciu\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "hµadajú sa balíky, ktoré treba prenies»\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "%s vynechané - prenos zlyhal - %s\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Prená¹a sa %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr "... ako %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s vynechané - prenos zlyhal - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "prenieslo sa %d balíkov\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nie je mo¾né otvori» súbor %s: %s"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nie je mo¾né nain¹talova»\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "chyba pri vytváraní doèasného súboru %s"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "nevyrie¹ené závislosti:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "in¹talujú sa binárne balíky\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ¹pecifikuje viac balíkov\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstránenie týchto balíkov by poru¹ilo závislosti:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nie je mo¾né otvori» %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "In¹taluje sa %s\n"
@@ -3651,98 +3697,98 @@ msgstr "In
 msgid "read failed: %s (%d)\n"
 msgstr "èítanie zlyhalo: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "chýbajúce druhé ':' na %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "chýba názov architektúry na %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Neúplný riadok údajov na %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Priveµa argumentov v riadku údajov na %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Chybné èíslo arch/os: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Neúplný implicitný riadok na %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Priveµa argumentov v implicitnom riadku na %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nie je mo¾né expandova» %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nie je mo¾né otvori» %s pre èítanie: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Nie je mo¾né preèíta» %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "chýbajúci argument pre %s na %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "expanzia %s zlyhala na %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "nie je mo¾né otvori» %s na %s:%d"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "chýbajúca architektúra pre %s na %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "chybná voµba '%s' na %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznámy systém: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Kontaktujte prosím rpm-list@redhat.com\n"
 
@@ -3923,36 +3969,36 @@ msgstr "vytv
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s vynechané kvôli príznaku missingok\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "v balíku chýba tak meno pou¾ívateµa, ako aj zoznamy identifikácií (nemalo by "
 "sa nikdy sta»)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "v balíku chýba tak meno skupiny, ako aj zoznamy identifikácií (nemalo by sa "
 "nikdy sta»)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "chýbajúce    %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
@@ -4048,61 +4094,61 @@ msgstr "S
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Súbor %s je men¹í ako %d bajtov"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Úspech"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "Chybná odpoveï servera"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "Chyba vstupu/výstupu servera"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Prekroèenie èasového limitu servera"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "Nie je mo¾né vyhµada» adresu servera"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "Nie je mo¾né vyhµada» názov servera"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "Pripojenie k serveru zlyhalo"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "Vytvorenie dátového spojenia k serveru zlyhalo"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Chyba vstupu/výstupu lokálneho súboru"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Chyba pri nastavení vzdialeného servera do pasívneho re¾imu"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Súbor sa na serveri nenachádza"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "Zru¹enie prebieha"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Neznáma alebo neoèakávaná chyba"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "prihlasuje sa na %s ako %s, heslo %s\n"
@@ -4167,6 +4213,20 @@ msgstr "url port mus
 msgid "failed to create %s: %s\n"
 msgstr "nepodarilo sa vytvori» %s\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
+#~ "overenia balíka"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "in¹taluje sa zdrojový balík\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "%s vynechané - prenos zlyhal - %s\n"
+
 #, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "          rpm {--initdb}   [--dbpath <adresár>]"
index 899001c..b3e3280 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,12 +1,12 @@
 # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
-# $Id: sl.po,v 1.143 2001/02/28 15:49:30 jbj Exp $
+# $Id: sl.po,v 1.144 2001/03/15 17:55:02 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-10-08 19:05+0200\n"
 "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -14,506 +14,506 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "datoteke %s/packages.rpm ni mogo¾no odpreti\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "izdelava soodvisnosti je bila neuspe¹na:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Datoteke s specifikacijami %s ni mo¾no odpreti: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Povezava s programom tar je bila neuspe¹na: %m\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Neuspe¹no branje datoteke s specifikacijami iz %s"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Preimenovanje %s v %s je bilo neuspe¹no: %m"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "status %s ni na voljo: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Datoteka ni obièajna datoteka: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Ne ka¾e, da je %s datoteka s specifikacijami."
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Izgradnja za ciljna strojna okolja: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Izgradnja za ciljni sistem %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM razlièica %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Ta program je dovoljeno razpeèevati pod pogoji navedenimi v GNU GPL."
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "Uporaba: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <imenik>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <imenik>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <datoteka>] [--ignorearch] [--dbpath "
 "<imenik>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <imenik>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <raè.>] [--ftpport <vrata>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <raè.>] [--httpport <vrata>] "
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--justdb] [--noorder] [--relocate starapot=novapot]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <pot>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <imenik>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <datoteka>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <imenik>] [--prefix "
 "<imenik>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <raè.>] [--httpport <vrata>] "
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate stara_pot=nova_pot]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <pot>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <imenik>] [--rcfile <datoteka>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--triggeredby]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "                        [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <imenik>] [targets]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <imenik>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <imenik>] [--noscripts] [--rcfile <datoteka>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <imenik>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] paket1 ... paketN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<datoteka>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paket2"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "Uporaba:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "to sporoèilo"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "razlièica rpm, ki jo uporabljate"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   Vsi naèini podpirajo naslednje argumente:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<ime> <telo>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "definirajte makro <ime> z vrednostjo <telo>"
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<ime>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <ukaz>         "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "standardni izhod preusmerjen na <ukaz>"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <datoteka> "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "uporabite <datoteka> namesto /etc/rpmrc in $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "prika¾i konèni rpmrc in nastavitev makra"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "z nekaj veè komentarja med potekom"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "z vsem komentarjem, ki je na voljo (za odpravo napak)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   Namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   navedete URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <raè.>   "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "ime raèunalnika ali IP za zastopnika FTP"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <vrata>   "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "¹tevilka vrat za FTP na stre¾niku ali zastopniku"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <raè.>   "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "ime raèunalnika ali IP za posrednika HTTP"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <vrata>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "¹tevilka vrat za HTTP na stre¾niku ali posredniku"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "poizvedbeni naèin"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <imenik>   "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "kot imenik za podatkovno zbirko uporabi <imenik>"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "uporabi <qfmt> kot obliko glave (nana¹a se na --info)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <imenik>     "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "uporabi <imenik> za korenski imenik"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Mo¾nosti za doloèitev paketov:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "poizvedba po vseh paketih"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <datoteka>+    "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "poizvedba po paketu, ki vsebuje <datoteko>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <paket>+       "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "poizvedba po (odstranjenem) paketu <paket>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkg>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <mo¾>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "poizvedba po paketih, ki ponujajo dano mo¾nost <mo¾>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <mo¾>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "poizvedba po paketih, ki zahtevajo dano mo¾nost <mo¾>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Izbire izbora informacij:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "izpis informacij o paketu"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "izpis dnevnika sprememb paketa"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "izpis seznama datotek v paketu"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "prikaz stanja datotek (nana¹a se na -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "prikaz seznama datotek z dokumetacijo (nana¹a se na -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "prikaz seznama nastavitvenih datotek (privzema -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -521,164 +521,164 @@ msgstr ""
 "prikaz vseh preverljivih informacij o vsaki datoteki (le skupaj z -l, -c ali "
 "-d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "izpis mo¾nosti, ki jih nudi paket"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "izpis odvisnosti paketa"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "izpis razliènih (od)namestitvenih skriptov"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "namestitev paketa preverimo z enakimi izbirnimi doloèili kot -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "brez preverjanja soodvisnosti paketa"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "brez preverjanja nadzorne vsote md5"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "brez preverjanja prilastkov datotek"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "izpi¹i znaèke, ki pridejo v po¹tev pri poizvedbi"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <paket>      "
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <paket>            "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "name¹èanje paketa"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <pot> "
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "preskok datoteke v navedeni poti"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "prestavljanje datoteke iz stare poti v novo"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <imenik>   "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "èe je mogoèe, bo paket prestavljen v imenik <imenik>"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "brez namestitve dokumentacije"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "okraj¹ava za --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "z izpisom znakov # ob namestitvi (uporabno z -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "namestitev vseh datotek, vkljuèno z nastavitvenimi, ki so sicer izpu¹èene"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "brez preverjanja arhitekture paketa"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "brez preverjanja prostora na disku pred name¹èanjem"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "brez preverjanja operacijskega sistema paketa"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "namesti dokumentacijo"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "obnovi podatkovno zbirko, a ne spreminjaj datoteènega sistema"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "brez spreminjanja vrstnega reda paketov z namenom zadovoljevanja soodvisnosti"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "brez izvajanja skriptov, ki jih po¾ene ta paket"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "izpis odstotkov med namestitvijo"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "namesti, èetudi paket pi¹e prek ¾e name¹èene datoteke"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "ponovno namesti, èe paket ¾e obstaja"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "ne namesti, a ugotovi, èe bi delovalo"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <paket>      "
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <paket>            "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "nadgradi paket (iste izbire kot --install in ¹e:)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -686,15 +686,15 @@ msgstr ""
 "nadgraditev na starej¹o razlièico paketa (--force pri nadgradnjah "
 "avtomatièno vkljuèi to izbiro)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <paket>   "
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "izbri¹i (odstrani) paket"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -702,103 +702,103 @@ msgstr ""
 "odstrani vse pakete, ki vsebujejo vzorec <paket> (sicer program izide z "
 "napako, èe paket <paket> doloèa veè paketov)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "brez izvajanja skriptov paketa"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<stopnja> <spec>    "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<stopnja> <arhiv tar>"
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "zgradi paket, èe je <stopnja> karkoli od:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "preverjanje (povr¹no preverjanje %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "prevod (priprava in prevajanje)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "namestitev (pripava, prevajanje, namestitev)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "prevedeni paket (priprava, prevajanje, namestitev, izgradnja paketa)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "prevedeni in izvorni paket (priprava, prevajanje, namestitev, izgradnja "
 "paketa)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "preskok naravnost na doloèeno stopnjo (samo za c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "po zakljuèku drevo imenikov v katerih smo pakete gradili odstrani"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "po zakljuèku naj se izvorna koda izbri¹e"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "po zakljuèku naj se datoteka s specifikacijami izbri¹e"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "izdelava podpisa PGP/GPG"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <imenik>"
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "<imenik> naj bo korenski imenik pri izgradnji"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<s.okolje>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "izgradi pakete za navedena ciljna strojna okolja"
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "najveèji dopustni èas izgradnje paketa (0 brez omejitev)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <izv.paket> "
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -806,65 +806,65 @@ msgstr ""
 "Namesti izvorni paket, izgradi prevedeni paket in pobri¹i datoteko spec, "
 "izvorno kodo, krpe in ikone."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <izv.pak.>"
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "kot --rebuild, a brez izgradnje kakr¹negakoli paketa"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <paket>+     "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "podpi¹i paket(e) (trenutni podpis zavrzi)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <paket>+    "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "paketu(-om) dodaj podpis"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <paket>+"
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -K <paket>+           "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "preveri podpis paketa(-ov)"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "preskoèi vse podpise PGP"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "preskoèi vse podpise GPG"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "preskoèi vse podpise MD5"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "preveri, èe obstaja veljavna zbirka"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "ponovno izgradi zbirko iz obstojeèe"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -872,7 +872,7 @@ msgstr ""
 "nastavitev dovoljenja za datoteke na vrednosti v paketu, z istimi izbirnimi "
 "doloèili kot pri -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -880,160 +880,165 @@ msgstr ""
 "nastavitev lastnika in skupine datoteke na vrednosti v paketu, z istimi "
 "izbirnimi doloèili kot pri -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "izbran sme biti le en glavni naèin"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u in --uninstall nista veè podprti izbiri in ne delujeta veè.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Namesto njiju uporabite -e ali --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "premikanja se morajo zaèeti z /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "premikanja morajo vsebovati ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "premikanja morajo imeti /, ki mu sledi ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "poti, ki niso obdelane, se morajo zaèeti z /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "samo en tip poizvedbe/preverjanja je mo¾en naenkrat"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "neprièakovane zastavice pri poizvedbi"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "neprièakovana oblika poizvedbe"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "neprièakovan izvor poizvedbe"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "--force smemo podati samo pri --install --upgrade, --rmsource in --rmspec"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "datoteke smemo premakniti samo med namestitvijo paketa"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "izbiri --prefix in --relocate se medsebojno izkljuèujeta"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "izbiri --relocate in --excludepath se lahko uporabi le pri namestitvi"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix se sme uporabiti le pri namestitvi"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti izbire --prefix se morajo zaèeti z /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs sme biti podatn le ob namestitvi paketa"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "izbiri --excludedocs in --includedocs se medsebojno izkljuèujeta"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos sme podan le ob namestitvi paketa"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches sme biti podan le ob odstranitvi paketa"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles sme biti podati le ob namestitvi paketa"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts sme biti podan le ob namestitvi, odstranitvi ali preverjanju "
 "paketa"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles sme biti podati le ob namestitvi paketa"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--notriggers smemo biti podan le ob namestitvi, odstranitvi ali preverjanju "
-"paketa"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1041,14 +1046,14 @@ msgstr ""
 "--nodeps sme biti podan le ob izgradnji, vnovièni izgradnji, prevajanju, "
 "namestitvi, odstranitvi ali preverjanju paketa"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test sme biti podan le ob namestitvi, odstranitvi ali izgradnji paketa"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1056,97 +1061,97 @@ msgstr ""
 "--root (-r) sme biti podan le ob namestitvi, odstranitvi poizvedbi ali "
 "vnovièni izgradnji paketa"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti izbire --root (-r) se morajo zaèeti z /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage sme biti podan le ob nadgradnji"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp sme biti podan le ob preverjanju podpisa"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg sme biti podati le ob preverjanju podpisa"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 sme biti podan le ob preverjanju podpisa ali paketa"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr "ni datotek, ki bi jih lahko podpisal\n"
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "dostop do datoteke %s ni mo¾en\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp manjka: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "Vnesite pristopno geslo: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Preverjanje pristopnega gesla neuspe¹no\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Pristopno geslo je pravo.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Neveljaven %%_signature v makro-datoteki.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign sme biti podan le ob izgradnji paketa"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "izvajanje je bilo neuspe¹no\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "neprièakovani argumenti za --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "paketi za katere bi bilo potrebno preveriti podpis niso navedeni"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "paketi katere bi bilo potrebno podpisati niso navedeni"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "paketi katere bi bilo potrebno odstraniti niso navedeni"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "paketi katere bi bilo potrebno namestiti niso navedeni"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "pri poizvedbi paketov so podani odveèni argumenti"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "argumenti za poizvedbo niso podani"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr "pri preverjanju paketov so podani odveèni argumenti"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "argumenti za preverjanje niso podani"
 
@@ -1193,7 +1198,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1238,388 +1243,439 @@ msgstr "ponovno izgradi zbirko iz obstoje
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "brez izvajanja skriptov paketa"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "ni paketov\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "preskok datotek v navedeni poti"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paket %s-%s-%s je ¾e name¹èen"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <paket>+       "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "brez izvajanja katerekoli stopen izgradnje"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "brez izvajanja katerekoli stopen izgradnje"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "brez izvajanja katerekoli stopen izgradnje"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "brez izvajanja skriptov paketa"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "brez izvajanja namestitvenih skriptov"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "brez izvajanja namestitvenih skriptov"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "brez izvajanja namestitvenih skriptov"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "prestavljanje datoteke iz stare poti v novo"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <paket>      "
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "Dol¾. podpisa : %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Uporaba: %s {--help}\n"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   Vsi naèini podpirajo naslednje argumente:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr "   --define '<ime> <telo>'"
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "   --eval '<ime>+'       "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "uporabljana razlièica rpm"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "   --pipe <ukaz>         "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <datoteka> "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "   --dbpath <imenik>   "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "   --root <imenik>     "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   Namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   navedemo URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <raè.>   "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <vrata>   "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <raè.>   "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <vrata>   "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "  Mo¾nosti za doloèitev paketov:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "poizvedba/preverba po vseh paketih"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "     -f <datoteka>+    "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "poizvedba/preverba po paketu, ki vsebuje <datoteko>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "     -p <datotekapaketa>+  "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "poizvedba/preverba po (odstranjenem) paketu <datotekapaketa>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "     --triggeredby <pkg>  "
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <mo¾>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "poizvedba po paketih, ki ponujajo dano zmo¾nost <mo¾>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <mo¾>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "poizvedba po paketih, ki potrebujejo dano zmo¾nost <mo¾>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Izbire izbora informacij:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "izpis mo¾nosti, ki jih nudi paket"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "izpis mo¾nosti, ki jih paket potrebuje"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "izpis razliènih (od)namestitvenih skriptov"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "brez izvajanja katerekoli stopen izgradnje"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <paket>      "
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <paket>            "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <pot> "
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <imenik>   "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <paket>      "
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <paket>            "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <paket>   "
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <paket>+     "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <paket>+    "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <paket>+   "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --K <paket>+     "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr "nalaganje podatkovne zbirke (nepotrebno, zavr¾ena izbira)"
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "ponovno izgradi zbirko iz obstojeèih glav"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Namesto njiju uporabite -e ali --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath podan, vendar, èeprav nepotreben"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "paketi za vnovièno izgradnjo niso navedeni"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "datoteka spec za izgradnjo manjka"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "arhiv tar za izgradnjo manjka"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Zaèasne datoteke ni mo¾no odpreti"
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Izvajanje(%s): %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Izvajanje %s je bilo neuspe¹no (%s): %s"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s javi neuspe¹no izhodno kodo (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1687,169 +1743,169 @@ msgstr "&& in || nista podprta za nize"
 msgid "syntax error in expression\n"
 msgstr "napaka v sklanji izraza"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK neuspe¹en: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Manjkajoèi ,(` v %s %s"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Manjkajoèi ,)` v %s(%s"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neveljaven ¾eton %s: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Neprazen znak sledi %s(): %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Nepravilna skladnja: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina imenika: %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Nenavadna dol¾ina za locale: \"%.s\" pri %%lang(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Podvojeni locale %.*s za %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosegli smo omejitev za %%docdir"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "Za %%docdir je podan samo en argument"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dve datoteki v eni vrstici: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Ime datoteke se mora zaèeti z \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Posebnih %%doc ni mo¾no me¹ati z ostalimi oblikami: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Datoteka je navedena dvakrat: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Simbolna povezava ka¾e na BuildRoot: %s -> %s"
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Datoteka se ne ujema s predpono (%s): %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteke ni mogoèe najti: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Neobstojeè lastnik/skupina: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Datoteka: %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Datoteki manjka uvodni \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datoteke ni mo¾no najti z raz¹iritvijo metaznakov v imenu: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Datoteke %s iz %%files ni mo¾no odpreti: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "vrstica: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Po¹kodovana datoteka: %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ni mo¾no izvesti %s: %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Vejitev %s ni mo¾na: %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s neuspe¹en"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "pisanje podatkov v %s je bilo neuspe¹no"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Iskanje  %s: (z uporabo %s)...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Neuspe¹no iskanje %s:"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Obdeloavnje datotek: %s-%s-%s\n"
@@ -1875,132 +1931,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Iskanje kanoniènega imena gostitelja je bilo neuspe¹no: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "ustvarjanje arhiva je bilo za datoteko %s neuspe¹no: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "pisanje cpio_copy neuspe¹no: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "branje cpio_copy neuspe¹no: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Datoteke PreIn ni mo¾no odpreti: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Datoteke PreUn ni mo¾no odpreti: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Datoteke PostIn ni mo¾no odpreti: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Datoteke PostUn ni mo¾no odpreti: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Datoteke VerifyScript ni mo¾no odpreti: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Skriptne datoteke Trigger ni mo¾no odpreti: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: odpiranje %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: branje %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s ni paket tipa RPM\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: branje glave %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Po¹kodovani podatki CSA"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Izdelujemo podpis: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Ni mo¾no odpreti %s: %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ni mo¾no zapisati paketa: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ciljnega podpisa %s ni mo¾no odpreti: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Neuspe¹no ustvarjanje izhodne datoteke za paket %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "vrstica %d: %s sekund"
@@ -2040,17 +2096,17 @@ msgstr "opis v %%changelog manjka"
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "vrstica %d: Napaka pri razèlembi v razdelku %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "vrstica %d: Napaèna izbira %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "vrstica %d: Preveè imen: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "vrstica %d: Paket ne obstaja: %s"
@@ -2060,198 +2116,198 @@ msgstr "vrstica %d: Paket ne obstaja: %s"
 msgid "line %d: Second description\n"
 msgstr "vrstica %d: Drugi opis"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "vrstica %d: Napaka pri razèlembi v razdelku %%Files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "vrstica %d: Drugi seznam %%Files"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "Arhitektura je izkljuèena: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "Arhitektura ni vkljuèena: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "OS je izkljuèen: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "OS ni vkljuèen: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "polje %s mora v paketu obstajati: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Podvojeni vnosi %s v paketu: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Ikone %s ni mo¾no odpreti: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Neznan tip ikone: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "vrstica %d: Deformirana znaèka: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "vrstica %d: Prazna znaèka: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "vrstica %d: Neveljaven znak ,-` v %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot ne more biti \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "vrstica %d: Predpone se ne smejo konèati z /: %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "vrstica %d: Docdir se mora zaèeti z \"/\": %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "vrstica %d: polje Epoch/Serial mora biti ¹tevilo: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "vrstica %d: Okvarjeno ¹tevilo %s: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "vrstica %d: Napaèna oblika BuildArchitecture: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Notranja napaka: Neprava znaèka %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Nepravilno doloèilo paketa: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Paket ¾e obstaja: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "vrstica %d: Neznana znaèka: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Datoteka spec ne more uporabiti BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Napaèen izvor: %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "Popravek ¹t. %d manjka"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "Izvorna koda ¹t. %d manjka"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Ni mo¾no prenesti nosource %s: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "Napaka pri razèlembi %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "vrstica %d: Nepravilen argument za %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "vrstica %d: Nepravilna izbira %%setup %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "vrstica %d: Manjka argument za %%patch -b: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "vrstica %d: Manjka argument za %%patch -z: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "vrstica %d: Manjka argument za %%patch -p: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "vrstica %d: Nepravilen argument za %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "Preveè popravkov!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "vrstica %d: Nepravilen argument za %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "vrstica %d: drugi %%prep"
@@ -2299,63 +2355,63 @@ msgstr "vrstica %d: skriptni program se mora za
 msgid "line %d: Second %s\n"
 msgstr "vrstica %d: Drugi %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "vrstica %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Ni mo¾no odpreti %s: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "Nezakljuèeni %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean vrne %d"
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Najden je bil %%else brez pripadajoèega if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Najden je bil %%endif brez pripadajoèega if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "Deformiran stavek %%include"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "Arhitektura za izgradnjo ni prisotna"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "V paketu manjka %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "vrstica %d: Napaèno ¹tevilo: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "vrstica %d: Napaèno ¹tevilo no%s: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "vrstica %d: Napaèno ¹tevilo %s: %s\n"
@@ -2575,30 +2631,30 @@ msgstr "Za paket %s-%s-%s: zahteva %s ni zadovoljena\n"
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s jw v sporu z: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstranjujemo seznam skupin\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2617,7 +2673,7 @@ msgstr ""
 "na strani http://www.rpm.org ali po dopisni listi rpm-list@redhat.com.\n"
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(ni ¹tevilo)"
 
@@ -2659,32 +2715,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "vrstica %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "opozorilo: %s shranjen kot %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "ni mo¾no odstraniti %s - imenik ni prazen"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "odstranitev imenika %s je bila neuspe¹na: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "opozorilo: %s ustvarjen kot %s"
@@ -2695,88 +2751,88 @@ msgstr "opozorilo: %s ustvarjen kot %s"
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "¹tevec grabData() RPM_STRING_TYPE mora biti 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Tip podatkov %d ni podprt\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "Nepravilno stanje ¹tevca za headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "manjkajoèi { za %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "manjkajoèi } za %{"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "oblika znaèke manjka"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "ime znaèke manjka"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "neznana znaèka"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "na koncu polja je prièakovan ]"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "neprièakovan ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "neprièakovan }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "v izrazu je prièakovan ?"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "v izrazu je za { prièakovan ?"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "v izrazu je prièakovan }"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "za podizrazom ? je prièakovano :"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "v izrazu je za : prièakovan {"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "na koncu izraza je prièakovan |"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(neznan tip)"
 
@@ -2796,142 +2852,142 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <=4"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot je ¾e doloèen"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "izgradnja prek stopnje %%prep iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "izgradnja prek stopnje %%install iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "preverjanje dela datoteke s specifikacijami %%files"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "izgradi izvorni in binarni paket iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "izgradi binarni paket iz datoteke .spec"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "izgradi izvorni paket iz datoteke .spec"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "paket izgradi prek stopnje %%prep iz arhiva tar"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "paket izgradi prek stopnje %%install iz arhiva tar"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "preverjanje dela %%files iz arhiva tar"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "iz arhiva tar izgradi izvorni in binarni paket"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "iz arhiva tar izgradi binarni paket"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "iz arhiva tar izgradi izvorni paket"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binarni paket izgradi iz izvornega"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "ni paketov\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "izgradnja prek stopnje %%install iz izvornega paketa"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "brez upo¹tevanja vrhnjega imenika izgradnje"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "okvarjeno stanje datoteke: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "brez izvajanja katerekoli od stopenj izgradnje"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "brez sprejemanja internacionaliziranih katalogov iz datoteke spec"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr "po zakljuèku odstrani datoteko s specifikacijami"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "brez upo¹tevanja strojnega okolja ciljnega sistema"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "upo¹tevanje internacionalizirana sporoèila v katalogu spec"
@@ -3092,200 +3148,190 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "uporabnik %s ne obstaja - uporabljam root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s ne obstaja - uporabljam root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "raz¹iritev arhiva je bilo neuspe¹no%s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " za datoteko "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "pisanje na %s ni mo¾no"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "name¹èanje izvornega paketa\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "prièakovan je bil izvorni paket, najden binarni"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "izvorni paket ne vsebuje datoteke .spec"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "prièakovan je bil izvorni paket, najden binarni"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "skript se ni uspe¹no izvedel"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "skript se ni uspe¹no izvedel"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paket: %s-%s-%s datoteke test = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "uporabnik %s ne obstaja - uporabljam root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s ne obstaja - uporabljam root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "raz¹iritev arhiva je bilo neuspe¹no%s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " za datoteko "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "poganjanje ponamestitvenih skript (èe obstajajo)\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "napaka v obliki: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(ne vsebuje datotek)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "normalno      "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "nadome¹èeno   "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "ni name¹èeno  "
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "omre¾ni       "
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznano %3d) "
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(brez stanja) "
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "ni mo¾no poizvedeti o %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s najverjetneje ni paket RPM\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "poizvedba po %s je bila neuspe¹na\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "poizvedba po datoteki spec. %s je bila neuspe¹na, razèlemba ni mo¾na\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "ni paketov\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s ne vsebuje nobenega paketa\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "noben paket ne potrebuje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "noben paket ne nudi %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "datoteka %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ni del nobenega paketa\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neveljavna ¹tevilka paketa: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¹tevilka zapisa paketa: %d\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "zapisa %d ni mo¾no prebrati\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s ni name¹èen\n"
@@ -3527,118 +3573,118 @@ msgstr "odstranjevanje imenika: %s\n"
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspe¹na odstranitev imenika %s: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "paketi za namestitev niso navedeni"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "¹tetje paketov za namestitev\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "najdeno %d paketov\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "iskanje paketov za prenos po omre¾ju\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "preskoèeno - %s - rpmGlob neuspe¹en(%d)\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Prena¹anje %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... kot %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "prene¹enih je bilo %d paketov\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "ni mo¾no odpreti datoteke %s: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ni mo¾no namestiti\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "zbirko podatkov paketov ni mo¾no odpreti v %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paketa %s ni mo¾no premakniti\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "napaka pri branju iz datoteke %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "datoteka %s zahteva novej¹o razlièico RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "najdeno %d izvornih in %d binarnih paketov\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "neuspe¹ne soodvisnosti:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "name¹èanje binarnih paketov\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "datoteke %s/packages.rpm ni mo¾no odpreti\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" doloèa veè paketov\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstranitev teh paketov bi podrla soodvisnosti:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "ni mo¾no odpreti %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Name¹èanje %s\n"
@@ -3648,98 +3694,98 @@ msgstr "Name
 msgid "read failed: %s (%d)\n"
 msgstr "branje je bilo neuspe¹no: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "manjka drugi ,:` v %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manjkajoèe ime arhitekture v %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Nepopolna podatkovna vrstica v %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Preveè argumentov v podatkovni vrstici v %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Okvarjena ¹tevilka arh./op.sist.: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Nepopolna privzeta vrstica v %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Preveè argumentov v privzeti vrstici v %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Ni mo¾no raz¹iriti %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, fuzzy, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Ni mo¾no prebrati %s, HOME je prevelik."
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s ni mo¾no odpreti za branje: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Neuspe¹no branje %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "manjkajoèi ,:` (najden 0x%02x) v %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manjkajoèi argument za %s v %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "raz¹iritev %s je bila neuspe¹na v %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "ni mo¾no odpreti %s v %s:%d: %s"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manjkajoèa arhitektura za %s v %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "nepravilna izbira ,%s` v %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznan sistem: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Prosimo, pi¹ite na rpm-list@redhat.com\n"
 
@@ -3918,33 +3964,33 @@ msgstr "izklju
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s preskoèen zaradi manjkajoèe zastavice OK\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "v paketu manjka tako seznam uporabnikov kot identitet (to se ne sme zgoditi)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "v paketu manjka tako seznam skupin kot identitet (to se ne sme zgoditi)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "manjka     %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: "
@@ -4041,61 +4087,61 @@ msgstr "Datoteka %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Datoteka %s je kraj¹a od %d bajtov"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Uspeh"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "Nepravilen odziv stre¾nika"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "V/I napaka na stre¾niku"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Èas odziva stre¾nika je potekel"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "Naslov stre¾nika ni ugotovljiv"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "Ime stre¾nika ni bilo ugotovljivo"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "Neuspe¹en poskus prikljuèitve na stre¾nik"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "Neuspe¹na vzpostavitev podatkovne povezave s stre¾nikom"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "V/I napaka na lokalni datoteki"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Napaka pri nastavitvi oddaljenega stre¾nika v pasivni naèin"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Datoteke ni mo¾no najti na stre¾niku"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "Prekinitev v teku"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Neznana ali neprièakovana napaka"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "prijava na %s kot %s, geslo %s\n"
@@ -4160,6 +4206,20 @@ msgstr "vrata URL morajo biti 
 msgid "failed to create %s: %s\n"
 msgstr "neuspe¹no ustvarjanje %s: %s\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers smemo biti podan le ob namestitvi, odstranitvi ali preverjanju "
+#~ "paketa"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "name¹èanje izvornega paketa\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
+
 #, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       %s {--initdb}   [--dbpath <imenik>]\n"
index fdb49cd..bfe53d2 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "Content-Type: text/plain; charset=\n"
 "Date: 1998-05-02 21:41:47-0400\n"
 "From: Erik Troan <ewt@lacrosse.redhat.com>\n"
 "Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ "
 "--keyword=N_\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "lo¹e meðuzavisnosti:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "neuspelo otvaranje %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s ne lièi na RPM paket\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s ne lièi na RPM paket\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "gre¹ka potrage za paketom %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzija %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Mo¾ete slobodno distribuirati dalje pod odredbama GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "kori¹æenje: {rpm --help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:266
+#: rpm.c:290
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "kori¹æenje:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "¹tampaj ovu poruku"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "napi¹i verziju rpm-a koja se koristi"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   svi re¾imi podr¾avaju sledeæe argumente:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "napi¹i verziju rpm-a koja se koristi"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "po¹alji standardni izlaz u <komandu>"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "koristi <datoteku> umesto /etc/rpmrc i $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "budi malko prièljiviji"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "budi neverovatno prièljiv (zbog nala¾enja gre¹aka)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
 
-#: rpm.c:328
+#: rpm.c:352
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   na mestu imena datoteka kao i sledeæe opcije:\n"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "ime hosta ili IP ftp proxy-ja"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "broj porta FTP servera (ili proxy)"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "ime hosta ili IP ftp proxy-ja"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "broj porta FTP servera (ili proxy)"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "re¾im upita"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "koristi <dir> kao direktorijum baze podataka"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "koristi s kao format zaglavlja (povlaèi -i)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Opcije odrednice paketa:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "upit nad svim paketima"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "upit za (deinstaliran) paket <paketdatoteka>"
 
-#: rpm.c:354
+#: rpm.c:378
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:356
+#: rpm.c:380
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:357
+#: rpm.c:381
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
 
-#: rpm.c:358
+#: rpm.c:382
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:359
+#: rpm.c:383
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "upit za pakete koji zahtevaju <i> svojstvo"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Opcije za selekciju informacije:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "prika¾i informacije o paketu"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "prika¾i dnevnik promene paketa"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "prika¾i listu datoteka u paketu"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "prika¾i stanja datoteka (povlaèi -i)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "prika¾i samo datoteke iz dokumentacije (povlaèi -i)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -513,23 +513,23 @@ msgstr ""
 "poka¾i sve informacije koje se mogu proveriti za svaku datoteku (mora se "
 "koristiti sa -l, -c ili -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "poka¾i zavisnosti paketa"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "ispi¹i razne skriptove za [de]instalaciju"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 #, fuzzy
 msgid ""
 "verify a package installation using the same same package specification "
@@ -537,163 +537,163 @@ msgid ""
 msgstr ""
 "proveri instalaciju paketa koristeæi iste opcije za odreðenje paketa kao i -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "nemoj proveravati zavisnosti paketa"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "nemoj proveravati md5 kontrolne sume datoteke"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "nemoj proveravati atribute datoteke"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "ispi¹i tag-ove koji mogu biti kori¹æeni u formatu upita"
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "instaliraj paket"
 
-#: rpm.c:404
+#: rpm.c:428
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paket %s nije instaliran\n"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "premesti paket u <dir>, ako se mo¾e premestiti"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "nemoj da instalira¹ dokumentaciju"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skraæenica za --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "pi¹i he¹-znak (#) kako odmièe instaliranje paketa (dobro doðe sa -v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "instaliraj sve datoteke, èak i konfiguracije koje bi inaèe bile preskoèene"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "nemoj proveravati arhitekturu paketa"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "nemoj proveravati operativni sistem za paket"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "instaliraj dokumentaciju"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "a¾uriraj bazu podataka, ali nemoj menjati fajl-sistem"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "pi¹i procente instalacije paketa"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "instaliraj èak iako æe paket zameniti instalirane datoteke"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "ponovo instaliraj ako je paket veæ prisutan"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "nemoj instalirati, ali reci da li æe da radi ili ne"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "a¾uriraj paket (iste opcije kao --install, plus)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 "a¾uriraj na staru verziju paketa (--force kod a¾uriranja ovo radi automatski)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "izbri¹i (deinstaliraj) paket"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -701,107 +701,107 @@ msgstr ""
 "ukloni sve pakete koji odgovaraju <paketu> (normalno, javlja se gre¹ka ako "
 "<paket> oznaèava vi¹e paketa)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "nemoj izvr¹iti nijedan skript iz paketa"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:480
+#: rpm.c:504
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "napravi paket, gde je <faza> jedna od:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "provera liste (mala provera na %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilacija (priprema i kompilacija)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "instalacija (priprema, kompilacija, instalacija)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "idi pravo do odreðene faze (samo za k,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "ukloni stablo direktorijuma po zavr¹etku"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "napravi PGP potpis"
 
-#: rpm.c:504
+#: rpm.c:528
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "koristi <dir> kao korenski katalog kod kreiranja"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "postavi vremensku proveru na S sekundi (0 je deaktivira)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -809,68 +809,68 @@ msgstr ""
 "instaliraj izvorni paket, napravi binarni paket i ukloni specifikaciju, "
 "izvorne datoteke, zakrpe i ikone."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "kao i --rebuild, samo nemoj praviti nikakav paket"
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "potpi¹i paket (ukloni tekuæi potpis)"
 
-#: rpm.c:521
+#: rpm.c:545
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "dodaj potpis u paket"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "proveri potpis u paketu"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "preskoèi sve PGP potpise"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "preskoèi sve PGP potpise"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "preskoèi sve MD5 potpise"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "uveri se da postoji ispravna baza podataka"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -878,7 +878,7 @@ msgstr ""
 "postavi dozvole datoteke kao one u bazi podataka paketa koristeæi iste "
 "opcije za odreðenje datoteka kao i -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -886,165 +886,170 @@ msgstr ""
 "postavi vlasnika i grupu datoteke kao i one u bazi podataka paketa koristeæi "
 "iste opcije za odreðenje datoteka kao i -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "samo jedan glavni re¾im mo¾e biti naveden"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u i --uninstall nisu vi¹e podr¾ani i ne rade vi¹e.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Koristite -e ili --erase.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "preme¹tanja moraju imati znak ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "preme¹tanja moraju imati / praæeno sa ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "samo jedan tip upita/provere mo¾e biti uraðen odjednom"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "samo instalacija i a¾uriranje mogu biti forsirane"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "datoteke mogu biti preme¹tene samo tokom instalacije paketa"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "samo jedno mo¾ete koristiti: --prefix ili --relocate"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate mo¾ete koristiti samo kad instalirate novi paket"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mo¾ete koristiti samo kod instalacije novog paketa"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti za --prefix moraju poèeti znakom /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "samo jedno mo¾ete da navedete: --excludedocs ili --includedocs"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¾ete koristiti samo kod brisanja paketa"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripsts mo¾ete koristiti samo kod instalacije, uklanjanja ili provere "
 "paketa"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
+
+#: rpm.c:977 rpmqv.c:1126
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1052,14 +1057,14 @@ msgid ""
 msgstr ""
 "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test mo¾ete koristiti samo kod instalacije, uklanjanja ili kreiranja paketa"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1067,102 +1072,102 @@ msgstr ""
 "--root (-r) mo¾ete navesti samo kod instalacije, uklanjanja, upita ili "
 "rekreiranja baze podataka"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti za --root (-r) moraju poèeti znakom /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage se mo¾e koristiti samo tokom a¾uriranja paketa"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nopgp se mo¾e koristiti samo kod provere potpisa ili paketa"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Neuspela provera lozinke\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Lozinka je dobra.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign se mo¾e koristiti samo kod kreiranja paketa"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Neuspelo otvaranje\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "neoèekivani argumenti za --querytags"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "nedostaje paket za proveru potpisa"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "nedostaje paket za potpisivanje"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "neodstaje paket za deinstalaciju"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "nedostaje paket za instalaciju"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "nedostaju argumenti za upit"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "nedostaju argumenti za proveru"
 
@@ -1210,7 +1215,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1255,384 +1260,435 @@ msgstr "rekreiraj bazu podataka iz postoje
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "nemoj izvr¹iti nijedan skript iz paketa"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "upit nad svim paketima"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paket %s nije instaliran\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "nemoj izvr¹iti nijedan skript iz paketa"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "nemoj izvr¹iti nijedan instalacioni skript"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "nemoj izvr¹iti nijedan instalacioni skript"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "nemoj izvr¹iti nijedan instalacioni skript"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "kori¹æenje: {rpm --help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   svi re¾imi podr¾avaju sledeæe argumente:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "napi¹i verziju rpm-a koja se koristi"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   na mestu imena datoteka kao i sledeæe opcije:\n"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcije odrednice paketa:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "upit nad svim paketima"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "upit za (deinstaliran) paket <paketdatoteka>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "upit za pakete koji zahtevaju <i> svojstvo"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcije za selekciju informacije:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "ispi¹i razne skriptove za [de]instalaciju"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "upit nad paketom koji ima <datoteku>"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Koristite -e ili --erase.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath je naveden za operaciju koja ne koristi bazu podataka"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "nedosataje paket za rekreiranje"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "nedostaje specifikacije za kreiranje"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "nedostaju 'tar' datoteke za kreiranje"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Pribavljam %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1693,164 +1749,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "oèekivan znak ? u izrazu"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "nedostaje { posle %"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "nedostaje ':' na %s:%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Ne mogu da proèitam 'sigtarget'"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "PGP omanuo"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -1876,131 +1932,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "gre¹ka: èini se da %s nije RPM paket\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "gre¹ka kod uzimanja sloga %s iz %s"
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "napravi PGP potpis"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "neuspelo otvaranje %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -2034,17 +2090,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "paket %s nije naveden u %s"
@@ -2054,195 +2110,195 @@ msgstr "paket %s nije naveden u %s"
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "Pribavljam %s\n"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "%s: Neuspelo otvaranje\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "\"%s\" odreðuje vi¹e paketa\n"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "(nepoznat tip)"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "nedostaje arhitektura za %s na %s:%d"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "fatalna gre¹ka: "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Opcije odrednice paketa:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "privremena baza podataka %s veæ postoji"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "(nije broj)"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "(nije broj)"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2287,59 +2343,59 @@ msgstr "preme
 msgid "line %d: Second %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "neuspelo otvaranje %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "nemoj proveravati arhitekturu paketa"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
@@ -2558,30 +2614,30 @@ msgstr "paket %s nije naveden u %s"
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2596,7 +2652,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(nije broj)"
 
@@ -2638,32 +2694,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "ne mogu da uklonim %s - direktorijum nije prazan"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "neuspela komanda rmdir %s: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
@@ -2673,90 +2729,90 @@ msgstr "Ne mogu da otvorim datoteku %s: "
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "nedostaje { posle %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "nedostaje } posle %"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "prazan 'tag' format'"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "prazno ime tag-a"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "nepoznat tag"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "] oèekivano na kraju niza"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "neoèekivano ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "neoèekivano }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "oèekivan znak ? u izrazu"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "{ oèekivano posle ? u izrazu"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "} oèekivano u izrazu"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "oèekivano : praæeno ? podizrazom"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "{ oèekivano posle : u izrazu"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "| oèekivano na kraju izraza"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(nepoznat tip)"
 
@@ -2776,141 +2832,141 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instaliraj paket"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "napravi pakete za operativni sistem <os>"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "upit nad svim paketima"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instaliraj paket"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "koristi <dir> kao korenski katalog kod kreiranja"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3076,201 +3132,190 @@ msgstr "paket %s-%s-%s sadr
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "grupa %s ne sadr¾i nijedan paket\n"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "neuspelo otvaranje %s: %s\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:683
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "instaliraj paket"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
+msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "neuspelo izvr¹avanje skripta"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "neuspelo izvr¹avanje skripta"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "grupa %s ne sadr¾i nijedan paket\n"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "neuspelo otvaranje %s: %s\n"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "gre¹ka u formatu: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(nema datoteka)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "paket %s nije instaliran\n"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(nepoznat tip)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket nema imena"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ne lièi na RPM paket\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "upit nad svim paketima"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nijedan paket ne zahteva %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nijedan paket ne obezbeðuje %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "ne mogu da proèitam slog %d\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s nije instaliran\n"
@@ -3509,121 +3554,121 @@ msgstr "gre
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "nedostaje paket za instalaciju"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "nedostaje paket za instalaciju"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, fuzzy, c-format
 msgid "found %d packages\n"
 msgstr "upit nad svim paketima"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 #, fuzzy
 msgid "looking for packages to download\n"
 msgstr "gre¹ka kod potrage za paketom %s\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Pribavljam %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "gre¹ka: %s se ne mo¾e instalirati\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paket %s nije instaliran\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "lo¹e meðuzavisnosti:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "instaliraj paket"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" odreðuje vi¹e paketa\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "uklanjanje oviha paketa æe naru¹iti zavisnosti:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instaliram %s\n"
@@ -3633,98 +3678,98 @@ msgstr "Instaliram %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "nedostaje drugo ':' na %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "nedostaje ime arhitekture na %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Nepotpuna linija podataka na %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Premnogo argumenata u liniji podataka na %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Lo¹ broj arhitekture/oper.sist.: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Nepotpuna podrazumevana linija na %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Premnogo argumenata u podrazumevanoj liniji na %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "nedostaje ':' na %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "nedostaje argument za %s na %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "nedostaje arhitektura za %s na %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "lo¹a opcija '%s' na %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3906,30 +3951,30 @@ msgstr "gre
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "instaliraj paket"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "nedostaje { posle %"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene meðuzavisnosti za %s-%s-%s: "
@@ -4017,68 +4062,68 @@ msgstr "neuspelo otvaranje %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 #, fuzzy
 msgid "Bad server response"
 msgstr "Lo¹ odgovor FTP servera"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "Ulazno/izlazna FTP gre¹ka"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 #, fuzzy
 msgid "Server timeout"
 msgstr "Tajm-aut FTP servera"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "Ne mogu da odredim host adresu FTP servera"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "Ne mogu da odredim ime FTP hosta"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "Ne mogu da se pove¾em sa FTP serverom"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Ulazno/izlazna gre¹ka kod lokalne datoteke"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Gre¹ka kod stavljanja udaljenog servera u pasivni re¾im"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "Neoèekivana ili nepoznata FTP gre¹ka"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4145,6 +4190,21 @@ msgid "failed to create %s: %s\n"
 msgstr "neuspelo kreiranje %s\n"
 
 #, fuzzy
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
+
+#, fuzzy
+#~ msgid "installing a source package\n"
+#~ msgstr "instaliraj paket"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
+
+#, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "    -b<faza> <spec>\t "
 
index 77511e5..1d10df4 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: 2000-10-09 22:31+0200\n"
 "Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -9,483 +9,483 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "kan inte öppna paketdatabas i %s\n"
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr "ouppfyllda byggberoenden:\n"
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kan inte öppna spec-filen %s: %s\n"
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kunde inte öppna \"tar\"-rör: %s\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Kunde inte läsa spec-fil från %s\n"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Kunde inte byta namn på %s till %s: %s\n"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "kunde inte ta status på %s: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Filen är inte en ordinär fil: %s\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Filen %s tycks inte vara en spec-fil.\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Bygger målplattformar: %s\n"
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Bygger för målet %s\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM version %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Den här programvaran kan distribueras fritt med hänsyn till GNU GPL"
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr "Användning: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <kat>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <kat>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <kat>] [--ignoreos] [--nodeps] [--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <värd>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--httpproxy <värd>] [--httpport <port>]"
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                  [--justdb] [--noorder] [--relocate gammalväg=nyväg]"
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <sökväg>]"
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] fil1.rpm ... filN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <kat>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <fil>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <kat>] [--prefix <kat>] "
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <värd>] [--httpport <port>] "
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate gammalväg=nyväg]"
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <sökväg>] [--ignoresize]"
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        fil1.rpm ... filN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr "                        [--triggeredby]"
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr "                        [--provides] [--triggers] [--dump]"
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <kat>] [mål]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <kat>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [mål]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [mål]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [mål]"
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} fil1.rpm ... filN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr "       rpm {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <kat>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] paket1 ... paketN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paketN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr "Användning:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "visa detta meddelande"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "visa vilken version av rpm som används"
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr "   Alla arbetssätt stödjer följande argument:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr "    --define '<namn> <kropp>'"
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr "definiera makrot <namn> som <kropp>"
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr "    --eval '<namn>+'      "
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr "skriv ut expansionen av makrot <namn> på standard ut"
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <kommando>     "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "skicka stdut till <kommando>"
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <fil>      "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "använd <fil> istället för /etc/rpmrc och $HOME/.rpmrc"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr "visa slutliga rpmrc- och makrokonfigurationer"
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "var lite mer mångordig"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "var mycket mångordig (för felsökning)"
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   Installation, uppgradering och fråga (med -p) tillåter URL:er att användas"
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr "   istället för filnamn, liksom följande flaggor:"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <värd>   "
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "ftp-ombudets (proxy) värdnamn eller IP"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "ftp-servers (eller ombuds (proxy)) portnummer"
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <värd>  "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr "http-ombudets värdnamn eller IP"
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>   "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr "http-servers (eller ombuds) portnummer"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "frågeläge"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <kat>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "använd <kat> som katalog för databasen"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <ffmt>"
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "använd <ffmt> som huvudformat (medför --info)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr "      --root <kat>        "
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "använd <kat> som toppkatalog"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Flaggor för paketval:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "fråga om alla paket"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr "        -f <fil>+         "
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "fråga om paket som äger <fil>"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr "        -p <paketfil>+ "
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "fråga om (oinstallerat) paket <paketfil>"
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkt>"
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr "fråga om paket utlösta av <pkt>"
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <egenskap>"
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr "undersök paket som tillhandahåller <egenskap>"
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <egenskap>"
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr "undersök paket som behöver <egenskap>"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Flaggor för informationsval:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "visa paketinformation"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "visa paketets ändringslogg"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "visa paketets fillista"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "visa filers status (implicerar -l)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "visa enbart dokumentationsfiler (implicerar -l)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr "visa enbart konfigurationsfiler (implicerar -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -493,165 +493,165 @@ msgstr ""
 "visa all verifierbar information för varje fil (måste användas med -l, -c "
 "eller -d)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "visa de egenskaper paketet tillhandahåller"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "lista paketberoenden"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "visa de olika [av]installationsskripten"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr "visa utlösningsskripten i paketet"
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "verifiera ett pakets installation med samma urvalsflaggor som till -q"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "verifiera inte paketberoenden"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "verifiera inte md5-kontrollsummor"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "verifiera inte filattribut"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "visa taggar som kan användas i frågeformat"
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr "    --install <paketfil>"
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr "    -i <paketfil>         "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "installera paket"
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <sökväg>"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr "hoppa över filer i <sökv>"
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <frånskv>=<tillskv>"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "flytta filer från <frånskv> till <tillskv>"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr "relokera filer i ej relokerbart paket"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>  "
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "flytta paketet till <katalog>, om flyttbart"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "installera inte dokumentation"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "kortform för --replacepkgs --replacefiles"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "skriv ut brädgårdar allt eftersom paketet installeras (bra tillsammans med "
 "-v)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "installera alla filer, även konfigurationer som annars kunde hoppats över"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "verifiera inte paketarkitektur"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr "kontrollera inte diskutrymme före installation"
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "verifiera inte paketets operativsystem"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "installera dokumentation"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "uppdatera databasen, men ändra inte filsystemet"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "flytta inte om paketinstallationen för att tillfredsställa beroenden"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "kör inte installationsskript"
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr "kör inte utlösningsskript utlösta av detta paket"
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "skriv procent allt eftersom paketet installeras"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "installera även om paketet byter ut installerade filer"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "installera om ifall paketet redan är installerat"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "installera inte, men tala om ifall det skulle fungera eller inte"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <paketfil>"
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr "    -U <paketfil>         "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uppgradera paket (samma flaggor som --install, samt)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -659,15 +659,15 @@ msgstr ""
 "uppgradera till en gammal version av paketet (--force vid uppgraderingar gör "
 "detta automatiskt)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr "    --erase <paket>"
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "ta bort (avinstallera) paket"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -675,100 +675,100 @@ msgstr ""
 "ta bort alla paket som matchar <paket> (normalt ger det ett fel om <paket> "
 "specificerar flera paket)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "kör inte paketspecifika skript"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<steg> <spec>       "
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<steg> <tarboll>    "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "tillverka paket, där <steg> är något av:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "förbered (packa upp källkod samt applicera patchar)"
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrollera (gör några enkla kontroller på %files)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "kompilera (förbered och kompilera)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "installera (förbered, kompilera, installera)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr "binärpaketera (förbered, kompilera, installera, paketera)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binär- och källpaketera (förbered, kompilera, installera, paketera)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "gå direkt till angivet steg (endast för c,i)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "ta bort tillverkningsträd efteråt"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr "ta bort källkod efteråt"
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr "ta bort spec-fil efteråt"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr "tillverka en PGP/GPG-signatur"
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <kat>   "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "använd <kat> som tillverkningsrot"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr "      --target=<plattfrm>+"
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "tillverka paketen för målen plattfrm1...plattfrmN."
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "utför inga steg"
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "sätt tidskontrollen till <sek> sekunder (0 slår av)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <källpaket> "
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -776,63 +776,63 @@ msgstr ""
 "installera källpaket, tillverka binärpaket och ta bort spec-fil, källkod, "
 "patchar och ikoner."
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <källpkt> "
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "som --rebuild, men tillverka inga paket"
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkt>+       "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "signera ett paket (släng nuvarande signatur)"
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkt>+      "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "lägg till signatur till ett paket"
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkt>+"
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr "    -K <pkt>+             "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "verifiera paketsignatur"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "hoppa över eventuella PGP-signaturer"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr "hoppa över eventuella GPG-signaturer"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "hoppa över eventuella MD5-signaturer"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "förvissa dig om att en giltig databas existerar"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "bygg om databasen från existerande databas"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -840,7 +840,7 @@ msgstr ""
 "sätt filrättigheterna till de i paketdatabasen med samma "
 "paketspecifikationsflaggor som -q"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -848,162 +848,168 @@ msgstr ""
 "sätt filägare och -grupp till de i paketdatabasen med samma "
 "paketspcifikationsflaggor som -q"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "enbart ett läge kan specifieras"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u och --uninstall undanbedes och fungerar inte längre.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Använd -e eller --erase istället.\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "omflyttningar måste börja med /"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "omflyttningar måste innehålla ett ="
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "omflyttningar måste ha ett / efter ="
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr "uteslutna sökvägar måste börja med /"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Internt fel i argumenthantering (%d) :-(\n"
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "endast en typ av undersökning/verifiering kan utföras åt gången"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr "oväntade undersökningsflaggor"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr "oväntat undersökningsformat"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "oväntad undersökningskälla"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "enbart installation, uppgradering, rmsource och rmspec kan tvingas fram"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "filer kan relokeras endast under paketinstallation"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "enbart en av --prefix eller --relocate kan användas"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate och --excludepath kan endast användas när nya paket installeras"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan endast användas när nya paket installeras"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "argument till --prefix måste börja med /"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan enbart användas vid paketinstallation"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan enbart användas vid paketinstallation"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs kan enbart användas vid paketinstallation"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "enbart en av --excludedocs och --includedocs läge kan specifieras"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch kan enbart användas vid paketinstallation"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos kan enbart användas vid paketinstallation"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize kan enbart användas vid paketinstallation"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches kan enbart användas när paket tas bort"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kan enbart användas vid installation och avinstallation av paket"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr ""
 "--noscripts kan enbart användas vid paketinstallation, avinstallation och "
 "verifiering"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles kan enbart användas vid paketinstallation"
+
+#: rpm.c:977 rpmqv.c:1126
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"--notriggers kan enbart användas vid installation, avinstallation och "
-"verifiering"
+"--notriggers kan enbart användas vid installation och avinstallation av paket"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1011,14 +1017,14 @@ msgstr ""
 "--nodeps kan enbart användas vid tillverkning, omtillverkning, "
 "omkompilering, installation, avinstallation, och verifiering"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test kan enbart användas vid installation, avinstallation och tillverkning"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1026,97 +1032,97 @@ msgstr ""
 "--root (-r) kan enbart användas vid installation, avinstallation, förfrågan, "
 "och databasombyggnad"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argument till --root (-r) måste börja med /"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage kan enbart användas vid paketuppgraderingar"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp kan enbart användas vid signaturkontroll"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg kan enbart användas vid signaturkontroll"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 kan enbart användas vid signaturkontroll och paketverifiering"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr "inga filer att signera\n"
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "kan inte komma åt filen %s\n"
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr "pgp hittades inte: "
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr "Ange lösenfras: "
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Kontrollen av lösenfrasen misslyckades\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Lösenfrasen är ok.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Felaktig %%_signature spec i makrofil.\n"
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign kan enbart användas vid pakettillverkning"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr "exec misslyckades\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "oväntade argument till --querytags "
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "inga paket angivna för signaturkontroll"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "inga paket angivna för signering"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "inga paket angivna för avinstallation"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "inga paket angivna för installation"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "extra argument angivna för förfrågan om alla paket"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "inga parametrar angivna för undersökning"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr "extra argument angivna för verifiering av alla paket"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "inga parametrar angivna för verifiering"
 
@@ -1164,7 +1170,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1209,344 +1215,396 @@ msgstr "bygg om databasindex fr
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "kör inte paketspecifika skript"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "inga paket\n"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr "hoppa över filer med inledande <sökväg>"
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paket %s-%s-%s är redan installerat"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <paketfil>+ "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "utför inga steg"
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+#, fuzzy
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "utför inga steg"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "utför inga steg"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "utför inga steg"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kör inte utlösningsskript utlösta av detta paket"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "kör inte paketspecifika skript"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "kör inte installationsskript"
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "kör inte installationsskript"
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "kör inte installationsskript"
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "flytta filer från <frånskv> till <tillskv>"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "     --relocate <frånskv>=<tillskv>"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "   --upgrade <paketfil>   "
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 #, fuzzy
 msgid "Signature options:"
 msgstr "Signaturstorlek  : %d\n"
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Användning: %s {--help}\n"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr "  Alla arbetssätt stödjer följande argument:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr "   --define '<namn> <kropp>'"
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "   --eval '<namn>+'       "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "skriv ut expansionen av makrot <namn> på standard ut"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr "   --pipe <kommando>      "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "      --rcfile <fil>      "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr "   --dbpath <kat>         "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr "   --root <kat>           "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   Installera, uppgradera och fråga (med -p) tillåter URL:er att användas"
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr "  istället för filnamn, liksom följande flaggor:"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr "     --ftpproxy <värd>    "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr "     --ftpport <port>     "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr "     --httpproxy <värd>   "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr "     --httpport <port>    "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr "  Flaggor för paketval:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr "fråga om/verifiera alla paket"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr "     -f <fil>+            "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr "fråga om/verifiera paket som äger <fil>"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr "     -p <paketfil>+       "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "fråga om/verifiera (oinstallerat) paket <paketfil>"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr "     --triggeredby <pkt>  "
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr "fråga om/verifiera paket utlösta av <pkt>"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr "     --whatprovides <egenskap>"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr "fråga om/verifiera paket som tillhandahåller <egenskap>"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr "     --whatrequires <egenskap>"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr "fråga om/verifiera paket som behöver <egenskap>"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr "     --queryformat <ffmt> "
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr "    Flaggor för informationsval:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr "visa de egenskaper paketet tillhandahåller"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr "visa de egenskaper paketet behöver"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr "visa de olika [av]installationsskripten"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr "visa utlösningsskripten i paketet"
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "utför inga steg"
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr "   --install <paketfil>   "
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr "   -i <paketfil>          "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr "     --excludepath <sökväg>"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr "kör inte installationsskript"
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "kör inte utlösningsskript utlösta av detta paket"
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr "     --prefix <katalog>   "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "     --relocate <frånskv>=<tillskv>"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr "   --upgrade <paketfil>   "
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr "   -U <paketfil>          "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr "   --erase <paket>  "
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr "   --resign <pkt>+        "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr "   --addsign <pkt>+       "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr "   --checksig <pkt>+"
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr "   -K <pkt>+             "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr "initiera databasen (onödigt, ärvt format)"
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr "bygg om databasindex från existerande databashuvuden"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Använd -e eller --erase istället.\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath angivet för en operation som inte använder någon databas"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
+#, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
-"--notriggers kan enbart användas vid installation och avinstallation av paket"
+"--justdb kan enbart användas vid installation och avinstallation av paket"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "inga paketfiler angivna för omtillverkning"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "ingen spec-filer angivna för tillverkning"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "inga tar-filer angivna för tillverkning"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Kan inte öppna temporär fil."
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Kör(%s): %s\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Körning (exec) av %s misslyckades (%s): %s"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Dålig slutstatus från %s (%s)"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1614,169 +1672,169 @@ msgstr "&& och || st
 msgid "syntax error in expression\n"
 msgstr "syntaxfel i uttryck"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK-fel: %s\n"
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Saknad \"(\" i %s %s"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Saknad \")\" i %s(%s"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ogiltig %s token: %s"
 
-#: build/files.c:381
+#: build/files.c:386
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Annat än blanktecken följer på %s(): %s"
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Felaktig syntax: %s(%s)"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Felaktig rättighetsspecifikation: %s(%s)"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)"
 
-#: build/files.c:578
+#: build/files.c:583
 #, fuzzy
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Ovanlig lokallängd: \"%.*s\" i %%langg(%s)"
 
-#: build/files.c:588
+#: build/files.c:593
 #, fuzzy
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicerad lokal %.*s i %%lang(%s)"
 
-#: build/files.c:725
+#: build/files.c:730
 #, fuzzy
 msgid "Hit limit for %%docdir\n"
 msgstr "Slog i gränsen för %%docdir"
 
-#: build/files.c:731
+#: build/files.c:736
 #, fuzzy
 msgid "Only one arg for %%docdir\n"
 msgstr "Endast ett argument till %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Två filer på en rad: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Filnamn måste börja med \"/\": %s"
 
-#: build/files.c:785
+#: build/files.c:790
 #, fuzzy
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Kan inte blanda special %%doc med andra former: %s"
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Filen uppräknad två gånger: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolisk länk pekar på BuildRoot: %s -> %s"
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Filen matchar inte prefixet (%s): %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Filen hittades inte: %s"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Felaktig ägare/grupp: %s\n"
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Fil %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Filen behöver inledande \"/\": %s"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Ingen file hittades vid matchningen: %s"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunde inte öppna %%files-fil %s: %s"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "rad: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Felaktig fil: %s: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunde inte köra %s: %s"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Kunde inte grena %s: %s"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s misslyckades"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunde inte skriva all data till %s"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Letar upp %s: (använder %s)...\n"
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Misslyckades med att hitta %s:"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Bearbetar filer: %s-%s-%s\n"
@@ -1802,132 +1860,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Kunde inte kanonisera värdnamn: %s\n"
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "skapande av arkiv misslyckades vid fil %s: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy kunde inte skriva: %s"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy kunde inte läsa: %s"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Kunde inte öppna PreIn-fil: %s"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Kunde inte öppna PreUn-fil: %s"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Kunde inte öppna PostIn-fil: %s"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Kunde inte öppna PostUn-fil: %s"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kunde inte öppna VerifyScript-fil: %s"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Kunde inte öppna Trigger-skriptfil: %s"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: öppna %s: %s\n"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: läs %s: %s\n"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s är inte ett RPM-paket\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: läser huvud från %s\n"
 
-#: build/pack.c:396
+#: build/pack.c:401
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Felaktig CSA-data"
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererar signatur: %d\n"
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunde inte öppna %s: %s\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunde inte skriva paket: %s"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kan inte läsa signaturen %s: %s"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kan inte läsa ikon %s: %s"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kan inte skriva paket %s: %s"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kan inte läsa ikon %s: %s"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kan inte skriva paket %s: %s"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Kunde inte generera utfilnamn för paketet %s: %s\n"
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kan inte skapa %s: %s\n"
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "rad %d: andra %s"
@@ -1967,17 +2025,17 @@ msgstr "ingen beskrivning i %%changelog"
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "rad %d: Fel i parsning av %%description: %s"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "rad %d: otillåten flagga %s: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "rad %d: För många namn: %s"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "rad %d: Paketet existerar inte: %s"
@@ -1987,198 +2045,198 @@ msgstr "rad %d: Paketet existerar inte: %s"
 msgid "line %d: Second description\n"
 msgstr "rad %d: En andra beskrivning"
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "rad %d: Fel i parsning av %%files: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "rad %d: En andra %%files-lista"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, fuzzy, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr "Arkitekturen är utesluten: %s"
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, fuzzy, c-format
 msgid "Architecture is not included: %s\n"
 msgstr "Arkitekturen är inte medtagen: %s"
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "OS är uteslutet: %s"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "OS är inte medtaget: %s"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "%s-fält måste finnas med i paketet: %s"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "Dubbla %s-poster i paketet: %s"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "Kan inte öppna ikon %s: %s"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "Kan inte läsa ikon %s: %s"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "Okänd ikontyp: %s"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "rad %d: Felaktig tagg: %s"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "rad %d: Tom tagg: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "rad %d: Otillåtet tecken \"-\" i %s: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot kan inte vara \"/\": %s"
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "rad %d: Prefix får inte sluta med \"/\": %s"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "rad %d: Docdir måste börja med \"/\": %s"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "rad %d: Epoch/Serial-fält måste vara numeriskt: %s"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "rad %d: Felaktigt %s-tal: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "rad %d: Felaktig BuildArchitecture-format: %s"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Internt fel: felaktig tagg %d"
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Felaktig paketspecifikation: %s"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Paketet existerar redan: %s"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "rad %d: Okänd tagg: %s"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec-fil kan inte använda BuildRoot"
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "Dålig källa: %s: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "Inget patch-nummer %d"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "Inget källkodsnummer %d"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "Kunde inte hämta nosource %s: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 #, fuzzy
 msgid "Error parsing %%setup: %s\n"
 msgstr "Fel i parsning av %%setup: %s"
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "rad %d: Felaktigt argument till %%setup %c: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "rad %d: Felaktig %%setup-flagga %s: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "rad %d: Behöver argument till %%patch -b: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "rad %d: Behöver argument till %%patch -z: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "rad %d: Behöver argument till %%patch -p: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "rad %d: Felaktigt argument till %%patch -p: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 #, fuzzy
 msgid "Too many patches!\n"
 msgstr "För många patchar!"
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "rad %d: Felaktigt argument till %%patch: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 #, fuzzy
 msgid "line %d: second %%prep\n"
 msgstr "rad %d: andra %%prep"
@@ -2224,63 +2282,63 @@ msgstr "rad %d: skriptprogram m
 msgid "line %d: Second %s\n"
 msgstr "rad %d: En andra %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "rad %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Kan inte öppna %s: %s\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 #, fuzzy
 msgid "Unclosed %%if\n"
 msgstr "Oavslutat %%if"
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean returnerar %d"
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 #, fuzzy
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Fick ett %%else utan något if"
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 #, fuzzy
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Fick ett %%endif utan något if"
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 #, fuzzy
 msgid "malformed %%include statement\n"
 msgstr "felformaterad %%include-sats"
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "Inga byggbara arkitekturer"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "Paketet har ingen %%description: %s"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "rad %d: Felaktigt tal: %s"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "rad %d: Felaktigt no%s-tal: %d"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "rad %d: Felaktigt %s-tal: %s\n"
@@ -2498,30 +2556,30 @@ msgstr "paket %s-%s-%s behov inte uppfyllda: %s\n"
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s står i konflikt: %s\n"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "tar bort \"%s\" från %s-indexet.\n"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2541,7 +2599,7 @@ msgstr ""
 "problemet.\n"
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(inte ett tal)"
 
@@ -2583,32 +2641,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "rad %d: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "varning: %s sparades som %s"
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "kan inte ta bort %s - katalogen är inte tom"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "rmdir av %s misslyckades: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "misslyckades öppna %s: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "varning: %s skapades som %s"
@@ -2619,88 +2677,88 @@ msgstr "varning: %s skapades som %s"
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE måste vara 1.\n"
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatyp %d stöds inte\n"
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr "Felaktigt antal till headerAddEntry(): %d\n"
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "{ fattas efter %"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "} fattas efter %{"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "tomt taggformat"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "tomt taggnamn"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "okänd tagg"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "] förväntades vid slutet på vektor"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "oväntad ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "oväntad }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "? förväntades i uttryck"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr "{ förväntades efter ? i uttryck"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "} förväntades i uttryck"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ": förväntades efter ? i deluttryck"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr "{ förväntades efter : i uttryck"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "| förväntades vid slutet på uttryck"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(okänd typ)"
 
@@ -2720,141 +2778,141 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "endast paket med huvudnummer <= 4 stöds av denna version av RPM"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot redan specificerad"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "förbered (packa upp källkod samt applicera patchar)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "bygg till och med %%prep-steget från spec-fil"
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "bygg till och med %%install-steget från spec-fil"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "verifiera %%files-sektionen i spec-fil"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "bygg käll- och binärpaket från spec-fil"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "bygg binärpaket från spec-fil"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "bygg källpaket från spec-fil"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "förbered (packa upp källkod samt applicera patchar)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "bygg till och med %%prep-steget från tar-arkiv"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "bygg till och med %%install-steget från tar-arkiv"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "verifiera %%files-sektionen från tar-arkiv"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "bygg käll- och binärpaket från tar-arkiv"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "bygg binärpaket från tar-arkiv"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "bygg källpaket från tar-arkiv"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "bygg binärpaket från källpaket"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "inga paket\n"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "bygg till och med %%install-steget från källpaket"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr "åsidosätt tillverkningsrot"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr "utför inga steg i tillverkningen"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "acceptera inte översatta \"msgstr\" från spec-filen"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr "ta bort spec-fil efteråt"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr "åsidosätt målplattform"
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "slå upp översatta strängar i spec-fil katalog"
@@ -3013,199 +3071,189 @@ msgstr "paket %s-%s-%s systemanrop f
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "okänt fel %d uppträdde under manipulation av paket %s-%s-%s"
 
-#: lib/psm.c:277
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "användaren %s finns inte - använder root"
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "gruppen %s finns inte - använder root"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "uppackning av arkiv misslyckades%s%s: %s"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr " vid fil "
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "kan inte skapa %s: %s\n"
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "kan inte skriva till %s"
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
-msgstr "installerar källpaket\n"
+#: lib/psm.c:604
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "källpaket förväntades, fann binärpaket"
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "källpaket innehåller ingen spec-fil"
 
-#: lib/psm.c:813
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "källpaket förväntades, fann binärpaket"
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "körning av skript från %s-%s-%s misslyckades, slutstatus %d"
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "körning av skript från %s-%s-%s misslyckades, slutstatus %d"
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paket: %s-%s-%s filtest = %d\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "användaren %s finns inte - använder root"
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "gruppen %s finns inte - använder root"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "uppackning av arkiv misslyckades%s%s: %s"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr " vid fil "
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "kör (eventuellt) postinstallationsskript\n"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "hoppar över %s - överföring misslyckades - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "fel i format: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(innehåller inga filer)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr "ersatt        "
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr "oinstallerat  "
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr "nätdelad      "
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(okänd %3d)   "
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr "(ej tillstnd) "
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paketet har varken filägare eller id-listor"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "kan inte fråga om %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "misslyckades öppna %s: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "källpaket i gammalt format går ej att fråga om\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s verkar inte vara ett RPM-paket\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "fråga om %s misslyckades\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "fråga om spec-fil %s misslyckades, kan inte parsa\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr "inga paket\n"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupp %s innehåller inga paket\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "inga paketutlösare %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "inget paket behöver %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "inget paket tillhandahåller %s\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s tillhör inget paket\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "felaktigt paketnummer: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr "paketpost nummer: %u\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "post %d kunde inte läsas\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s är inte installerat\n"
@@ -3445,118 +3493,118 @@ msgstr "tar bort katalog %s\n"
 msgid "failed to remove directory %s: %s\n"
 msgstr "kunde inte ta bort katalogen %s: %s\n"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "inga paket angivna för installation"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr "räknar paket att installera\n"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr "hittade %d paket\n"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr "letar efter paket att hämta\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "hoppar över %s - rpmGlob misslyckades(%d)\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Hämtar %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "hoppar över %s - överföring misslyckades - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr "hämtade %d paket\n"
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kan inte öppna filen %s: %s\n"
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s kan inte installeras\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "kan inte öppna paketdatabas i %s\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paket %s är inte relokerbart\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "fel vid läsning från fil %s\n"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "filen %s behöver en nyare version av RPM\n"
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "hittade %d käll- och %d binärpaket\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "ouppfyllda beroenden:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr "installerar binärpaket\n"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "kan inte öppna %s/packages.rpm\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" anger flera paket\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "att ta bort dessa paket skulle göra sönder beroenden:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kan inte öppna %s: %s\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerar %s\n"
@@ -3566,98 +3614,98 @@ msgstr "Installerar %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "läsning misslyckades: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "andra \":\" saknas vid %s:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "arkitekturnamn saknas vid %s:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Ofullständig datarad vid %s:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "För många argument i datarad vid %s:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Felaktigt arkitektur-/osnummer: %s (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Ofullständig skönsfallsrad vid %s:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "För många argument i skönsfallsrad vid %s:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Kan inte expandera %s"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, fuzzy, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Kan inte läsa %s, HOME är för stor."
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kan inte öppna %s för läsning: %s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Misslyckades med att läsa %s: %s."
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "\":\" saknas (hittade 0x%02x) vid %s:%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "argument till %s saknas vid %s:%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s expansion misslyckades vid %s:%d \"%s\""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan inte öppna %s vid %s:%d: %s"
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "arkitektur saknas för %s vid %s:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "okänd flagga \"%s\" vid %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Okänt system: %s\n"
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Var god kontakta rpm-list@redhat.com\n"
 
@@ -3836,33 +3884,33 @@ msgstr "hoppar 
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s överhoppad på grund av missingok-flagga\n"
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr "verifiera inte filerna i paketet"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "utför inga steg"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "paket saknar både användarnamn och id-listor (detta borde aldrig inträffa)"
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "paket saknar både gruppnamn och id-listor (detta borde aldrig inträffa)"
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "saknas     %s\n"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Ouppfyllda beroenden för %s-%s-%s: "
@@ -3959,61 +4007,61 @@ msgstr "Fil %s: %s"
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Filen %s är mindre än %d byte"
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr "Lyckades"
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr "Konstigt svar från server"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "IO-fel mot server"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr "Förbindelsen med servern dog ut (timeout)"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr "Kunde inte slå upp serverns adress"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr "Kunde inte slå upp serverns namn"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr "Misslyckades med att kontakta servern"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr "Misslyckades med att etablera en dataförbindelse till servern"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "IO-fel mot lokal fil"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Fel när den fjärrservern sattes i passivt läge"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Filen fanns inte på servern"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr "Avbruten under gång"
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr "Okänt eller oväntat fel"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "loggar in på %s som %s, lösenord %s\n"
@@ -4078,6 +4126,20 @@ msgstr "url-port m
 msgid "failed to create %s: %s\n"
 msgstr "kunde inte skapa %s: %s\n"
 
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--notriggers kan enbart användas vid installation, avinstallation och "
+#~ "verifiering"
+
+#~ msgid "installing a source package\n"
+#~ msgstr "installerar källpaket\n"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "hoppar över %s - överföring misslyckades - %s\n"
+
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       %s {--initdb}   [--dbpath <kat>]\n"
 
index 1478f10..0a79010 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,65 +14,65 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, fuzzy, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
 
-#: build.c:35
+#: build.c:41
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "baðýmlýlýk hatasý, aþaðýdaki paketlere ihtiyacýnýz var:\n"
 
-#: build.c:64
+#: build.c:72
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "%s okuma eriþimi için açýlamadý:%s."
 
 # , c-format
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "%s 'ye eriþimde hata oluþtu\n"
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build.c:178
+#: build.c:188
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "%s okunamadý: %s"
 
-#: build.c:217
+#: build.c:227
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "%s açýlamadý: %s"
 
-#: build.c:222
+#: build.c:232
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s bir RPM paketi deðil (gibi)\n"
 
-#: build.c:231
+#: build.c:241
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s bir RPM paketi deðil (gibi)\n"
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "%s paketi bulunamadý\n"
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
@@ -90,462 +90,462 @@ msgstr ""
 # May 5, 1998 
 #
 # , c-format
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Sürüm %s\n"
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Bu ðrogram GNU GPL uyarýnca serbestçe daðýtýlabilir."
 
-#: rpm.c:224
+#: rpm.c:248
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "Kullaným: rpm {--help}"
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <dizin>]"
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <dizin>]"
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]"
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <dizin>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <sunucu>] [--ftpport <port>]"
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr "                        [--ftpproxy <sunucu>] [--ftpport <port>]"
 
-#: rpm.c:234
+#: rpm.c:258
 #, fuzzy
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate eskidizin=yenidizin]"
 
-#: rpm.c:235
+#: rpm.c:259
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:236
+#: rpm.c:260
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <dizin>] [--noscripts]"
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <dosya>]"
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dizin>] [--prefix "
 "<dizin>] "
 
-#: rpm.c:242
+#: rpm.c:266
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <sunucu>] [--ftpport <port>]"
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate eskidizin=yenidizin]"
 
-#: rpm.c:245
+#: rpm.c:269
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:246
+#: rpm.c:270
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <dizin>] [--rcfile <dosya>]"
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 #, fuzzy
 msgid "                        [--triggeredby]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:253
+#: rpm.c:277
 #, fuzzy
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--dbpath <dizin>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:254
+#: rpm.c:278
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <dizin>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpm.c:260
+#: rpm.c:284
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <dizin>] [--nodeps] [--allmatches]"
 
-#: rpm.c:263
+#: rpm.c:287
 #, fuzzy
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr "                        [--justdb] paket1 ... paketN"
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpm.c:266
+#: rpm.c:290
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paketN"
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 #, fuzzy
 msgid "Usage:"
 msgstr "Kullaným:"
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr "Bu bilgiyi verir"
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr "Kullanýlan RPM sürümünü verir"
 
-#: rpm.c:310
+#: rpm.c:334
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   tüm kipler aþaðýdaki argümanlarý kabul ederler:"
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:314
+#: rpm.c:338
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "Kullanýlan RPM sürümünü verir"
 
-#: rpm.c:315
+#: rpm.c:339
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr "standart çýktýyý <KOMUT>'a gönderir"
 
-#: rpm.c:317
+#: rpm.c:341
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "/etc/rpmrc ve $HOME/.rpmrc yerine <dosya> kullanýn"
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr "daha çok açýklama verir"
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr "çok fazla açýklama verir (hata ayýklama için)"
 
-#: rpm.c:327
+#: rpm.c:351
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
 
-#: rpm.c:328
+#: rpm.c:352
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   yerine FTP adreslerini aþaðýdaki seçeneklerle kabul eder:\n"
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
 
-#: rpm.c:333
+#: rpm.c:357
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
 
-#: rpm.c:335
+#: rpm.c:359
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr "Sorgulama kipi"
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr "Veritabaný dizini olarak <dizin> kullanýlýr"
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "'header format' olarak s kullanýlýr (-i'yi gerektirir)"
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr "kök (baþlangýç) dizini olarak <dizin> kullanýlýr"
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr "      Paket seçim seçenekleri:"
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr "Tüm paketleri sorgulama"
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
 
-#: rpm.c:354
+#: rpm.c:378
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:355
+#: rpm.c:379
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:356
+#: rpm.c:380
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "        --requires"
 
-#: rpm.c:357
+#: rpm.c:381
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "<i> yeteneði olan paketleri sorgulama"
 
-#: rpm.c:358
+#: rpm.c:382
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "        --requires"
 
-#: rpm.c:359
+#: rpm.c:383
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr "      Bilgilendirme seçenekleri:"
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr "Paket bilgisini gösterme"
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr "Paketin 'Change Log' (deðiþiklik) bilgisini gösterme"
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr "Paketin içerdiði dosyalarý gösterme"
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr "dosyalarýn durumunu gösterir (-l gerektirir)"
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr "sadece belge dosyalarýný gösterir (-l gerektirir)"
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 "sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -553,184 +553,184 @@ msgstr ""
 "her dosya için doðrulanabilir bilgileri göster (-l, -c veya -d ile "
 "kullanýlmalý)"
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr "paketin baðýmlýlýklarýný (gerektirdiði paketleri) gösterir"
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "paketi -q ile belirtilen paket parametrelerini kullanarak doðrula"
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr "paket baðýmlýlýklarýný doðrulamaz"
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr "dosyalarýn 'md5-checksum' larýný doðrulamaz"
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr "dosya özelliklerini doðrulamaz"
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr "sorgulama sýrasýnda kullanýlabilecek 'Tag'leri sýralar"
 
-#: rpm.c:401
+#: rpm.c:425
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpm.c:402
+#: rpm.c:426
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr "paket yüklemek"
 
-#: rpm.c:404
+#: rpm.c:428
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "paketin yerini (eðer deðitirilebiliyorsa) <dizin>'e deðiþtirir"
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr "yazýlýmýn belgelerini yüklemez"
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs --replacefiles'ýn kýsaltmasý"
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr "yükleme sýrasýnda bir gösterge çýkarýr (-v seçeneði ile iyi)"
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "tüm dosyalarý, hatta normal olarak atlanabilecek yapýlandýrmalarý bile,yükler"
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr "paket mimarisini doðrulamaz"
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr "paketin ait olduðu iþletim sistemini doðrulamaz"
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr "paket ile gelen belgeleri de yükler"
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr "veri tabanýný günceller, ama dosya sistemini deðiþtirmez"
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "paket yükleme sýrasýný baðýmlýlýklara göre düzenleme"
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr "yükleme sýrasýnda geliþme yüzde olarak gösterilir"
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr "paket mevcut dosyalarý silse bile paketi yükler"
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr "paket mevcutsa yeniden yükler"
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr "yükleme yapmaz, sadece çalýþýp çalýþmayacaðýný belirtir"
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paketi günceller (seçenekler --install ile ayný, ek olarak)"
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 "pakedin eski bir sürüme güncellenmesini saðlar (--force ayný iþi görür)"
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr "paketi siler (uninstall)"
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -738,111 +738,111 @@ msgstr ""
 "<paket> ile eþlenen tüm paketleri siler (birden fazla paket eþlenirse bir "
 "hata mesajý çýkmasý gerekir)"
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr "pakete ait hiçbir betik (Script) çalýþtýrýlmaz"
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:480
+#: rpm.c:504
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr "paket yaratýr, <adým> aþaðýdaki harflerden biridir:"
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
 
 # , c-format
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrol ( %files üstünkörü bir kontrol edilir)"
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr "derleme (hazýrlama ve derleme)"
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr "yükleme (hazýrlama, derleme, yükleme)"
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 "çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "çalýþtýrýlabilir ve Kaynak paket yaratmak (hazýrlama, derleme, yükleme "
 "vepaketleme)"
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "doðrudan belirtilen adýma atlar (sadece c ve i için)"
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr "iþlem sonunda paket yaratma yapýsýný siler"
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 #, fuzzy
 msgid "remove sources when done"
 msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
 
-#: rpm.c:501
+#: rpm.c:525
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP-imzasý yaratýr"
 
-#: rpm.c:504
+#: rpm.c:528
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: rpm.c:510
+#: rpm.c:534
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:511
+#: rpm.c:535
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "zaman kontrolünü S saniyeye ayarlar (0 ile tümüyle kaldýrýr)"
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -850,68 +850,68 @@ msgstr ""
 "kaynak paketini yükler, çalýþýr paketi oluþturur ve spec dosyasý, kaynaklar "
 "ile yamalarý siler"
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr "--rebuild gibi, ama paket yaratmaz"
 
-#: rpm.c:519
+#: rpm.c:543
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr "paketi imzalar (mevcut imza kaldýrýlýr)"
 
-#: rpm.c:521
+#: rpm.c:545
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr "pakete bir imza ekler"
 
-#: rpm.c:523
+#: rpm.c:547
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:524
+#: rpm.c:548
 #, fuzzy
 msgid "    -K <pkg>+             "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr "paket imzasýný doðrular"
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr "tüm PGP imzalarýný atlar"
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "tüm PGP imzalarýný atlar"
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr "tüm MD5 imzalarýný atlar"
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr "geçerli bir veri tabaný olmasýný saðlar"
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -919,7 +919,7 @@ msgstr ""
 "dosya eriþim haklarýný veri tabanýnda yer alanlarla -q ile belirtilen paket "
 "parametrelerini kullanarak güncelle"
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -927,164 +927,169 @@ msgstr ""
 "dosya kullanýcý ve grup bilgilerini veri tabanýnda yer alanlarla -q ile "
 "belirtilen paket parametrelerini kullanarak güncelle"
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr "sadece bir ana kip (major mode) belirtilebilir"
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ve --uninstall komutlarý eskidirler ve çalýþmamaktadýrlar.\n"
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr "Yerine  -e veya --erase komutunu kullanýn\n"
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr "relocate satýrýnda = bulunmalý"
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr "relocate için = den sonra bir / gerekir"
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr "bir anda sadece bir tarz sorgulama veya doðrulama yapýlabilir"
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 #, fuzzy
 msgid "unexpected query format"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "sadece yükleme ve güncelleme zorlanabilir (force edilebilir)"
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr "dosyalar sadece paket yüklemesi sýrasýnda relocate edilebilir"
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ve --relocate seçeneklerinden sadece biri kullanýlabilir"
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate sadece yeni paketler yüklenirken kullanýlýr"
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix sadece yeni paketlerin yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix komutunun argümanlarý '/' ile baþlamalý"
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr "--percent sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "--excludedocs ve --includedocs bir arada kullanýlamaz (bi daha olmasýn)"
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches sadece paket silinmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
 
-#: rpm.c:930
+#: rpm.c:968
+#, fuzzy
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
 msgstr "--noscripts sadece paket yükleme, silme ve doðrulamalarýnda kullanýlýr"
 
-#: rpm.c:934
+#: rpm.c:972
+#, fuzzy
+msgid "--apply may only be specified during package installation"
+msgstr "--allfiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
+
+#: rpm.c:977 rpmqv.c:1126
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
-msgstr ""
-"--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
+msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1092,13 +1097,13 @@ msgid ""
 msgstr ""
 "--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test sadece paket yüklemelerinde, silme ve derlemelerinde kullanýlýr"
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1106,103 +1111,103 @@ msgstr ""
 "--root (-r) sadece yükleme, silme, sorgulama ve veritabaný güncellemelerinde "
 "kullanýlýr"
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) komutun argümanlarý '/' ile baþlamalý"
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage sadece güncelleme sýrasýnda kullanýlabilir"
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nopgp sadece imza kontrolü veya paket doðrulamasý sýrasýnda kullanýlýr"
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Dosya sunucuda bulunamadý"
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr "Parola kontrolü baþarýsýzlýkla sonuçlandý\n"
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr "Parola doðru.\n"
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr "--sign sadece paket olusturulurken kullanýlabilir"
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Eriþilemedi\n"
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags için beklenmeyen argümanlar"
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr "imzasý kontrol edilecek paketler belirtilmedi"
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr "imzalanacak paketler belirtilmedi"
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr "sistemden silinecek paketler belirtilmedi"
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr "yüklenecek paketler belirtilmedi"
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr "sorgulama için hiç argüman belirtilmedi"
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr "doðrulama için hiç argüman belirtilmedi"
 
@@ -1250,7 +1255,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1295,384 +1300,435 @@ msgstr "mevcut veritaban
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+#, fuzzy
+msgid "do not execute package scriptlet(s)"
+msgstr "pakete ait hiçbir betik (Script) çalýþtýrýlmaz"
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 #, fuzzy
 msgid "<package>+"
 msgstr "Tüm paketleri sorgulama"
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:267 rpmqv.c:538
+#: rpmqv.c:278
 #, fuzzy
-msgid "do not execute scripts (if any)"
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: rpmqv.c:269 rpmqv.c:586
+#: rpmqv.c:281
 #, fuzzy
-msgid "don't execute any scriptlets triggered by this package"
+msgid "do not execute %%post scriptlet (if any)"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: rpmqv.c:284
+#, fuzzy
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: rpmqv.c:287
+#, fuzzy
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: rpmqv.c:291
+#, fuzzy
+msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:279
+#: rpmqv.c:294
+#, fuzzy
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr "pakete ait hiçbir betik (Script) çalýþtýrýlmaz"
+
+#: rpmqv.c:297
+#, fuzzy
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
+
+#: rpmqv.c:300
+#, fuzzy
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
+
+#: rpmqv.c:303
+#, fuzzy
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
+
+#: rpmqv.c:314
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Kullaným: rpm {--help}"
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   tüm kipler aþaðýdaki argümanlarý kabul ederler:"
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 #, fuzzy
 msgid "   --eval '<expr>+'       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 #, fuzzy
 msgid "print the expansion of macro <expr> to stdout"
 msgstr "Kullanýlan RPM sürümünü verir"
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 #, fuzzy
 msgid "   --rcfile <file:...>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   yerine FTP adreslerini aþaðýdaki seçeneklerle kabul eder:\n"
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Paket seçim seçenekleri:"
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Tüm paketleri sorgulama"
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 #, fuzzy
 msgid "     -f <file>+           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 #, fuzzy
 msgid "     -p <packagefile>+    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 #, fuzzy
 msgid "     --triggeredby <pkg>  "
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --requires"
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "<i> yeteneði olan paketleri sorgulama"
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --requires"
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Bilgilendirme seçenekleri:"
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+#, fuzzy
+msgid "do not execute scripts (if any)"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: rpmqv.c:588
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+#, fuzzy
+msgid "don't execute any scriptlets triggered by this package"
+msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#: rpmqv.c:624
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Yerine  -e veya --erase komutunu kullanýn\n"
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath veritabaný kullanýlmayan bir iþlemde belirtildi"
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 #, fuzzy
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr "yeniden oluþturmak için paket dosyalarý belirtilmedi"
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr "oluþturma için gerekli spec dosyasý belirtilmedi"
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr "oluþturma için gereken tar dosyalarý belirttilmedi"
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "%s okuma eriþimi için açýlamadý:%s."
 
-#: build/build.c:193
+#: build/build.c:196
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "%s alýnýyor\n"
 
-#: build/build.c:199
+#: build/build.c:202
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
 
-#: build/build.c:208
+#: build/build.c:211
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1733,164 +1789,164 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "dizi içerisinde ? bekleniyordu"
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "% den sonra eksik {"
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "%s te eksik ':' :%d"
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "%s okunamadý: %s"
 
-#: build/files.c:429
+#: build/files.c:434
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "%s okunamadý: %s"
 
-#: build/files.c:441
+#: build/files.c:446
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "%s okunamadý: %s"
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/files.c:773
+#: build/files.c:778
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Dosya sunucuda bulunamadý"
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Dosya sunucuda bulunamadý"
 
-#: build/files.c:1455
+#: build/files.c:1460
 #, fuzzy
 msgid "Could not open %%files file %s: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "PGP çalýþtýrýlamadý"
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Ýmza hedefi 'sigtarget' okunamadý"
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "PGP hata verdi"
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s yaratýlamýyor\n"
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s yaratýlamýyor\n"
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "%s açýlamadý: %s"
@@ -1916,132 +1972,132 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "okuma hatasý: %s (%d)"
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "okuma hatasý: %s (%d)"
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "hata: %s dosyasý okunamadý\n"
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "hata: %s herhangi bir RPM pakedine ait görünmüyor\n"
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "%s kaydýna %s dosyasýnda eriþilemiyor:"
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "PGP-imzasý yaratýr"
 
 # , c-format
-#: build/pack.c:447
+#: build/pack.c:452
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s 'ye eriþimde hata oluþtu\n"
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "%s açýlamadý: %s"
@@ -2075,17 +2131,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "%s paketi %s altýnda gözükmüyor"
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "%s paketi %s altýnda gözükmüyor"
@@ -2095,195 +2151,195 @@ msgstr "%s paketi %s alt
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 #, fuzzy
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 #, fuzzy
 msgid "line %d: Second %%files list\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, fuzzy, c-format
 msgid "OS is excluded: %s\n"
 msgstr "%s alýnýyor\n"
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, fuzzy, c-format
 msgid "OS is not included: %s\n"
 msgstr "%s: Eriþilemedi\n"
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, fuzzy, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr "\"%s\" birden fazla paketi tanýmlýyor\n"
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, fuzzy, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, fuzzy, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, fuzzy, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr "%s 'nin yazýlmasý mümkün deðil"
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, fuzzy, c-format
 msgid "Unknown icon type: %s\n"
 msgstr "(bilinmeyen tip)"
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, fuzzy, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, fuzzy, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, fuzzy, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%s için %s te eksik mimari:%d"
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "ölümcül hata: "
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Paket seçim seçenekleri:"
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "geçici veritabaný %s mevcut"
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, fuzzy, c-format
 msgid "Bad source: %s: %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, fuzzy, c-format
 msgid "No patch number %d\n"
 msgstr "(üye deðil)"
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, fuzzy, c-format
 msgid "No source number %d\n"
 msgstr "(üye deðil)"
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, fuzzy, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr "%s okunamadý: %s"
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 #, fuzzy
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 #, fuzzy
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 #, fuzzy
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 #, fuzzy
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 #, fuzzy
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 #, fuzzy
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 #, fuzzy
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2328,60 +2384,60 @@ msgstr "relocate i
 msgid "line %d: Second %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, fuzzy, c-format
 msgid "line %d: %s\n"
 msgstr "%s açýlamadý: %s"
 
 # , c-format
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "%s 'ye eriþimde hata oluþtu\n"
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 #, fuzzy
 msgid "No buildable architectures\n"
 msgstr "paket mimarisini doðrulamaz"
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 #, fuzzy
 msgid "Package has no %%description: %s\n"
 msgstr "%s paketi %s altýnda gözükmüyor"
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, fuzzy, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, fuzzy, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
@@ -2600,30 +2656,30 @@ msgstr "%s paketi %s alt
 msgid "package %s conflicts: %s\n"
 msgstr "%s paketi %s altýnda gözükmüyor"
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2638,7 +2694,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr "(üye deðil)"
 
@@ -2680,32 +2736,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s silinemedi - belirtilen dizin boþ deðil"
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s dizinin silinmesinde belirtilen hata oluþtu: %s"
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "%s dosyasý açýlamýyor: "
@@ -2715,90 +2771,90 @@ msgstr "%s dosyas
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr "% den sonra eksik {"
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr "%{ den sonra eksik }"
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr "boþ tag tanýmlamasý"
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr "boþ tag ismi"
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr "bilinmeyen tag"
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr "dizinin sonunda ] bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr "beklenmeyen ]"
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr "beklenmeyen }"
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr "dizi içerisinde ? bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "dizi içerisinde ? den sonra { bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr "dizi içerisinde } bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr "? altdizisinden sonra : bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "dizide : den sonra { bekleniyordu"
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr "dizinin sonunda | bekleniyordu"
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr "(bilinmeyen tip)"
 
@@ -2820,142 +2876,142 @@ msgid ""
 msgstr ""
 "RPM'in bu sürümünde sadece major numarasý <= 3 olan paketler destekleniyor"
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "%s okunamadý: %s"
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "paket yüklemek"
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "paketleri <os> iþletim sistemi için oluþturur"
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr ""
 "çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 #, fuzzy
 msgid "<source package>"
 msgstr "Tüm paketleri sorgulama"
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "paket yüklemek"
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 #, fuzzy
 msgid "override build root"
 msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "debug file state machine"
 msgstr "%s açýlamadý: %s"
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3122,201 +3178,190 @@ msgstr "Paket %s-%s-%s ortak (shared) dosyalar i
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/psm.c:285
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "%s grubu hiç paket içermiyor\n"
-
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
-
-#: lib/psm.c:613
-msgid " on file "
-msgstr ""
-
-#: lib/psm.c:655
+#: lib/psm.c:564
 #, fuzzy, c-format
 msgid "cannot create %s %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: lib/psm.c:661
+#: lib/psm.c:570
 #, fuzzy, c-format
 msgid "cannot write to %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: lib/psm.c:683
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "paket yüklemek"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
+msgstr ""
 
-#: lib/psm.c:733
+#: lib/psm.c:706
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/psm.c:1083
+#: lib/psm.c:954
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "betik (script) çalýþtýrýlamadý "
 
-#: lib/psm.c:1090
+#: lib/psm.c:961
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "betik (script) çalýþtýrýlamadý "
 
-#: lib/psm.c:1432 lib/psm.c:1613
+#: lib/psm.c:1265
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n"
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
+msgstr ""
+
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:1493
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "%s grubu hiç paket içermiyor\n"
+
+#: lib/psm.c:1522
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
+
+#: lib/psm.c:1523
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:1774
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: lib/psm.c:1504
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, fuzzy, c-format
 msgid "incorrect format: %s\n"
 msgstr "format hatasý: %s\n"
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr "(hiç dosya içermiyor)"
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 #, fuzzy
 msgid "not installed "
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(bilinmeyen tip)"
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "pakedin adý yok :-)"
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "hata: %s eriþilemiyor\n"
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr "eski tip kaynak paketleri sorgulanamýyor\n"
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s bir RPM paketi deðil (gibi)\n"
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:637
+#: lib/query.c:647
 #, fuzzy
 msgid "no packages\n"
 msgstr "Tüm paketleri sorgulama"
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "hiç bir paket %s tetiklemiyor\n"
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr "hiç bir paket %s gerektirmiyor\n"
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr "hiç bir paket  %s saðlamýyor\n"
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "%d numaralý kayýt okunamadý\n"
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s pakedi yüklenmemiþ\n"
@@ -3555,121 +3600,121 @@ msgstr "%s dizinin olu
 msgid "failed to remove directory %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "yüklenecek paketler belirtilmedi"
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 #, fuzzy
 msgid "counting packages to install\n"
 msgstr "yüklenecek paketler belirtilmedi"
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, fuzzy, c-format
 msgid "found %d packages\n"
 msgstr "Tüm paketleri sorgulama"
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 #, fuzzy
 msgid "looking for packages to download\n"
 msgstr "%s pakedi aranýrken hata oluþtu\n"
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, fuzzy, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "%s alýnýyor\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "hata: %s yüklenemedi\n"
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "%s dizinin oluþturulmasýnda hata: %s"
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr "baðýmlýlýk hatasý, aþaðýdaki paketlere ihtiyacýnýz var:\n"
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "paket yüklemek"
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" birden fazla paketi tanýmlýyor\n"
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr "bu paketin silinmesi aþaðýdaki baðýmlýlýklarý etkileyecektir:\n"
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "hata: %s eriþilemiyor\n"
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr "%s yükleniyor\n"
@@ -3679,98 +3724,98 @@ msgstr "%s y
 msgid "read failed: %s (%d)\n"
 msgstr "okuma hatasý: %s (%d)"
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "%s te ikinci ':' eksik:%d"
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "%s te eksik mimari tanýmlamasý:%d"
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "%s te eksik data satýrý:%d"
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "%s te data satýrýnda çok fazla argüman:%d"
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Kötü arch/os numarasý %s: (%s:%d)"
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "%s te eksik default satýrý:%d"
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "%s te default satýrýnda çok fazla argüman:%d"
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "hata: %s eriþilemiyor\n"
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s okuma eriþimi için açýlamadý:%s."
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "%s okunamadý: %s"
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "%s te eksik ':' :%d"
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s için %s te eksik argüman :%d"
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s açýlamadý: %s"
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s için %s te eksik mimari:%d"
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "%s geçersiz seçenek %s:%d"
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3952,30 +3997,30 @@ msgstr "%s dizinin olu
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "paket yüklemek"
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 #, fuzzy
 msgid "do not execute %verifyscript (if any)"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "% den sonra eksik {"
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s 'nin baðýmlýlýk sorunlarý: "
@@ -4063,68 +4108,68 @@ msgstr "%s a
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 #, fuzzy
 msgid "Bad server response"
 msgstr "FTP sunucusundan kötü yanýt"
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 #, fuzzy
 msgid "Server I/O error"
 msgstr "FTP I/O hatasý"
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 #, fuzzy
 msgid "Server timeout"
 msgstr "FTP sunucusu zaman aþýmý"
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "FTP sunucusunun isim adres dönüþümü yapýlamadý"
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "FTP sunucusunun adres isim dönüþümü yapýlamadý"
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "FTP sunucusuna baðlanýlamadý"
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "FTP sunucusu ile veri alýþveriþi yapýlamadý"
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Yerel dosyaya eriþim sýrasýnda I/O hatasý"
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr "Karþý sunucuyu pasif kipe sokam hatasý"
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr "Dosya sunucuda bulunamadý"
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "FTP bilinmeyen ya da beklenmeyen hata"
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4191,6 +4236,21 @@ msgid "failed to create %s: %s\n"
 msgstr "%s yaratýlamýyor\n"
 
 #, fuzzy
+#~ msgid ""
+#~ "--notriggers may only be specified during package installation, erasure, and "
+#~ "verification"
+#~ msgstr ""
+#~ "--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
+
+#, fuzzy
+#~ msgid "installing a source package\n"
+#~ msgstr "paket yüklemek"
+
+#, fuzzy
+#~ msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+#~ msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
+
+#, fuzzy
 #~ msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 #~ msgstr "       rpm {--initdb}   [--dbpath <dizin>]"
 
index 17a24b9..c520121 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
--- a/po/zh.po
+++ b/po/zh.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 17a24b9..c520121 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-02-28 10:48-0500\n"
+"POT-Creation-Date: 2001-03-15 12:09-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1072 +14,1076 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: build.c:25
+#: build.c:31
 #, c-format
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:35
+#: build.c:41
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:64
+#: build.c:72
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:131 build.c:143
+#: build.c:141 build.c:153
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:150
+#: build.c:160
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:178
+#: build.c:188
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:217
+#: build.c:227
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:222
+#: build.c:232
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:231
+#: build.c:241
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:288
+#: build.c:298
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:303
+#: build.c:313
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
 
-#: rpm.c:200 rpmqv.c:356
+#: rpm.c:224 rpmqv.c:391
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:361
+#: rpm.c:235 rpmqv.c:396
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:365
+#: rpm.c:239 rpmqv.c:400
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:366
+#: rpm.c:240 rpmqv.c:401
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:248
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:225
+#: rpm.c:249
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:226
+#: rpm.c:250
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:227
+#: rpm.c:251
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:228
+#: rpm.c:252
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:253
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:230
+#: rpm.c:254
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:231
+#: rpm.c:255
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:232 rpm.c:241 rpm.c:251
+#: rpm.c:256 rpm.c:265 rpm.c:275
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:233 rpm.c:252
+#: rpm.c:257 rpm.c:276
 msgid "                        [--httpproxy <host>] [--httpport <port>]"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:258
 msgid ""
 "                        [--justdb] [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:235
+#: rpm.c:259
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:260
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:237
+#: rpm.c:261
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:238
+#: rpm.c:262
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:263
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:264
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:266
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:243
+#: rpm.c:267
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:268
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:269
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:270
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:271
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:248
+#: rpm.c:272
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:273
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:274
 msgid "                        [--triggeredby]"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:277
 msgid "                        [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:278
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:279
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:280
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:281
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:282
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:283
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:260
+#: rpm.c:284
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:285
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:286
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:263
+#: rpm.c:287
 msgid "                        [--justdb] [--notriggers] package1 ... packageN"
 msgstr ""
 
-#: rpm.c:264
+#: rpm.c:288
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:265
+#: rpm.c:289
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:266
+#: rpm.c:290
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:267
+#: rpm.c:291
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:268
+#: rpm.c:292
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:269
+#: rpm.c:293
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:303 rpmqv.c:441
+#: rpm.c:327 rpmqv.c:476
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:443
+#: rpm.c:329 rpmqv.c:478
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
+#: rpm.c:331 rpmqv.c:128 rpmqv.c:480
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:334
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:311
+#: rpm.c:335
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
+#: rpm.c:336 rpmqv.c:135 rpmqv.c:485
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:313
+#: rpm.c:337
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:314
+#: rpm.c:338
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:339
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
+#: rpm.c:340 rpmqv.c:141 rpmqv.c:489
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:341
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:318
+#: rpm.c:342
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
+#: rpm.c:344 rpmqv.c:159 rpmqv.c:493
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:466
+#: rpm.c:346 rpmqv.c:501
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:468
+#: rpm.c:348 rpmqv.c:503
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:327
+#: rpm.c:351
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:352
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:329
+#: rpm.c:353
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:330 rpmqv.c:475
+#: rpm.c:354 rpmqv.c:510
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:355
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:477
+#: rpm.c:356 rpmqv.c:512
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:333
+#: rpm.c:357
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:334 rpmqv.c:479
+#: rpm.c:358 rpmqv.c:514
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:335
+#: rpm.c:359
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:336 rpmqv.c:481
+#: rpm.c:360 rpmqv.c:516
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:340 rpmqv.c:501
+#: rpm.c:364 rpmqv.c:536
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
+#: rpm.c:365 rpm.c:411 rpm.c:436 rpm.c:488 rpm.c:562
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
+#: rpm.c:366 rpm.c:412 rpm.c:437 rpm.c:489 rpm.c:563 rpmqv.c:496
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:367
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:344 rpmqv.c:503
+#: rpm.c:368 rpmqv.c:538
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
+#: rpm.c:369 rpm.c:413 rpm.c:471 rpm.c:500
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
+#: rpm.c:370 rpm.c:414 rpm.c:472 rpm.c:501 rpm.c:565 rpmqv.c:144 rpmqv.c:498
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:371
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:373
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:374
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:375
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:376
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:377
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:354
+#: rpm.c:378
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:355
+#: rpm.c:379
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:356
+#: rpm.c:380
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:357
+#: rpm.c:381
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:358
+#: rpm.c:382
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:359
+#: rpm.c:383
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:360
+#: rpm.c:384
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:362 rpmqv.c:507
+#: rpm.c:386 rpmqv.c:542
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:364 rpmqv.c:509
+#: rpm.c:388 rpmqv.c:544
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:366 rpmqv.c:511
+#: rpm.c:390 rpmqv.c:546
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:368 rpmqv.c:513
+#: rpm.c:392 rpmqv.c:548
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:370 rpmqv.c:515
+#: rpm.c:394 rpmqv.c:550
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:372 rpmqv.c:517
+#: rpm.c:396 rpmqv.c:552
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:519
+#: rpm.c:398 rpmqv.c:554
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:376
+#: rpm.c:400
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:378
+#: rpm.c:402
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:380
+#: rpm.c:404
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:382
+#: rpm.c:406
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:530
+#: rpm.c:410 rpmqv.c:565
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
-#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
+#: lib/poptBT.c:187 lib/verify.c:58 rpm.c:416 rpm.c:458 rpm.c:493 rpmqv.c:268
+#: rpmqv.c:567 rpmqv.c:615 rpmqv.c:649
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
+#: lib/verify.c:64 rpm.c:418 rpmqv.c:208 rpmqv.c:571
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:534
+#: rpm.c:420 rpmqv.c:569
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:398 rpmqv.c:541
+#: rpm.c:422 rpmqv.c:576
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:401
+#: rpm.c:425
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:402
+#: rpm.c:426
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
+#: rpm.c:427 rpmqv.c:264 rpmqv.c:590
 msgid "install package"
 msgstr ""
 
-#: rpm.c:404
+#: rpm.c:428
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:405
+#: rpm.c:429
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:406
+#: rpm.c:430
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:407 rpmqv.c:592
+#: rpm.c:431 rpmqv.c:627
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
+#: rpm.c:433 rpmqv.c:236 rpmqv.c:595
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:410
+#: rpm.c:434
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
+#: rpm.c:435 rpmqv.c:311 rpmqv.c:625
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
+#: rpm.c:439 rpmqv.c:242 rpmqv.c:597
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
+#: rpm.c:441 rpmqv.c:247 rpmqv.c:601
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
+#: rpm.c:443 rpmqv.c:253 rpmqv.c:603
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
+#: rpm.c:445 rpmqv.c:224 rpmqv.c:592
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
+#: rpm.c:448 rpmqv.c:255 rpmqv.c:605
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
+#: rpm.c:450 rpmqv.c:260 rpmqv.c:607
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
+#: rpm.c:452 rpmqv.c:257 rpmqv.c:609
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
+#: rpm.c:454 rpmqv.c:262 rpmqv.c:611
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
+#: rpm.c:456 rpm.c:491 rpmqv.c:266 rpmqv.c:613 rpmqv.c:647
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
+#: rpm.c:460 rpm.c:495 rpmqv.c:270 rpmqv.c:617 rpmqv.c:651
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:438
+#: rpm.c:462
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:440 rpm.c:475 rpmqv.c:620
+#: rpm.c:464 rpm.c:499 rpmqv.c:655
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
+#: rpm.c:466 rpmqv.c:309 rpmqv.c:623
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
+#: rpm.c:468 rpmqv.c:320 rpmqv.c:629
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
+#: rpm.c:470 rpmqv.c:322 rpmqv.c:631
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
+#: rpm.c:474 rpmqv.c:324 rpmqv.c:633
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:453
+#: rpm.c:477
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:454
+#: rpm.c:478
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:455 rpmqv.c:602
+#: rpm.c:479 rpmqv.c:637
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
+#: rpm.c:481 rpmqv.c:306 rpmqv.c:639
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:459
+#: rpm.c:483
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
+#: rpm.c:485 rpmqv.c:240 rpmqv.c:643
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
+#: rpm.c:487 rpmqv.c:227 rpmqv.c:645
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:473 rpmqv.c:618
+#: rpm.c:497 rpmqv.c:653
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:479
+#: rpm.c:503
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:480
+#: rpm.c:504
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:481
+#: rpm.c:505
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:483
+#: rpm.c:507
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:485
+#: rpm.c:509
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:487
+#: rpm.c:511
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:489
+#: rpm.c:513
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:491
+#: rpm.c:515
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:493
+#: rpm.c:517
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:194 rpm.c:495
+#: lib/poptBT.c:198 rpm.c:519
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:173 rpm.c:497
+#: lib/poptBT.c:177 rpm.c:521
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:190 rpm.c:499
+#: lib/poptBT.c:194 rpm.c:523
 msgid "remove sources when done"
 msgstr ""
 
-#: rpm.c:501
+#: rpm.c:525
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
+#: lib/poptBT.c:200 rpm.c:527 rpmqv.c:200
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:528
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:505
+#: rpm.c:529
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:530
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:531
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:533
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:510
+#: rpm.c:534
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:535
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:513
+#: rpm.c:537
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:538
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:515
+#: rpm.c:539
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:540
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:519
+#: rpm.c:543
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
+#: rpm.c:544 rpmqv.c:198 rpmqv.c:661
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:521
+#: rpm.c:545
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
+#: rpm.c:546 rpmqv.c:196 rpmqv.c:663
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:547
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:524
+#: rpm.c:548
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
+#: rpm.c:549 rpmqv.c:202 rpmqv.c:667
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
+#: rpm.c:551 rpmqv.c:204 rpmqv.c:669
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
+#: rpm.c:553 rpmqv.c:206 rpmqv.c:671
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:531 rpmqv.c:638
+#: rpm.c:555 rpmqv.c:673
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:535
+#: rpm.c:559
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:537
+#: rpm.c:561
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:545 rpmqv.c:543
+#: rpm.c:569 rpmqv.c:578
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:548 rpmqv.c:546
+#: rpm.c:572 rpmqv.c:581
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
-#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
-#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
+#: rpm.c:724 rpm.c:730 rpm.c:739 rpm.c:761 rpm.c:767 rpm.c:774 rpm.c:782
+#: rpm.c:790 rpm.c:811 rpm.c:874 rpmqv.c:866 rpmqv.c:872 rpmqv.c:879
+#: rpmqv.c:885 rpmqv.c:919 rpmqv.c:927 rpmqv.c:933 rpmqv.c:941 rpmqv.c:1008
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:696
+#: rpm.c:732
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:698
+#: rpm.c:734
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:781 rpmqv.c:868
+#: rpm.c:817 rpmqv.c:903
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:783 rpmqv.c:870
+#: rpm.c:819 rpmqv.c:905
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:786 rpmqv.c:873
+#: rpm.c:822 rpmqv.c:908
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:795 rpmqv.c:857
+#: rpm.c:831 rpmqv.c:892
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:804 rpmqv.c:927
+#: rpm.c:840 rpmqv.c:962
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
-#: rpm.c:805
+#: rpm.c:841
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:810 rpmqv.c:933
+#: rpm.c:846 rpmqv.c:968
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:845 rpmqv.c:988
+#: rpm.c:881 rpmqv.c:1023
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:992
+#: rpm.c:886 rpmqv.c:1027
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:853 rpmqv.c:995
+#: rpm.c:889 rpmqv.c:1030
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:998
+#: rpm.c:892 rpmqv.c:1033
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:859 rpmqv.c:1008
+#: rpm.c:895 rpmqv.c:1043
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:862 rpmqv.c:1013
+#: rpm.c:898 rpmqv.c:1048
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:865 rpmqv.c:1016
+#: rpm.c:901 rpmqv.c:1051
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:868 rpmqv.c:1019
+#: rpm.c:904 rpmqv.c:1054
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1022
+#: rpm.c:907 rpmqv.c:1057
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:874 rpmqv.c:1025
+#: rpm.c:910 rpmqv.c:1060
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:877 rpmqv.c:1028
+#: rpm.c:913 rpmqv.c:1063
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:881 rpmqv.c:1032
+#: rpm.c:917 rpmqv.c:1067
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1037
+#: rpm.c:921 rpmqv.c:1072
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:889 rpmqv.c:1041
+#: rpm.c:925 rpmqv.c:1076
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:893 rpmqv.c:1045
+#: rpm.c:929 rpmqv.c:1080
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1049
+#: rpm.c:933 rpmqv.c:1084
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:901 rpmqv.c:1053
+#: rpm.c:937 rpmqv.c:1088
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:1057
+#: rpm.c:941 rpmqv.c:1092
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:909 rpmqv.c:1061
+#: rpm.c:945 rpmqv.c:1096
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:913 rpmqv.c:1066
+#: rpm.c:949 rpmqv.c:1101
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:1070
+#: rpm.c:953 rpmqv.c:1105
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:921 rpmqv.c:1074
+#: rpm.c:957 rpmqv.c:1109
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:925 rpmqv.c:1079
+#: rpm.c:961 rpmqv.c:1114
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:930
+#: rpm.c:968
 msgid ""
-"--noscripts may only be specified during package installation, erasure, and "
-"verification"
+"script disabling options may only be specified during package installation, "
+"erasure, and verification"
+msgstr ""
+
+#: rpm.c:972
+msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:934
+#: rpm.c:977 rpmqv.c:1126
 msgid ""
-"--notriggers may only be specified during package installation, erasure, and "
-"verification"
+"trigger disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpm.c:938 rpmqv.c:1090
+#: rpm.c:981 rpmqv.c:1130
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1095
+#: rpm.c:986 rpmqv.c:1135
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1100
+#: rpm.c:990 rpmqv.c:1140
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:1112
+#: rpm.c:1002 rpmqv.c:1152
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:965
+#: rpm.c:1008
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:968 rpmqv.c:1119
+#: rpm.c:1011 rpmqv.c:1159
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:1122
+#: rpm.c:1014 rpmqv.c:1162
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:974 rpmqv.c:1127
+#: rpm.c:1017 rpmqv.c:1167
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1143
+#: rpm.c:1028 rpmqv.c:1183
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:990 rpmqv.c:1148
+#: rpm.c:1033 rpmqv.c:1188
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1005 rpmqv.c:1164
+#: rpm.c:1048 rpmqv.c:1204
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1009 rpmqv.c:1168
+#: rpm.c:1052 rpmqv.c:1208
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1170
+#: rpm.c:1054 rpmqv.c:1210
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1014 rpmqv.c:1173
+#: rpm.c:1057 rpmqv.c:1213
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1019 rpmqv.c:1178
+#: rpm.c:1062 rpmqv.c:1218
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1025 rpmqv.c:1184
+#: rpm.c:1068 rpmqv.c:1224
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1200
+#: rpm.c:1083 rpmqv.c:1240
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1059 rpmqv.c:1444
+#: rpm.c:1102 rpmqv.c:1484
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1070 rpmqv.c:1466
+#: rpm.c:1113 rpmqv.c:1506
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1081 rpmqv.c:1477
+#: rpm.c:1124 rpmqv.c:1517
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1097 rpmqv.c:1340
+#: rpm.c:1140 rpmqv.c:1380
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1161 rpmqv.c:1369
+#: rpm.c:1229 rpmqv.c:1409
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1185 rpmqv.c:1410
+#: rpm.c:1253 rpmqv.c:1450
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1190 rpmqv.c:1415
+#: rpm.c:1258 rpmqv.c:1455
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1207 rpmqv.c:1432
+#: rpm.c:1275 rpmqv.c:1472
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1211 rpmqv.c:1436
+#: rpm.c:1279 rpmqv.c:1476
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1125,7 +1129,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: rpmqv.c:145 rpmqv.c:277
+#: rpmqv.c:145 rpmqv.c:312
 msgid "<dir>"
 msgstr ""
 
@@ -1169,329 +1173,370 @@ msgstr ""
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:175 rpmqv.c:187
+#: lib/poptBT.c:179 rpmqv.c:187
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: rpmqv.c:232
+#: rpmqv.c:233 rpmqv.c:275
+msgid "do not execute package scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:238
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: rpmqv.c:234
+#: rpmqv.c:240
 msgid "<package>+"
 msgstr ""
 
-#: rpmqv.c:238 rpmqv.c:564
+#: rpmqv.c:244 rpmqv.c:599
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:239
+#: rpmqv.c:245
 msgid "<path>"
 msgstr ""
 
-#: rpmqv.c:244
+#: rpmqv.c:250
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
+#: rpmqv.c:251 rpmqv.c:264 rpmqv.c:327
 msgid "<packagefile>+"
 msgstr ""
 
-#: rpmqv.c:267 rpmqv.c:538
-msgid "do not execute scripts (if any)"
+#: rpmqv.c:278
+msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:269 rpmqv.c:586
-msgid "don't execute any scriptlets triggered by this package"
+#: rpmqv.c:281
+msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: rpmqv.c:279
+#: rpmqv.c:284
+msgid "do not execute %%preun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:287
+msgid "do not execute %%postun scriptlet (if any)"
+msgstr ""
+
+#: rpmqv.c:291
+msgid "do not execute any scriptlet(s) triggered by this package"
+msgstr ""
+
+#: rpmqv.c:294
+msgid "do not execute any %%triggerprein scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:297
+msgid "do not execute any %%triggerin scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:300
+msgid "do not execute any %%triggerun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:303
+msgid "do not execute any %%triggerpostun scriptlet(s)"
+msgstr ""
+
+#: rpmqv.c:314
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: rpmqv.c:280
+#: rpmqv.c:315
 msgid "<old>=<new>"
 msgstr ""
 
-#: rpmqv.c:282
+#: rpmqv.c:317
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: rpmqv.c:291
+#: rpmqv.c:326
 msgid "upgrade package(s)"
 msgstr ""
 
-#: rpmqv.c:311
+#: rpmqv.c:346
 msgid "Query options (with -q or --query):"
 msgstr ""
 
-#: rpmqv.c:314
+#: rpmqv.c:349
 msgid "Verify options (with -V or --verify):"
 msgstr ""
 
-#: rpmqv.c:320
+#: rpmqv.c:355
 msgid "Signature options:"
 msgstr ""
 
-#: rpmqv.c:326
+#: rpmqv.c:361
 msgid "Database options:"
 msgstr ""
 
-#: rpmqv.c:332
+#: rpmqv.c:367
 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
 msgstr ""
 
-#: rpmqv.c:338
+#: rpmqv.c:373
 msgid "Install/Upgrade/Erase options:"
 msgstr ""
 
-#: rpmqv.c:343
+#: rpmqv.c:378
 msgid "Common options for all rpm modes:"
 msgstr ""
 
-#: rpmqv.c:377
+#: rpmqv.c:412
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:448
+#: rpmqv.c:483
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:449
+#: rpmqv.c:484
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:451
+#: rpmqv.c:486
 msgid "   --eval '<expr>+'       "
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:487
 msgid "print the expansion of macro <expr> to stdout"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:488
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:490
 msgid "   --rcfile <file:...>    "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:491
 msgid "use <file:...> instead of default list of macro files"
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:495
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:497
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:472
+#: rpmqv.c:507
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:473
+#: rpmqv.c:508
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:474
+#: rpmqv.c:509
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:476
+#: rpmqv.c:511
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:478
+#: rpmqv.c:513
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:480
+#: rpmqv.c:515
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:486
+#: rpmqv.c:521
 msgid "  Package specification options:"
 msgstr ""
 
-#: lib/poptQV.c:68 rpmqv.c:488
+#: lib/poptQV.c:68 rpmqv.c:523
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:524
 msgid "     -f <file>+           "
 msgstr ""
 
-#: rpmqv.c:490
+#: rpmqv.c:525
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:526
 msgid "     -p <packagefile>+    "
 msgstr ""
 
-#: rpmqv.c:492
+#: rpmqv.c:527
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:493
+#: rpmqv.c:528
 msgid "     --triggeredby <pkg>  "
 msgstr ""
 
-#: rpmqv.c:494
+#: rpmqv.c:529
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:495
+#: rpmqv.c:530
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:496
+#: rpmqv.c:531
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:497
+#: rpmqv.c:532
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:498
+#: rpmqv.c:533
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:502
+#: rpmqv.c:537
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:505
+#: rpmqv.c:540
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:521
+#: rpmqv.c:556
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:523
+#: rpmqv.c:558
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:560
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:527
+#: rpmqv.c:562
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:573
+msgid "do not execute scripts (if any)"
+msgstr ""
+
+#: rpmqv.c:588
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:554
+#: rpmqv.c:589
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:598
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:584
+#: rpmqv.c:619
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:589
+#: rpmqv.c:621
+msgid "don't execute any scriptlets triggered by this package"
+msgstr ""
+
+#: rpmqv.c:624
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:591
+#: rpmqv.c:626
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:600
+#: rpmqv.c:635
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:601
+#: rpmqv.c:636
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:606
+#: rpmqv.c:641
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:625
+#: rpmqv.c:660
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:627
+#: rpmqv.c:662
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:630
+#: rpmqv.c:665
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:666
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:644
+#: rpmqv.c:679
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:646
+#: rpmqv.c:681
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:928
+#: rpmqv.c:963
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:1002
+#: rpmqv.c:1037
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1086
+#: rpmqv.c:1121
 msgid ""
-"--notriggers may only be specified during package installation and erasure"
+"script disabling options may only be specified during package installation "
+"and erasure"
 msgstr ""
 
-#: rpmqv.c:1240
+#: rpmqv.c:1280
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1309
+#: rpmqv.c:1349
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1311
+#: rpmqv.c:1351
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:114 build/pack.c:384
+#: build/build.c:117 build/pack.c:389
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:193
+#: build/build.c:196
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:199
+#: build/build.c:202
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:211
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:307
+#: build/build.c:310
 msgid ""
 "\n"
 "\n"
@@ -1547,163 +1592,163 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:229
+#: build/files.c:234
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:280 build/files.c:365 build/files.c:540
+#: build/files.c:285 build/files.c:370 build/files.c:545
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:291 build/files.c:485 build/files.c:551
+#: build/files.c:296 build/files.c:490 build/files.c:556
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:329 build/files.c:510
+#: build/files.c:334 build/files.c:515
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:381
+#: build/files.c:386
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:419
+#: build/files.c:424
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:429
+#: build/files.c:434
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:441
+#: build/files.c:446
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:578
+#: build/files.c:583
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:588
+#: build/files.c:593
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:725
+#: build/files.c:730
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:731
+#: build/files.c:736
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:759
+#: build/files.c:764
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:773
+#: build/files.c:778
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:785
+#: build/files.c:790
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
-#: build/files.c:952
+#: build/files.c:957
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1042
+#: build/files.c:1047
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1229
+#: build/files.c:1234
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1239
+#: build/files.c:1244
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
+#: build/files.c:1287 build/files.c:1808 build/parsePrep.c:44
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1294
+#: build/files.c:1299
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1371
+#: build/files.c:1376
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1401
+#: build/files.c:1406
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1455
+#: build/files.c:1460
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1464 build/pack.c:117
+#: build/files.c:1469 build/pack.c:122
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:1791
+#: build/files.c:1796
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1859
+#: build/files.c:1864
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:1864
+#: build/files.c:1869
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:1946
+#: build/files.c:1951
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:1950
+#: build/files.c:1955
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2077
+#: build/files.c:2082
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2105 build/files.c:2119
+#: build/files.c:2110 build/files.c:2124
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2232
+#: build/files.c:2237
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1729,131 +1774,131 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:61
+#: build/pack.c:66
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:88
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:90
+#: build/pack.c:95
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:174
+#: build/pack.c:179
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:181
+#: build/pack.c:186
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:188
+#: build/pack.c:193
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:195
+#: build/pack.c:200
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:203
+#: build/pack.c:208
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:223
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:244
+#: build/pack.c:249
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:254
+#: build/pack.c:259
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:275
+#: build/pack.c:280
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:284
+#: build/pack.c:289
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:396
+#: build/pack.c:401
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:437
+#: build/pack.c:442
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:447
+#: build/pack.c:452
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:484 lib/psm.c:1830
+#: build/pack.c:489 lib/psm.c:1447
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:499
+#: build/pack.c:504
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:509
+#: build/pack.c:514
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:523
+#: build/pack.c:528
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:533
+#: build/pack.c:538
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:539
+#: build/pack.c:544
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:566 lib/psm.c:1886
+#: build/pack.c:571 lib/psm.c:1683
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:631
+#: build/pack.c:636
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:648
+#: build/pack.c:653
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:28
+#: build/parseBuildInstallClean.c:30
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1886,17 +1931,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:52 build/parseFiles.c:47 build/parseScript.c:187
+#: build/parseDescription.c:52 build/parseFiles.c:49 build/parseScript.c:187
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:65 build/parseFiles.c:59 build/parseScript.c:199
+#: build/parseDescription.c:65 build/parseFiles.c:61 build/parseScript.c:199
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:75 build/parseFiles.c:68 build/parseScript.c:208
+#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:208
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1906,186 +1951,186 @@ msgstr ""
 msgid "line %d: Second description\n"
 msgstr ""
 
-#: build/parseFiles.c:33
+#: build/parseFiles.c:35
 msgid "line %d: Error parsing %%files: %s\n"
 msgstr ""
 
-#: build/parseFiles.c:75
+#: build/parseFiles.c:77
 msgid "line %d: Second %%files list\n"
 msgstr ""
 
-#: build/parsePreamble.c:211
+#: build/parsePreamble.c:213
 #, c-format
 msgid "Architecture is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:216
+#: build/parsePreamble.c:218
 #, c-format
 msgid "Architecture is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:221
+#: build/parsePreamble.c:223
 #, c-format
 msgid "OS is excluded: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:226
+#: build/parsePreamble.c:228
 #, c-format
 msgid "OS is not included: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:243
+#: build/parsePreamble.c:245
 #, c-format
 msgid "%s field must be present in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:270
+#: build/parsePreamble.c:272
 #, c-format
 msgid "Duplicate %s entries in package: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:324
+#: build/parsePreamble.c:326
 #, c-format
 msgid "Unable to open icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:342
+#: build/parsePreamble.c:344
 #, c-format
 msgid "Unable to read icon %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:355
+#: build/parsePreamble.c:357
 #, c-format
 msgid "Unknown icon type: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:422
+#: build/parsePreamble.c:424
 #, c-format
 msgid "line %d: Malformed tag: %s\n"
 msgstr ""
 
 #. Empty field
-#: build/parsePreamble.c:430
+#: build/parsePreamble.c:432
 #, c-format
 msgid "line %d: Empty tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:452 build/parsePreamble.c:459
+#: build/parsePreamble.c:454 build/parsePreamble.c:461
 #, c-format
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:516 build/parseSpec.c:386
+#: build/parsePreamble.c:518 build/parseSpec.c:388
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:529
+#: build/parsePreamble.c:531
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:543
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:553
+#: build/parsePreamble.c:555
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:593 build/parsePreamble.c:604
+#: build/parsePreamble.c:595 build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:630
+#: build/parsePreamble.c:632
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:639
+#: build/parsePreamble.c:641
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:783
+#: build/parsePreamble.c:785
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:789
+#: build/parsePreamble.c:791
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:815
+#: build/parsePreamble.c:817
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:837
+#: build/parsePreamble.c:839
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
-#: build/parsePrep.c:37
+#: build/parsePrep.c:39
 #, c-format
 msgid "Bad source: %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:75
+#: build/parsePrep.c:77
 #, c-format
 msgid "No patch number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:165
+#: build/parsePrep.c:167
 #, c-format
 msgid "No source number %d\n"
 msgstr ""
 
-#: build/parsePrep.c:185
+#: build/parsePrep.c:187
 #, c-format
 msgid "Couldn't download nosource %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:279
+#: build/parsePrep.c:281
 msgid "Error parsing %%setup: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:294
+#: build/parsePrep.c:296
 msgid "line %d: Bad arg to %%setup %c: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:312
+#: build/parsePrep.c:314
 msgid "line %d: Bad %%setup option %s: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:446
+#: build/parsePrep.c:448
 msgid "line %d: Need arg to %%patch -b: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:455
+#: build/parsePrep.c:457
 msgid "line %d: Need arg to %%patch -z: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:467
+#: build/parsePrep.c:469
 msgid "line %d: Need arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:474
+#: build/parsePrep.c:476
 msgid "line %d: Bad arg to %%patch -p: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:481
+#: build/parsePrep.c:483
 msgid "Too many patches!\n"
 msgstr ""
 
-#: build/parsePrep.c:485
+#: build/parsePrep.c:487
 msgid "line %d: Bad arg to %%patch: %s\n"
 msgstr ""
 
-#: build/parsePrep.c:521
+#: build/parsePrep.c:523
 msgid "line %d: second %%prep\n"
 msgstr ""
 
@@ -2130,57 +2175,57 @@ msgstr ""
 msgid "line %d: Second %s\n"
 msgstr ""
 
-#: build/parseSpec.c:136
+#: build/parseSpec.c:138
 #, c-format
 msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:185
+#: build/parseSpec.c:187
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:197
+#: build/parseSpec.c:199
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:269
+#: build/parseSpec.c:271
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:278
+#: build/parseSpec.c:280
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:290
+#: build/parseSpec.c:292
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:304 build/parseSpec.c:313
+#: build/parseSpec.c:306 build/parseSpec.c:315
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:493
+#: build/parseSpec.c:495
 msgid "No buildable architectures\n"
 msgstr ""
 
-#: build/parseSpec.c:548
+#: build/parseSpec.c:550
 msgid "Package has no %%description: %s\n"
 msgstr ""
 
-#: build/spec.c:216
+#: build/spec.c:218
 #, c-format
 msgid "line %d: Bad number: %s\n"
 msgstr ""
 
-#: build/spec.c:222
+#: build/spec.c:224
 #, c-format
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:280
+#: build/spec.c:282
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
@@ -2396,30 +2441,30 @@ msgstr ""
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1539
+#: lib/depends.c:1538
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1678
+#: lib/depends.c:1677
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1725
+#: lib/depends.c:1724
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:1770
+#: lib/depends.c:1769
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:1819
+#: lib/depends.c:1818
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:1850
+#: lib/depends.c:1849
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2434,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+#: lib/header.c:2597 lib/header.c:2614 lib/header.c:2634
 msgid "(not a number)"
 msgstr ""
 
@@ -2476,32 +2521,32 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1042
+#: lib/fsm.c:1041
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1345 lib/fsm.c:1462
+#: lib/fsm.c:1343 lib/fsm.c:1460
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1487
+#: lib/fsm.c:1485
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1492
+#: lib/fsm.c:1490
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1501
+#: lib/fsm.c:1499
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1518
+#: lib/fsm.c:1516
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2511,88 +2556,88 @@ msgstr ""
 msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
-#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
+#: lib/header.c:207 lib/header.c:1082 lib/psm.c:377
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
-#: lib/header.c:1504
+#: lib/header.c:1505
 #, c-format
 msgid "Bad count for headerAddEntry(): %d\n"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1949
+#: lib/header.c:1950
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1979
+#: lib/header.c:1980
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:1993
+#: lib/header.c:1994
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2006
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2022
+#: lib/header.c:2023
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2049
+#: lib/header.c:2050
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2067
+#: lib/header.c:2068
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2071
+#: lib/header.c:2072
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2131
+#: lib/header.c:2132
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2140
+#: lib/header.c:2141
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2153 lib/header.c:2194
+#: lib/header.c:2154 lib/header.c:2195
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2163
+#: lib/header.c:2164
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2179
+#: lib/header.c:2180
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans@
-#: lib/header.c:2204
+#: lib/header.c:2205
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2375
+#: lib/header.c:2376
 msgid "(unknown type)"
 msgstr ""
 
@@ -2610,127 +2655,127 @@ msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:95
+#: lib/poptBT.c:98
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:120
+#: lib/poptBT.c:124
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
-#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
+#: lib/poptBT.c:125 lib/poptBT.c:128 lib/poptBT.c:131 lib/poptBT.c:134
+#: lib/poptBT.c:137 lib/poptBT.c:140 lib/poptBT.c:143
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:123
+#: lib/poptBT.c:127
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:126
+#: lib/poptBT.c:130
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:129
+#: lib/poptBT.c:133
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:132
+#: lib/poptBT.c:136
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:135
+#: lib/poptBT.c:139
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:138
+#: lib/poptBT.c:142
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:142
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
-#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:145
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:161
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:164
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:164
+#: lib/poptBT.c:168
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:165 lib/poptBT.c:168
+#: lib/poptBT.c:169 lib/poptBT.c:172
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:167
+#: lib/poptBT.c:171
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:171
+#: lib/poptBT.c:175
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:177
+#: lib/poptBT.c:181
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:183
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:181
+#: lib/poptBT.c:185
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:189
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:192
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:196
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:198
+#: lib/poptBT.c:202
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:200
+#: lib/poptBT.c:204
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2879,195 +2924,186 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:277
+#: lib/psm.c:564
 #, c-format
-msgid "user %s does not exist - using root\n"
+msgid "cannot create %s %s\n"
 msgstr ""
 
-#: lib/psm.c:285
+#: lib/psm.c:570
 #, c-format
-msgid "group %s does not exist - using root\n"
+msgid "cannot write to %s\n"
 msgstr ""
 
-#.
-#. * This would probably be a good place to check if disk space
-#. * was used up - if so, we should return a different error.
-#.
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/psm.c:612
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
+#: lib/psm.c:604
+msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:613
-msgid " on file "
+#: lib/psm.c:706
+msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:655
+#: lib/psm.c:954
 #, c-format
-msgid "cannot create %s %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:661
+#: lib/psm.c:961
 #, c-format
-msgid "cannot write to %s\n"
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:683
-msgid "installing a source package\n"
+#: lib/psm.c:1265
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:733
-msgid "source package contains no .spec file\n"
+#: lib/psm.c:1378
+#, c-format
+msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:813
-msgid "source package expected, binary found\n"
+#: lib/psm.c:1484
+#, c-format
+msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1083
+#: lib/psm.c:1493
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1090
+#: lib/psm.c:1522
 #, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1432 lib/psm.c:1613
-#, c-format
-msgid "%s: %s-%s-%s has %d files, test = %d\n"
+#: lib/psm.c:1523
+msgid " on file "
 msgstr ""
 
-#. XXX WTFO? erase failures are not cause for stopping.
-#: lib/psm.c:1496 lib/psm.c:1565 lib/psm.c:1666 lib/psm.c:1692
+#: lib/psm.c:1774
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
 
-#: lib/psm.c:1504
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/query.c:161
+#: lib/query.c:167
 #, c-format
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:243
+#: lib/query.c:251
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:294
+#: lib/query.c:302
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:296
+#: lib/query.c:304
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:298
+#: lib/query.c:306
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:300
+#: lib/query.c:308
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:302
+#: lib/query.c:310
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:307
+#: lib/query.c:315
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:326 lib/query.c:371
+#: lib/query.c:334 lib/query.c:379
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:428
+#: lib/query.c:438
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:545
+#: lib/query.c:555
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:566
+#: lib/query.c:576
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:575 lib/rpminstall.c:319
+#: lib/query.c:585 lib/rpminstall.c:320
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:580
+#: lib/query.c:590
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:614
+#: lib/query.c:624
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:637
+#: lib/query.c:647
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:648
+#: lib/query.c:658
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:658
+#: lib/query.c:668
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:678
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:689
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:710
+#: lib/query.c:720
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:724
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:740
+#: lib/query.c:750
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:753
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:758
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:759 lib/rpminstall.c:565
+#: lib/query.c:769 lib/rpminstall.c:566
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3303,117 +3339,117 @@ msgstr ""
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:148
+#: lib/rpminstall.c:149
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:150
+#: lib/rpminstall.c:151
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:209
+#: lib/rpminstall.c:210
 msgid "counting packages to install\n"
 msgstr ""
 
-#: lib/rpminstall.c:213
+#: lib/rpminstall.c:214
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:218
+#: lib/rpminstall.c:219
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: lib/rpminstall.c:233
+#: lib/rpminstall.c:234
 #, c-format
 msgid "skipping %s - rpmGlob failed(%d)\n"
 msgstr ""
 
-#: lib/rpminstall.c:248
+#: lib/rpminstall.c:249
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:258
+#: lib/rpminstall.c:259
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:262
+#: lib/rpminstall.c:263
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:289
+#: lib/rpminstall.c:290
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:305 lib/rpminstall.c:486
+#: lib/rpminstall.c:306 lib/rpminstall.c:487
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:327 lib/rpminstall.c:633
+#: lib/rpminstall.c:328 lib/rpminstall.c:634
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:343
+#: lib/rpminstall.c:344
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:365
+#: lib/rpminstall.c:366
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:410
+#: lib/rpminstall.c:411
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:415
+#: lib/rpminstall.c:416
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:432
+#: lib/rpminstall.c:433
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:445
+#: lib/rpminstall.c:446
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:466
+#: lib/rpminstall.c:467
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:552
+#: lib/rpminstall.c:553
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:568
+#: lib/rpminstall.c:569
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:591
+#: lib/rpminstall.c:592
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:620
+#: lib/rpminstall.c:621
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:626
+#: lib/rpminstall.c:627
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3423,98 +3459,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:150
+#: lib/rpmrc.c:152
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:153
+#: lib/rpmrc.c:155
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:305
+#: lib/rpmrc.c:307
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:310
+#: lib/rpmrc.c:312
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:317
+#: lib/rpmrc.c:319
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:352
+#: lib/rpmrc.c:354
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:357
+#: lib/rpmrc.c:359
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:547
+#: lib/rpmrc.c:549
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:552
+#: lib/rpmrc.c:554
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:569
+#: lib/rpmrc.c:571
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:614
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:651
+#: lib/rpmrc.c:653
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:668 lib/rpmrc.c:742
+#: lib/rpmrc.c:670 lib/rpmrc.c:744
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:685 lib/rpmrc.c:707
+#: lib/rpmrc.c:687 lib/rpmrc.c:709
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:694
+#: lib/rpmrc.c:696
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:734
+#: lib/rpmrc.c:736
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:801
+#: lib/rpmrc.c:803
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1198
+#: lib/rpmrc.c:1323
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1199
+#: lib/rpmrc.c:1324
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3680,28 +3716,28 @@ msgstr ""
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
-#: lib/verify.c:57
+#: lib/verify.c:61
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/verify.c:63
+#: lib/verify.c:67
 msgid "do not execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/verify.c:249
+#: lib/verify.c:253
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:267
+#: lib/verify.c:271
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:340
+#: lib/verify.c:344
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:421
+#: lib/verify.c:425
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
@@ -3788,59 +3824,59 @@ msgstr ""
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:534
+#: rpmio/rpmio.c:535
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:537
+#: rpmio/rpmio.c:538
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:540
+#: rpmio/rpmio.c:541
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:543
+#: rpmio/rpmio.c:544
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:546
+#: rpmio/rpmio.c:547
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:549
+#: rpmio/rpmio.c:550
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:552
+#: rpmio/rpmio.c:553
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:555
+#: rpmio/rpmio.c:556
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:558
+#: rpmio/rpmio.c:559
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:561
+#: rpmio/rpmio.c:562
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:564
+#: rpmio/rpmio.c:565
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:567
+#: rpmio/rpmio.c:568
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:571
+#: rpmio/rpmio.c:572
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1166
+#: rpmio/rpmio.c:1167
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
index 7b4137e..02f54eb 100755 (executable)
@@ -2,7 +2,7 @@ AC_INIT(popt.h)
 AM_CONFIG_HEADER(config.h)
 AC_PREREQ(2.12)
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(popt, 1.6.2)
+AM_INIT_AUTOMAKE(popt, 1.7)
 ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312"
 
 AC_ISC_POSIX
index faf6191..93dd393 100644 (file)
@@ -4,7 +4,7 @@
 #
 Summary: A C library for parsing command line parameters.
 Name: popt
-Version: 1.6.2
+Version: 1.7
 Release: 0.1
 Copyright: X Consortium
 Group: System Environment/Libraries
index 25de0c7..ea04e47 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -11,7 +11,7 @@
 
 Summary: The Red Hat package management system.
 Name: rpm
-%define version 4.0.3
+%define version 4.1
 Version: %{version}
 Release: 0.1
 Group: System Environment/Base
@@ -96,7 +96,7 @@ programs that will manipulate RPM packages and databases.
 %package -n popt
 Summary: A C library for parsing command line parameters.
 Group: Development/Libraries
-Version: 1.6.2
+Version: 1.7
 
 %description -n popt
 Popt is a C library for parsing command line parameters.  Popt was
index 410961f..6f4da2d 100644 (file)
@@ -96,7 +96,7 @@ programs that will manipulate RPM packages and databases.
 %package -n popt
 Summary: A C library for parsing command line parameters.
 Group: Development/Libraries
-Version: 1.6.2
+Version: 1.7
 
 %description -n popt
 Popt is a C library for parsing command line parameters.  Popt was