Explicit branchstate annotations.
authorjbj <devnull@localhost>
Mon, 15 Oct 2001 17:53:34 +0000 (17:53 +0000)
committerjbj <devnull@localhost>
Mon, 15 Oct 2001 17:53:34 +0000 (17:53 +0000)
CVS patchset: 5113
CVS date: 2001/10/15 17:53:34

136 files changed:
.lclintrc
beecrypt/entropy.c
beecrypt/memchunk.c
beecrypt/mtprng.c
beecrypt/rsakp.c
build.c
build/build.c
build/expression.c
build/files.c
build/myftw.h
build/pack.c
build/parseBuildInstallClean.c
build/parsePreamble.c
build/parseReqs.c
build/parseScript.c
build/parseSpec.c
build/reqprov.c
build/rpmbuild.h
build/spec.c
lib/Makefile.am
lib/cpio.c
lib/depends.c
lib/fs.c
lib/fsm.c
lib/fsm.h
lib/getdate.c
lib/hdrinline.h
lib/hdrproto.h
lib/header.c
lib/header.h
lib/header_internal.h
lib/manifest.c
lib/manifest.h
lib/misc.c
lib/package.c
lib/poptI.c
lib/poptK.c
lib/poptQV.c
lib/psm.c
lib/query.c
lib/rpmchecksig.c
lib/rpmcli.h
lib/rpminstall.c
lib/rpmlead.h
lib/rpmlib.h
lib/rpmlibprov.c
lib/rpmrc.c
lib/transaction.c
lib/verify.c
po/cs.po
po/da.po
po/de.po
po/en_RN.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/findme.h
popt/po/cs.po
popt/po/da.po
popt/po/de.po
popt/po/es.po
popt/po/eu_ES.po
popt/po/fi.po
popt/po/fr.po
popt/po/gl.po
popt/po/hu.po
popt/po/id.po
popt/po/is.po
popt/po/it.po
popt/po/ja.po
popt/po/ko.po
popt/po/no.po
popt/po/pl.po
popt/po/popt.pot
popt/po/pt.po
popt/po/pt_BR.po
popt/po/ro.po
popt/po/ru.po
popt/po/sk.po
popt/po/sl.po
popt/po/sr.po
popt/po/sv.po
popt/po/tr.po
popt/po/uk.po
popt/po/wa.po
popt/po/zh.po
popt/po/zh_CN.GB2312.po
popt/popt.c
popt/popthelp.c
rpmdb/db1.c
rpmdb/db3.c
rpmdb/dbconfig.c
rpmdb/falloc.c
rpmdb/falloc.h
rpmdb/fprint.c
rpmdb/rpmdb.c
rpmdb/rpmdb.h
rpmdb/rpmhash.c
rpmio/digest.c
rpmio/macro.c
rpmio/rpmio.c
rpmio/rpmio.h
rpmio/rpmio_internal.h
rpmio/rpmlog.c
rpmio/rpmlog.h
rpmio/rpmmacro.h
rpmio/rpmpgp.h
rpmio/rpmrpc.c
rpmio/rpmurl.h
rpmio/url.c
rpmqv.c
system.h

index 0a3f0e8..c8e67f6 100644 (file)
--- a/.lclintrc
+++ b/.lclintrc
@@ -1,7 +1,7 @@
 -I. -I./build -I./lib -I./rpmdb -I./rpmio -I./beecrypt -I./popt -I/usr/lib/gcc-lib/i386-redhat-linux/2.96/include -DHAVE_CONFIG_H -D_GNU_SOURCE -D_REENTRANT -DHAVE_DEV_DSP -DHAVE_SYS_SOUNDCARD
 
 #+partial
-#+forcehints
++forcehints
 
 -warnunixlib
 -warnposix
@@ -26,8 +26,6 @@
 -ifblock               # tedious
 -incondefs             # <bits/{ipc,pthreadtypes}.h> heartburn
 -matchfields           # <bits/ipc.h> heartburn
--modnomods             # 927 occurences
--modobserveruncon      # 192 occurences
 -mods                  # 281 occurences, errno will be a pita
 -namechecks            # tedious ANSI compliance checks
 -noeffectuncon         # 228 occurences, HGE_t needs special annotations
@@ -39,7 +37,6 @@
 -strictusereleased
 -stringliterallen 4096 # redhat*PubKey's are big
 -usedef                        # 303 occurences, HGE_t needs special annotations
--warnmissingglobs      # lots of global annotations needed
 -whileblock            # tedious
 
 # --- random anal-retentive parameters
 #controlnestdepth 15
 
 # --- not-yet at checks level
--predboolptr           # 773 occurences
-+enumint               # 93 occurences
-#-allglobs             # 131 occurrences
 -ansi-reserved         # goofy
-
--proto-param-match     # 51 occurences
-
-# don't-bother-me-yet parameters
--branchstate           # painful
--mustfree              # alloca is painful
++enumint               # 93 occurences
+-mustfree              # 1612 occurences, _free and alloca are painful
+-predboolptr           # 773 occurences
 
 # --- not-yet at standard level
 -boolops               # 1898 occurences
index 3b1c52a..2e07a0f 100644 (file)
@@ -416,7 +416,7 @@ static int entropy_noise_gather(int fd, int samplesize, int channels, int swap,
                return -1;
        }
 
-       /*@-infloops -infloopsuncon@*/
+       /*@-infloops -infloopsuncon -branchstate @*/
        while (randombits)
        {
                #if WIN32
@@ -581,7 +581,7 @@ static int entropy_noise_gather(int fd, int samplesize, int channels, int swap,
                        /*@notreached@*/ /*@switchbreak@*/ break;
                }
        }
-       /*@=infloops =infloopsuncon@*/
+       /*@=infloops =infloopsuncon =branchstate @*/
 
        #if WIN32
        waveInStop(wavein);
@@ -1014,6 +1014,7 @@ static int entropy_randombits(int fd, int timeout, uint32* data, int size)
        my_aiocb.aio_sigevent.sigev_notify = SIGEV_NONE;
        #endif
 
+       /*@-branchstate@*/
        while (bytesize)
        {
                #if ENABLE_AIO
@@ -1089,6 +1090,7 @@ static int entropy_randombits(int fd, int timeout, uint32* data, int size)
                bytedata += rc;
                bytesize -= rc;
        }
+       /*@=branchstate@*/
        return 0;
 }
 #endif
index 0e3a29c..2befd60 100644 (file)
@@ -74,6 +74,7 @@ void memchunkFree(memchunk* m)
 
 memchunk* memchunkResize(memchunk* m, int size)
 {
+       /*@-branchstate@*/
        if (m)
        {
                if (m->data)
@@ -91,6 +92,7 @@ memchunk* memchunkResize(memchunk* m, int size)
                        m->size = size;
                        /*@=nullderef@*/
        }
+       /*@=branchstate@*/
 
        /*@-nullret -compdef @*/        /* LCL: m->data might be NULL */
        return m;
index 015f7d0..165c1e2 100644 (file)
@@ -181,6 +181,7 @@ int mtprngNext(mtprngParam* mp, uint32* data, int size)
                #  endif
                # endif
                #endif
+               /*@-branchstate@*/
                while (size--)
                {
                        if (mp->left == 0)
@@ -194,6 +195,7 @@ int mtprngNext(mtprngParam* mp, uint32* data, int size)
                        mp->left--;
                        *(data++) = tmp;
                }
+               /*@=branchstate@*/
                #ifdef _REENTRANT
                # if WIN32
                if (!ReleaseMutex(mp->lock))
index 700a5e0..f60f9ec 100644 (file)
@@ -94,7 +94,7 @@ int rsakpMake(rsakp* kp, randomGeneratorContext* rgc, int nsize)
                        mp32prnd_w(&r, rgc, pqsize, mp32ptrials(pqsize << 5), &kp->e, temp);
                        /*@=globs@*/
 
-                       /*@-usedef@*/ /* r is set */
+                       /*@-usedef -branchstate @*/ /* r is set */
                        if (mp32le(pqsize, kp->p.modl, r.modl))
                        {
                                mp32bfree(&kp->q);
@@ -115,7 +115,7 @@ int rsakpMake(rsakp* kp, randomGeneratorContext* rgc, int nsize)
                                mp32bfree(&r);
                                newn = 0;
                        }
-                       /*@=usedef@*/
+                       /*@=usedef =branchstate @*/
                }
 
                mp32bset(&kp->n, nsize, temp);
diff --git a/build.c b/build.c
index b682c53..020e172 100644 (file)
--- a/build.c
+++ b/build.c
@@ -43,12 +43,14 @@ static int checkSpec(Header h)
     rc = rpmtransAddPackage(ts, h, NULL, NULL, 0, NULL);
 
     rc = rpmdepCheck(ts, &conflicts, &numConflicts);
+    /*@-branchstate@*/
     if (rc == 0 && conflicts) {
        rpmMessage(RPMMESS_ERROR, _("failed build dependencies:\n"));
        printDepProblems(stderr, conflicts, numConflicts);
        conflicts = rpmdepFreeConflicts(conflicts, numConflicts);
        rc = 1;
     }
+    /*@=branchstate@*/
 
     ts = rpmtransFree(ts);
     if (db != NULL)
@@ -122,8 +124,10 @@ static int buildForTarget(const char * arg, BTA_t ba,
     rpmSetTables(RPM_MACHTABLE_BUILDARCH, RPM_MACHTABLE_BUILDOS);
 #endif
 
+    /*@-branchstate@*/
     if (ba->buildRootOverride)
        buildRootURL = rpmGenPath(NULL, ba->buildRootOverride, NULL);
+    /*@=branchstate@*/
 
     if (ba->buildMode == 't') {
        FILE *fp;
index 60fc366..18ac635 100644 (file)
@@ -77,42 +77,44 @@ int doScript(Spec spec, int what, const char *name, StringBuf sb, int test)
     int status;
     int rc;
     
+    /*@-branchstate@*/
     switch (what) {
-      case RPMBUILD_PREP:
+    case RPMBUILD_PREP:
        name = "%prep";
        sb = spec->prep;
        mTemplate = "%{__spec_prep_template}";
        mPost = "%{__spec_prep_post}";
        break;
-      case RPMBUILD_BUILD:
+    case RPMBUILD_BUILD:
        name = "%build";
        sb = spec->build;
        mTemplate = "%{__spec_build_template}";
        mPost = "%{__spec_build_post}";
        break;
-      case RPMBUILD_INSTALL:
+    case RPMBUILD_INSTALL:
        name = "%install";
        sb = spec->install;
        mTemplate = "%{__spec_install_template}";
        mPost = "%{__spec_install_post}";
        break;
-      case RPMBUILD_CLEAN:
+    case RPMBUILD_CLEAN:
        name = "%clean";
        sb = spec->clean;
        mTemplate = "%{__spec_clean_template}";
        mPost = "%{__spec_clean_post}";
        break;
-      case RPMBUILD_RMBUILD:
+    case RPMBUILD_RMBUILD:
        name = "--clean";
        mTemplate = "%{__spec_clean_template}";
        mPost = "%{__spec_clean_post}";
        break;
-      case RPMBUILD_STRINGBUF:
-      default:
+    case RPMBUILD_STRINGBUF:
+    default:
        mTemplate = "%{___build_template}";
        mPost = "%{___build_post}";
        break;
     }
+    /*@=branchstate@*/
 
     if ((what != RPMBUILD_RMBUILD) && sb == NULL) {
        rc = 0;
@@ -136,17 +138,22 @@ int doScript(Spec spec, int what, const char *name, StringBuf sb, int test)
     }
 #endif
 
+    /*@-branchstate@*/
     if (fdGetFp(fd) == NULL)
        xfd = Fdopen(fd, "w.fpio");
     else
        xfd = fd;
+    /*@=branchstate@*/
+
     if ((fp = fdGetFp(xfd)) == NULL) {
        rc = RPMERR_SCRIPT;
        goto exit;
     }
     
     (void) urlPath(rootURL, &rootDir);
+    /*@-branchstate@*/
     if (*rootDir == '\0') rootDir = "/";
+    /*@=branchstate@*/
 
     (void) urlPath(scriptName, &buildScript);
 
index eb7e3da..9c79a1f 100644 (file)
@@ -332,6 +332,7 @@ static Value doPrimary(ParseState state)
 
   DEBUG(printf("doPrimary()\n"));
 
+  /*@-branchstate@*/
   switch (state->nextToken) {
   case TOK_OPEN_P:
     if (rdToken(state))
@@ -394,6 +395,7 @@ static Value doPrimary(ParseState state)
     return NULL;
     /*@notreached@*/ break;
   }
+  /*@=branchstate@*/
 
   DEBUG(valueDump("doPrimary:", v, stdout));
   return v;
@@ -414,6 +416,7 @@ static Value doMultiplyDivide(ParseState state)
   if (v1 == NULL)
     return NULL;
 
+  /*@-branchstate@*/
   while (state->nextToken == TOK_MULTIPLY
         || state->nextToken == TOK_DIVIDE) {
     int op = state->nextToken;
@@ -445,6 +448,7 @@ static Value doMultiplyDivide(ParseState state)
       return NULL;
     }
   }
+  /*@=branchstate@*/
 
   if (v2) valueFree(v2);
   return v1;
@@ -465,6 +469,7 @@ static Value doAddSubtract(ParseState state)
   if (v1 == NULL)
     return NULL;
 
+  /*@-branchstate@*/
   while (state->nextToken == TOK_ADD || state->nextToken == TOK_MINUS) {
     int op = state->nextToken;
 
@@ -505,6 +510,7 @@ static Value doAddSubtract(ParseState state)
       v1 = valueMakeString(copy);
     }
   }
+  /*@=branchstate@*/
 
   if (v2) valueFree(v2);
   return v1;
@@ -525,6 +531,7 @@ static Value doRelational(ParseState state)
   if (v1 == NULL)
     return NULL;
 
+  /*@-branchstate@*/
   while (state->nextToken >= TOK_EQ && state->nextToken <= TOK_GE) {
     int op = state->nextToken;
 
@@ -598,6 +605,7 @@ static Value doRelational(ParseState state)
       v1 = valueMakeInteger(r);
     }
   }
+  /*@=branchstate@*/
 
   if (v2) valueFree(v2);
   return v1;
@@ -618,6 +626,7 @@ static Value doLogical(ParseState state)
   if (v1 == NULL)
     return NULL;
 
+  /*@-branchstate@*/
   while (state->nextToken == TOK_LOGICAL_AND
         || state->nextToken == TOK_LOGICAL_OR) {
     int op = state->nextToken;
@@ -649,6 +658,7 @@ static Value doLogical(ParseState state)
       return NULL;
     }
   }
+  /*@=branchstate@*/
 
   if (v2) valueFree(v2);
   return v1;
@@ -732,6 +742,7 @@ char * parseExpressionString(Spec spec, const char *expr)
 
   DEBUG(valueDump("parseExprString:", v, stdout));
 
+  /*@-branchstate@*/
   switch (v->type) {
   case VALUE_TYPE_INTEGER: {
     char buf[128];
@@ -744,6 +755,7 @@ char * parseExpressionString(Spec spec, const char *expr)
   default:
     break;
   }
+  /*@=branchstate@*/
 
   state.str = _free(state.str);
   valueFree(v);
index d1c632a..5431e28 100644 (file)
@@ -254,7 +254,9 @@ static char *strtokWithQuotes(char *s, char *delim)
 
 /**
  */
-static void timeCheck(int tc, Header h)        /*@modifies internalState @*/
+static void timeCheck(int tc, Header h)
+       /*@globals internalState @*/
+       /*@modifies internalState @*/
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     HFD_t hfd = headerFreeData;
@@ -943,6 +945,7 @@ static int parseForSimple(/*@unused@*/Spec spec, Package pkg, char * buf,
            res = 1;
        }
 
+       /*@-branchstate@*/
        if (*s != '/') {
            if (fl->currentFlags & RPMFILE_DOC) {
                specialDoc = 1;
@@ -958,6 +961,7 @@ static int parseForSimple(/*@unused@*/Spec spec, Package pkg, char * buf,
        } else {
            *fileName = s;
        }
+       /*@=branchstate@*/
     }
 
     if (specialDoc) {
@@ -1400,10 +1404,12 @@ static void genCpioListAndHeader(/*@partial@*/ FileList fl,
            fi->fmapflags[i] |= CPIO_MULTILIB;
 
     }
+    /*@-branchstate@*/
     if (cpioList)
        *cpioList = fi;
     else
        fi = _free(fi);
+    /*@=branchstate@*/
   }
 }
 
@@ -1460,8 +1466,10 @@ static int addFile(FileList fl, const char * diskURL, struct stat * statp)
     }
 
     /* XXX make sure '/' can be packaged also */
+    /*@-branchstate@*/
     if (*fileURL == '\0')
        fileURL = "/";
+    /*@=branchstate@*/
 
     /* If we are using a prefix, validate the file */
     if (!fl->inFtw && fl->prefix) {
@@ -1686,6 +1694,7 @@ static int processBinaryFile(/*@unused@*/ Package pkg, FileList fl,
            goto exit;
        }
 
+       /*@-branchstate@*/
        rc = rpmGlob(diskURL, &argc, &argv);
        if (rc == 0 && argc >= 1 && !myGlobPatternP(argv[0])) {
            for (i = 0; i < argc; i++) {
@@ -1698,6 +1707,7 @@ static int processBinaryFile(/*@unused@*/ Package pkg, FileList fl,
                        diskURL);
            rc = 1;
        }
+       /*@=branchstate@*/
     } else {
        rc = addFile(fl, diskURL, NULL);
     }
@@ -1887,6 +1897,7 @@ static int processPackageFiles(Spec spec, Package pkg,
        if (fileName == NULL)
            continue;
 
+       /*@-branchstate@*/
        if (fl.isSpecialDoc) {
            /* Save this stuff for last */
            specialDoc = _free(specialDoc);
@@ -1897,6 +1908,7 @@ static int processPackageFiles(Spec spec, Package pkg,
            (void) processBinaryFile(pkg, &fl, fileName);
            /*@=nullstate@*/
        }
+       /*@=branchstate@*/
     }
 
     /* Now process special doc, if there is one */
@@ -1980,6 +1992,7 @@ void initSourceHeader(Spec spec)
 
     spec->sourceHeader = headerNew();
     /* Only specific tags are added to the source package header */
+    /*@-branchstate@*/
     for (hi = headerInitIterator(spec->packages->header);
        headerNextIterator(hi, &tag, &type, &ptr, &count);
        ptr = headerFreeData(ptr, type))
@@ -2013,8 +2026,10 @@ void initSourceHeader(Spec spec)
        }
     }
     hi = headerFreeIterator(hi);
+    /*@=branchstate@*/
 
     /* Add the build restrictions */
+    /*@-branchstate@*/
     for (hi = headerInitIterator(spec->buildRestrictions);
        headerNextIterator(hi, &tag, &type, &ptr, &count);
        ptr = headerFreeData(ptr, type))
@@ -2023,6 +2038,7 @@ void initSourceHeader(Spec spec)
            (void) headerAddEntry(spec->sourceHeader, tag, type, ptr, count);
     }
     hi = headerFreeIterator(hi);
+    /*@=branchstate@*/
 
     if (spec->BANames && spec->BACount > 0) {
        (void) headerAddEntry(spec->sourceHeader, RPMTAG_BUILDARCHS,
index 074f3ed..f4e7209 100644 (file)
@@ -22,6 +22,7 @@ typedef int (*myftwFunc) (void *fl, const char *name, struct stat *statp)
        /*@*/;
 
 int myftw (const char *dir, int descriptors, myftwFunc func, void *fl)
+       /*@globals fileSystem @*/
        /*@modifies *fl, fileSystem @*/;
 
 #ifdef __cplusplus
index 962b480..856051c 100644 (file)
@@ -333,10 +333,12 @@ int readRPM(const char *fileName, Spec *specp, struct rpmlead *lead,
        /*@notreached@*/ break;
     }
 
+    /*@-branchstate@*/
     if (specp)
        *specp = spec;
     else
        spec = freeSpec(spec);
+    /*@=branchstate@*/
 
     if (csa != NULL)
        csa->cpioFdIn = fdi;
@@ -408,6 +410,7 @@ int writeRPM(Header *hdrp, const char *fileName, int type,
        providePackageNVR(h);
 
     /* Save payload information */
+    /*@-branchstate@*/
     switch(type) {
     case RPMLEAD_SOURCE:
        rpmio_flags = rpmExpand("%{?_source_payload:%{_source_payload}}", NULL);
@@ -416,6 +419,7 @@ int writeRPM(Header *hdrp, const char *fileName, int type,
        rpmio_flags = rpmExpand("%{?_binary_payload:%{_binary_payload}}", NULL);
        break;
     }
+    /*@=branchstate@*/
     if (!(rpmio_flags && *rpmio_flags)) {
        rpmio_flags = _free(rpmio_flags);
        rpmio_flags = xstrdup("w9.gzdio");
index 9b35045..9012f78 100644 (file)
@@ -15,6 +15,7 @@ int parseBuildInstallClean(Spec spec, rpmParseState parsePart)
     StringBuf *sbp = NULL;
     const char *name = NULL;
 
+    /*@-branchstate@*/
     if (parsePart == PART_BUILD) {
        sbp = &(spec->build);
        name = "%build";
@@ -25,6 +26,7 @@ int parseBuildInstallClean(Spec spec, rpmParseState parsePart)
        sbp = &(spec->clean);
        name = "%clean";
     }
+    /*@=branchstate@*/
     
     if (*sbp != NULL) {
        rpmError(RPMERR_BADSPEC, _("line %d: second %s\n"),
index 3e07ecb..5c6400c 100644 (file)
@@ -548,7 +548,9 @@ static int handlePreambleTag(Spec spec, Package pkg, int tag, const char *macro,
 
                buildRootURL = _free(buildRootURL);
                (void) urlPath(specURL, (const char **)&field);
+               /*@-branchstate@*/
                if (*field == '\0') field = "/";
+               /*@=branchstate@*/
                buildRootURL = rpmGenPath(spec->rootURL, field, NULL);
                spec->buildRootURL = buildRootURL;
                field = (char *) buildRootURL;
@@ -559,7 +561,9 @@ static int handlePreambleTag(Spec spec, Package pkg, int tag, const char *macro,
        }
        buildRootURL = rpmGenPath(NULL, spec->buildRootURL, NULL);
        (void) urlPath(buildRootURL, &buildRoot);
+       /*@-branchstate@*/
        if (*buildRoot == '\0') buildRoot = "/";
+       /*@=branchstate@*/
        if (!strcmp(buildRoot, "/")) {
            rpmError(RPMERR_BADSPEC,
                     _("BuildRoot can not be \"/\": %s\n"), spec->buildRootURL);
@@ -757,6 +761,7 @@ static struct PreambleRec_s preambleList[] = {
 /**
  */
 static inline void initPreambleList(void)
+       /*@globals preambleList @*/
        /*@modifies preambleList @*/
 {
     PreambleRec p;
index 346373f..ab7c42d 100644 (file)
@@ -169,6 +169,7 @@ int parseRCPOT(Spec spec, Package pkg, const char *field, int tag,
          }
        }
 
+       /*@-branchstate@*/
        if (flags & RPMSENSE_SENSEMASK) {
            if (*v == '\0' || ve == v) {
                rpmError(RPMERR_BADSPEC, _("line %d: Version required: %s\n"),
@@ -181,6 +182,7 @@ int parseRCPOT(Spec spec, Package pkg, const char *field, int tag,
            re = ve;    /* ==> next token after version string starts here */
        } else
            version = NULL;
+       /*@=branchstate@*/
 
        (void) addReqProv(spec, h, flags, req, version, index);
 
index bc9030d..db0af7f 100644 (file)
@@ -100,6 +100,7 @@ int parseScript(Spec spec, int parsePart)
     prog = "/bin/sh";
     file = NULL;
     
+    /*@-branchstate@*/
     switch (parsePart) {
       case PART_PRE:
        tag = RPMTAG_PREIN;
@@ -153,6 +154,7 @@ int parseScript(Spec spec, int parsePart)
        partname = "%triggerpostun";
        break;
     }
+    /*@=branchstate@*/
 
     if (tag == RPMTAG_TRIGGERSCRIPTS) {
        /* break line into two */
index 04cb275..c65c285 100644 (file)
@@ -188,6 +188,7 @@ int readLine(Spec spec, int strip)
 
 retry:
     /* Make sure the current file is open */
+    /*@-branchstate@*/
     if (ofi->fd == NULL) {
        ofi->fd = Fopen(ofi->fileName, "r.fpio");
        if (ofi->fd == NULL || Ferror(ofi->fd)) {
@@ -198,6 +199,7 @@ retry:
        }
        spec->lineNum = ofi->lineNum = 0;
     }
+    /*@=branchstate@*/
 
     /* Make sure we have something in the read buffer */
     if (!(ofi->readPtr && *(ofi->readPtr))) {
@@ -394,7 +396,9 @@ int parseSpec(Spec *specp, const char *specFile, const char *rootURL,
     if (buildRootURL) {
        const char * buildRoot;
        (void) urlPath(buildRootURL, &buildRoot);
+       /*@-branchstate@*/
        if (*buildRoot == '\0') buildRoot = "/";
+       /*@=branchstate@*/
        if (!strcmp(buildRoot, "/")) {
             rpmError(RPMERR_BADSPEC,
                      _("BuildRoot can not be \"/\": %s\n"), buildRootURL);
@@ -528,12 +532,14 @@ fprintf(stderr, "*** PS buildRootURL(%s) %p macro set to %s\n", spec->buildRootU
             * further problem that the macro context, particularly
             * %{_target_cpu}, disagrees with the info in the header.
             */
+           /*@-branchstate@*/
            if (spec->BACount >= 1) {
                Spec nspec = spec->BASpecs[0];
                spec->BASpecs = _free(spec->BASpecs);
                spec = freeSpec(spec);
                spec = nspec;
            }
+           /*@=branchstate@*/
 
            *specp = spec;
            return 0;
index 98df9bd..11ca71b 100644 (file)
@@ -56,8 +56,10 @@ int addReqProv(/*@unused@*/ Spec spec, Header h,
 
     depFlags = (depFlags & (RPMSENSE_SENSEMASK | RPMSENSE_MULTILIB)) | extra;
 
+    /*@-branchstate@*/
     if (depEVR == NULL)
        depEVR = "";
+    /*@=branchstate@*/
     
     /* Check for duplicate dependencies. */
     if (hge(h, nametag, &dnt, (void **) &names, &len)) {
index de2856b..4ec66bb 100644 (file)
@@ -285,11 +285,11 @@ int parsePrep(Spec spec)
  * @param field                text to parse (e.g. "foo < 0:1.2-3, bar = 5:6.7")
  * @param tag          tag, identifies type of dependency
  * @param index                (0 always)
- * @param flags                dependency flags already known from context
+ * @param tagflags     dependency flags already known from context
  * @return             0 on success, RPMERR_BADSPEC on failure
  */
 int parseRCPOT(Spec spec, Package pkg, const char * field, int tag, int index,
-              rpmsenseFlags flags)
+              rpmsenseFlags tagflags)
        /*@globals rpmGlobalMacroContext @*/
        /*@modifies rpmGlobalMacroContext @*/;
 
@@ -390,8 +390,8 @@ int lookupPackage(Spec spec, /*@null@*/ const char * name, int flag,
  * @return             0 always
  */
 int addReqProv(/*@unused@*/Spec spec, Header h,
-               rpmsenseFlags flag, const char * depName, const char * depEVR,
-               int index)
+               rpmsenseFlags depFlags, const char * depName,
+               const char * depEVR, int index)
        /*@modifies h @*/;
 
 /** \ingroup rpmbuild
@@ -445,8 +445,8 @@ int processSourceFiles(Spec spec)
  * Parse spec file into spec control structure.
  * @retval specp       spec file control structure
  * @param specFile
- * @param rootdir
- * @param buildRoot
+ * @param rootURL
+ * @param buildRootURL
  * @param recursing    parse is recursive?
  * @param passPhrase
  * @param cookie
@@ -455,8 +455,8 @@ int processSourceFiles(Spec spec)
  * @return
  */
 int parseSpec(/*@out@*/ Spec * specp, const char * specFile,
-               /*@null@*/ const char * rootdir,
-               /*@null@*/ const char * buildRoot,
+               /*@null@*/ const char * rootURL,
+               /*@null@*/ const char * buildRootURL,
                int recursing,
                /*@null@*/ const char * passPhrase,
                /*@null@*/ char * cookie,
index 92f1159..319a484 100644 (file)
@@ -145,31 +145,31 @@ Package newPackage(Spec spec)
     return p;
 }
 
-Package freePackage(Package p)
+Package freePackage(Package pkg)
 {
-    if (p == NULL) return NULL;
+    if (pkg == NULL) return NULL;
     
-    p->preInFile = _free(p->preInFile);
-    p->postInFile = _free(p->postInFile);
-    p->preUnFile = _free(p->preUnFile);
-    p->postUnFile = _free(p->postUnFile);
-    p->verifyFile = _free(p->verifyFile);
-
-    p->header = headerFree(p->header);
-    p->fileList = freeStringBuf(p->fileList);
-    p->fileFile = _free(p->fileFile);
-    if (p->cpioList) {
-       TFI_t fi = p->cpioList;
-       p->cpioList = NULL;
+    pkg->preInFile = _free(pkg->preInFile);
+    pkg->postInFile = _free(pkg->postInFile);
+    pkg->preUnFile = _free(pkg->preUnFile);
+    pkg->postUnFile = _free(pkg->postUnFile);
+    pkg->verifyFile = _free(pkg->verifyFile);
+
+    pkg->header = headerFree(pkg->header);
+    pkg->fileList = freeStringBuf(pkg->fileList);
+    pkg->fileFile = _free(pkg->fileFile);
+    if (pkg->cpioList) {
+       TFI_t fi = pkg->cpioList;
+       pkg->cpioList = NULL;
        freeFi(fi);
        fi = _free(fi);
     }
 
-    p->specialDoc = freeStringBuf(p->specialDoc);
-    p->icon = freeSources(p->icon);
-    p->triggerFiles = freeTriggerFiles(p->triggerFiles);
+    pkg->specialDoc = freeStringBuf(pkg->specialDoc);
+    pkg->icon = freeSources(pkg->icon);
+    pkg->triggerFiles = freeTriggerFiles(pkg->triggerFiles);
 
-    p = _free(p);
+    pkg = _free(pkg);
     return NULL;
 }
 
@@ -253,6 +253,7 @@ int addSource(Spec spec, Package pkg, const char *field, int tag)
     int num = 0;
 
     buf[0] = '\0';
+    /*@-branchstate@*/
     switch (tag) {
       case RPMTAG_SOURCE:
        flag = RPMBUILD_ISSOURCE;
@@ -269,6 +270,7 @@ int addSource(Spec spec, Package pkg, const char *field, int tag)
        fieldp = NULL;
        break;
     }
+    /*@=branchstate@*/
 
     /* Get the number */
     if (tag != RPMTAG_ICON) {
@@ -341,12 +343,14 @@ static inline /*@only@*/ /*@null@*/ speclines newSl(void)
        /*@*/
 {
     speclines sl = NULL;
+    /*@-branchstate@*/
     if (specedit) {
        sl = xmalloc(sizeof(*sl));
        sl->sl_lines = NULL;
        sl->sl_nalloc = 0;
        sl->sl_nlines = 0;
     }
+    /*@=branchstate@*/
     return sl;
 }
 
@@ -371,12 +375,14 @@ static inline /*@only@*/ /*@null@*/ spectags newSt(void)
        /*@*/
 {
     spectags st = NULL;
+    /*@-branchstate@*/
     if (specedit) {
        st = xmalloc(sizeof(*st));
        st->st_t = NULL;
        st->st_nalloc = 0;
        st->st_ntags = 0;
     }
+    /*@=branchstate@*/
     return st;
 }
 
index ff8fc39..183806b 100644 (file)
@@ -68,14 +68,14 @@ getdate.c: getdate.y
         { echo "/*@-globstate -statictrans -unqualifiedtrans -noparams @*/";\
           echo "/*@-retvalint -usedef -varuse -nullderef -nullassign @*/";\
           echo "/*@-readonlytrans -modunconnomods -compdef @*/";\
-          echo "/*@-globs -evalorderuncon @*/";\
+          echo "/*@-globs -evalorderuncon -modobserveruncon -modnomods @*/";\
           sed  -e 's,y.tab.c,getdate.c,' y.tab.c \
                -e 's,^YYSTYPE ,static &,' \
                -e 's,^short ,static &,' \
                -e 's,^const short ,static &,' \
                -e 's,^int yydebug,/*@unused@*/ static &,' \
                -e 's,^int ,static &,' ;\
-          echo "/*@=globs =evalorderuncon @*/";\
+          echo "/*@=globs =evalorderuncon =modobserveruncon =modnomods @*/";\
           echo "/*@=readonlytrans =modunconnomods =compdef @*/";\
           echo "/*@=retvalint =usedef =varuse =nullderef =nullassign @*/";\
           echo "/*@=globstate =statictrans =unqualifiedtrans =noparams @*/";\
index b7a022c..8c5c2f1 100644 (file)
@@ -181,6 +181,7 @@ const char *const cpioStrerror(int rc)
     int l, myerrno = errno;
 
     strcpy(msg, "cpio: ");
+    /*@-branchstate@*/
     switch (rc) {
     default:
        s = msg + strlen(msg);
@@ -216,17 +217,20 @@ const char *const cpioStrerror(int rc)
     case CPIOERR_INTERNAL:     s = _("Internal error");        break;
     case CPIOERR_UNMAPPED_FILE:        s = _("Archive file not in header"); break;
     }
+    /*@=branchstate@*/
 
     l = sizeof(msg) - strlen(msg) - 1;
     if (s != NULL) {
        if (l > 0) strncat(msg, s, l);
        l -= strlen(s);
     }
+    /*@-branchstate@*/
     if ((rc & CPIOERR_CHECK_ERRNO) && myerrno) {
        s = _(" failed - ");
        if (l > 0) strncat(msg, s, l);
        l -= strlen(s);
        if (l > 0) strncat(msg, strerror(myerrno), l);
     }
+    /*@=branchstate@*/
     return msg;
 }
index a69f566..48d7f0b 100644 (file)
@@ -505,7 +505,9 @@ static void parseEVR(char * evr,
        epoch = evr;
        *s++ = '\0';
        version = s;
+       /*@-branchstate@*/
        if (*epoch == '\0') epoch = "0";
+       /*@=branchstate@*/
     } else {
        epoch = NULL;   /* XXX disable epoch compare if missing */
        version = evr;
@@ -688,19 +690,21 @@ int headerMatchesDepFlags(Header h,
     return rpmRangesOverlap(name, pkgEVR, pkgFlags, reqName, reqEVR, reqFlags);
 }
 
-rpmTransactionSet rpmtransCreateSet(rpmdb rpmdb, const char * rootDir)
+rpmTransactionSet rpmtransCreateSet(rpmdb db, const char * rootDir)
 {
     rpmTransactionSet ts;
     int rootLen;
 
+    /*@-branchstate@*/
     if (!rootDir) rootDir = "";
+    /*@=branchstate@*/
 
     ts = xcalloc(1, sizeof(*ts));
     ts->filesystemCount = 0;
     ts->filesystems = NULL;
     ts->di = NULL;
     /*@-assignexpose@*/
-    ts->rpmdb = rpmdb;
+    ts->rpmdb = db;
     /*@=assignexpose@*/
     ts->scriptFd = NULL;
     ts->id = 0;
@@ -823,8 +827,10 @@ int rpmtransAddPackage(rpmTransactionSet ts, Header h, FD_t fd,
                ts->addedPackages.list;
     ts->order[ts->orderCount++].u.addedIndex = alNum;
 
+    /*@-branchstate@*/
     if (!upgrade || ts->rpmdb == NULL)
        return 0;
+    /*@=branchstate@*/
 
     /* XXX binary rpms always have RPMTAG_SOURCERPM, source rpms do not */
     if (headerIsEntry(h, RPMTAG_SOURCEPACKAGE))
@@ -837,6 +843,7 @@ int rpmtransAddPackage(rpmTransactionSet ts, Header h, FD_t fd,
 
        mi = rpmdbInitIterator(ts->rpmdb, RPMTAG_NAME, name, 0);
        while((h2 = rpmdbNextIterator(mi)) != NULL) {
+           /*@-branchstate@*/
            if (rpmVersionCompare(h, h2))
                (void) removePackage(ts, rpmdbGetIteratorOffset(mi), alNum);
            else {
@@ -851,6 +858,7 @@ int rpmtransAddPackage(rpmTransactionSet ts, Header h, FD_t fd,
                    ts->addedPackages.list[alNum].multiLib = multiLibMask;
                }
            }
+           /*@=branchstate@*/
        }
        mi = rpmdbFreeIterator(mi);
     }
@@ -884,12 +892,14 @@ int rpmtransAddPackage(rpmTransactionSet ts, Header h, FD_t fd,
                 * Rpm prior to 3.0.3 does not have versioned obsoletes.
                 * If no obsoletes version info is available, match all names.
                 */
+               /*@-branchstate@*/
                if (obsoletesEVR == NULL ||
                    headerMatchesDepFlags(h2,
                        obsoletes[j], obsoletesEVR[j], obsoletesFlags[j]))
                {
                    (void) removePackage(ts, rpmdbGetIteratorOffset(mi), alNum);
                }
+               /*@=branchstate@*/
            }
            mi = rpmdbFreeIterator(mi);
          }
@@ -1133,11 +1143,13 @@ alAllSatisfiesDepend(const availableList al,
            /*@switchbreak@*/ break;
        }
 
+       /*@-branchstate@*/
        if (rc) {
            ret = xrealloc(ret, (found + 2) * sizeof(*ret));
            if (ret)    /* can't happen */
                ret[found++] = p;
        }
+       /*@=branchstate@*/
     }
 
     if (ret)
@@ -1677,6 +1689,7 @@ static int ignoreDep(const struct availablePackage * p,
  */
 static void markLoop(/*@special@*/ struct tsortInfo * tsi,
                struct availablePackage * q)
+       /*@globals internalState @*/
        /*@uses tsi @*/
        /*@modifies internalState @*/
 {
@@ -1755,6 +1768,7 @@ zapRelation(struct availablePackage * q, struct availablePackage * p,
        /*
         * Attempt to unravel a dependency loop by eliminating Requires's.
         */
+       /*@-branchstate@*/
        if (zap && !(p->requireFlags[j] & RPMSENSE_PREREQ)) {
            rpmMessage(RPMMESS_DEBUG,
                        _("removing %s-%s-%s \"%s\" from tsort relations.\n"),
@@ -1769,6 +1783,7 @@ zapRelation(struct availablePackage * q, struct availablePackage * p,
            if (zap)
                zap--;
        }
+       /*@=branchstate@*/
        /* XXX Note: the loop traverses "not found", get out now! */
        break;
     }
@@ -2047,6 +2062,7 @@ rescan:
 
        /* T11. Print all dependency loops. */
        if ((r = ts->addedPackages.list) != NULL)
+       /*@-branchstate@*/
        for (i = 0; i < npkgs; i++, r++) {
            int printed;
 
@@ -2093,6 +2109,7 @@ rescan:
                p->tsi.tsi_reqx = 0;
            }
        }
+       /*@=branchstate@*/
 
        /* If a relation was eliminated, then continue sorting. */
        /* XXX TODO: add control bit. */
@@ -2251,6 +2268,7 @@ int rpmdepCheck(rpmTransactionSet ts,
     /*
      * Look at the removed packages and make sure they aren't critical.
      */
+    /*@-branchstate@*/
     if (ts->numRemovedPackages > 0) {
       mi = rpmdbInitIterator(ts->rpmdb, RPMDBI_PACKAGES, NULL, 0);
       (void) rpmdbAppendIterator(mi,
@@ -2330,6 +2348,7 @@ int rpmdepCheck(rpmTransactionSet ts,
       }
       mi = rpmdbFreeIterator(mi);
     }
+    /*@=branchstate@*/
 
     if (ps->num) {
        *conflicts = ps->problems;
@@ -2342,7 +2361,9 @@ exit:
     mi = rpmdbFreeIterator(mi);
     ps->problems = _free(ps->problems);
     ps = _free(ps);
+    /*@-branchstate@*/
     if (_cacheDependsRC)
        (void) rpmdbCloseDBI(ts->rpmdb, RPMDBI_DEPENDS);
+    /*@=branchstate@*/
     return rc;
 }
index ea17653..8f17378 100644 (file)
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -337,10 +337,12 @@ int rpmGetFilesystemUsage(const char ** fileList, int_32 * fssizes, int numFiles
 
     sourceDir = _free(sourceDir);
 
+    /*@-branchstate@*/
     if (usagesPtr)
        *usagesPtr = usages;
     else
        usages = _free(usages);
+    /*@=branchstate@*/
 
     return 0;
 }
index 50eab65..0bfcd67 100644 (file)
--- a/lib/fsm.c
+++ b/lib/fsm.c
@@ -357,12 +357,15 @@ static int saveHardLink(/*@special@*/ /*@partial@*/ FSM_t fsm)
     int j;
 
     /* Find hard link set. */
+    /*@-branchstate@*/
     for (fsm->li = fsm->links; fsm->li; fsm->li = fsm->li->next) {
        if (fsm->li->sb.st_ino == st->st_ino && fsm->li->sb.st_dev == st->st_dev)
            break;
     }
+    /*@=branchstate@*/
 
     /* New hard link encountered, add new link to set. */
+    /*@-branchstate@*/
     if (fsm->li == NULL) {
        fsm->li = xcalloc(1, sizeof(*fsm->li));
        fsm->li->next = NULL;
@@ -385,6 +388,7 @@ static int saveHardLink(/*@special@*/ /*@partial@*/ FSM_t fsm)
        /*@=kepttrans@*/
        fsm->links = fsm->li;
     }
+    /*@=branchstate@*/
 
     if (fsm->goal == FSM_PKGBUILD) --fsm->li->linksLeft;
     fsm->li->filex[fsm->li->linksLeft] = fsm->ix;
@@ -451,11 +455,13 @@ FSM_t freeFSM(FSM_t fsm)
 {
     if (fsm) {
        fsm->path = _free(fsm->path);
+       /*@-branchstate@*/
        while ((fsm->li = fsm->links) != NULL) {
            fsm->links = fsm->li->next;
            fsm->li->next = NULL;
            fsm->li = freeHardLink(fsm->li);
        }
+       /*@=branchstate@*/
        fsm->dnlx = _free(fsm->dnlx);
        fsm->ldn = _free(fsm->ldn);
        fsm->iter = mapFreeIterator(fsm->iter);
@@ -673,6 +679,7 @@ int fsmMapAttrs(FSM_t fsm)
  */
 static int expandRegular(/*@special@*/ FSM_t fsm)
        /*@uses fsm->sb @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * fmd5sum;
@@ -736,6 +743,7 @@ exit:
  */
 static int writeFile(/*@special@*/ FSM_t fsm, int writeData)
        /*@uses fsm->path, fsm->opath, fsm->sb, fsm->osb, fsm->cfd @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * path = fsm->path;
@@ -749,6 +757,7 @@ static int writeFile(/*@special@*/ FSM_t fsm, int writeData)
 
     st->st_size = (writeData ? ost->st_size : 0);
 
+    /*@-branchstate@*/
     if (S_ISDIR(st->st_mode)) {
        st->st_size = 0;
     } else if (S_ISLNK(st->st_mode)) {
@@ -762,6 +771,7 @@ static int writeFile(/*@special@*/ FSM_t fsm, int writeData)
        st->st_size = fsm->rdnb;
        symbuf = alloca_strdup(fsm->rdbuf);     /* XXX save readlink return. */
     }
+    /*@=branchstate@*/
 
     if (fsm->mapFlags & CPIO_MAP_ABSOLUTE) {
        int nb = strlen(fsm->dirName) + strlen(fsm->baseName) + sizeof(".");
@@ -871,6 +881,7 @@ exit:
  */
 static int writeLinkedFile(/*@special@*/ FSM_t fsm)
        /*@uses fsm->path, fsm->nsuffix, fsm->ix, fsm->li, fsm->failedFile @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * path = fsm->path;
@@ -915,6 +926,7 @@ static int writeLinkedFile(/*@special@*/ FSM_t fsm)
  */
 static int fsmMakeLinks(/*@special@*/ FSM_t fsm)
        /*@uses fsm->path, fsm->opath, fsm->nsuffix, fsm->ix, fsm->li @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * path = fsm->path;
@@ -934,6 +946,7 @@ static int fsmMakeLinks(/*@special@*/ FSM_t fsm)
     rc = fsmStage(fsm, FSM_MAP);
     fsm->opath = fsm->path;
     fsm->path = NULL;
+    /*@-branchstate@*/
     for (i = 0; i < fsm->li->nlink; i++) {
        if (fsm->li->filex[i] < 0) continue;
        if (i == fsm->li->createdPath) continue;
@@ -954,6 +967,7 @@ static int fsmMakeLinks(/*@special@*/ FSM_t fsm)
 
        fsm->li->linksLeft--;
     }
+    /*@=branchstate@*/
     fsm->path = _free(fsm->path);
     fsm->opath = _free(fsm->opath);
 
@@ -972,6 +986,7 @@ static int fsmMakeLinks(/*@special@*/ FSM_t fsm)
 static int fsmCommitLinks(/*@special@*/ FSM_t fsm)
        /*@uses fsm->path, fsm->nsuffix, fsm->ix, fsm->sb,
                fsm->li, fsm->links @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * path = fsm->path;
@@ -985,10 +1000,12 @@ static int fsmCommitLinks(/*@special@*/ FSM_t fsm)
     fsm->nsuffix = NULL;
     fsm->ix = -1;
 
+    /*@-branchstate@*/
     for (fsm->li = fsm->links; fsm->li; fsm->li = fsm->li->next) {
        if (fsm->li->sb.st_ino == st->st_ino && fsm->li->sb.st_dev == st->st_dev)
            break;
     }
+    /*@=branchstate@*/
 
     for (i = 0; i < fsm->li->nlink; i++) {
        if (fsm->li->filex[i] < 0) continue;
@@ -1012,6 +1029,7 @@ static int fsmCommitLinks(/*@special@*/ FSM_t fsm)
  */
 static int fsmRmdirs(/*@special@*/ FSM_t fsm)
        /*@uses fsm->path, fsm->dnlx, fsm->ldn, fsm->rdbuf, fsm->iter @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     const char * path = fsm->path;
@@ -1066,6 +1084,7 @@ static int fsmMkdirs(/*@special@*/ FSM_t fsm)
        /*@uses fsm->path, fsm->sb, fsm->osb, fsm->rdbuf, fsm->iter,
                fsm->ldn, fsm->ldnlen, fsm->ldnalloc @*/
        /*@defines fsm->dnlx, fsm->ldn @*/
+       /*@globals fileSystem@*/
        /*@modifies fsm, fileSystem @*/
 {
     struct stat * st = &fsm->sb;
@@ -1237,6 +1256,7 @@ int fsmStage(FSM_t fsm, fileStage stage)
     }
 #undef _fafilter
 
+    /*@-branchstate@*/
     switch (stage) {
     case FSM_UNKNOWN:
        break;
@@ -2103,6 +2123,7 @@ if (!(fsm->mapFlags & CPIO_ALL_HARDLINKS)) break;
     default:
        break;
     }
+    /*@=branchstate@*/
 
     if (!(stage & FSM_INTERNAL)) {
        fsm->rc = (rc == CPIOERR_HDR_TRAILER ? 0 : rc);
index 4bcceac..e53388f 100644 (file)
--- a/lib/fsm.h
+++ b/lib/fsm.h
@@ -212,6 +212,7 @@ int fsmSetup(FSM_t fsm, fileStage goal,
                FD_t cfd,
                /*@out@*/ unsigned int * archiveSize,
                /*@out@*/ const char ** failedFile)
+       /*@globals fileSystem @*/
        /*@modifies fsm, *archiveSize, *failedFile, fileSystem  @*/;
 
 /**
@@ -262,6 +263,7 @@ int fsmMapAttrs(FSM_t fsm)
  * @return             0 on success
  */
 int fsmStage(/*@partial@*/ FSM_t fsm, fileStage stage)
+       /*@globals fileSystem @*/
        /*@modifies fsm, fileSystem @*/;
 
 #ifdef __cplusplus
index 15ee041..e0fe263 100644 (file)
@@ -1,7 +1,7 @@
 /*@-globstate -statictrans -unqualifiedtrans -noparams @*/
 /*@-retvalint -usedef -varuse -nullderef -nullassign @*/
 /*@-readonlytrans -modunconnomods -compdef @*/
-/*@-globs -evalorderuncon @*/
+/*@-globs -evalorderuncon -modobserveruncon -modnomods @*/
 #ifndef lint
 static char const 
 yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $";
@@ -1594,7 +1594,7 @@ yyabort:
 yyaccept:
     return (0);
 }
-/*@=globs =evalorderuncon @*/
+/*@=globs =evalorderuncon =modobserveruncon =modnomods @*/
 /*@=readonlytrans =modunconnomods =compdef @*/
 /*@=retvalint =usedef =varuse =nullderef =nullassign @*/
 /*@=globstate =statictrans =unqualifiedtrans =noparams @*/
index 3a9c580..883fe04 100644 (file)
@@ -178,7 +178,7 @@ unsigned int headerSizeof(/*@null@*/ Header h, enum hMagic magicp)
  */
 /*@unused@*/ static inline
 /*@null@*/ Header headerRead(FD_t fd, enum hMagic magicp)
-       /*@modifies fd, fileSystem @*/
+       /*@modifies fd @*/
 {
     return hdrVec->hdrread(fd, magicp);
 }
@@ -192,7 +192,7 @@ unsigned int headerSizeof(/*@null@*/ Header h, enum hMagic magicp)
  */
 /*@unused@*/ static inline
 int headerWrite(FD_t fd, /*@null@*/ Header h, enum hMagic magicp)
-       /*@modifies fd, h, fileSystem @*/
+       /*@modifies fd, h @*/
 {
     /*@-abstract@*/
     if (h == NULL) return 0;
@@ -406,19 +406,19 @@ int headerRemoveEntry(Header h, int_32 tag)
  *
  * @param h            header
  * @param fmt          format to use
- * @param tags         array of tag name/value pairs
+ * @param tbltags      array of tag name/value pairs
  * @param extensions   chained table of formatting extensions.
  * @retval errmsg      error message (if any)
  * @return             formatted output string (malloc'ed)
  */
 /*@unused@*/ static inline
 /*@only@*/ char * headerSprintf(Header h, const char * fmt,
-                    const struct headerTagTableEntry_s * tags,
+                    const struct headerTagTableEntry_s * tbltags,
                     const struct headerSprintfExtension_s * extensions,
                     /*@null@*/ /*@out@*/ errmsg_t * errmsg)
        /*@modifies *errmsg @*/
 {
-    return (h2hv(h)->hdrsprintf) (h, fmt, tags, extensions, errmsg);
+    return (h2hv(h)->hdrsprintf) (h, fmt, tbltags, extensions, errmsg);
 }
 
 /** \ingroup header
index 8adf442..ed0844d 100644 (file)
@@ -100,6 +100,7 @@ unsigned int headerSizeof(/*@null@*/ Header h, enum hMagic magicp)
  * @return             0 on success, 1 on error
  */
 int headerWrite(FD_t fd, /*@null@*/ Header h, enum hMagic magicp)
+       /*@globals fileSystem @*/
        /*@modifies fd, h, fileSystem @*/;
 
 /** \ingroup header
@@ -117,7 +118,7 @@ int headerWrite(FD_t fd, /*@null@*/ Header h, enum hMagic magicp)
  * @return             header (or NULL on error)
  */
 /*@null@*/ Header headerRead(FD_t fd, enum hMagic magicp)
-       /*@modifies fd, fileSystem @*/;
+       /*@modifies fd @*/;
 
 /** \ingroup header
  * Check if tag is in header.
@@ -271,13 +272,13 @@ int headerRemoveEntry(Header h, int_32 tag)
  *
  * @param h            header
  * @param fmt          format to use
- * @param tags         array of tag name/value pairs
+ * @param tbltags      array of tag name/value pairs
  * @param extensions   chained table of formatting extensions.
  * @retval errmsg      error message (if any)
  * @return             formatted output string (malloc'ed)
  */
 /*@only@*/ char * headerSprintf(Header h, const char * fmt,
-                    const struct headerTagTableEntry_s * tags,
+                    const struct headerTagTableEntry_s * tbltags,
                     const struct headerSprintfExtension_s * extensions,
                     /*@null@*/ /*@out@*/ errmsg_t * errmsg)
        /*@modifies *errmsg @*/;
index 2284054..6cf2f48 100644 (file)
@@ -740,6 +740,7 @@ Header headerCopy(Header h)
     int_32 tag, type, count;
     hPTR_t ptr;
    
+    /*@-branchstate@*/
     for (hi = headerInitIterator(h);
        headerNextIterator(hi, &tag, &type, &ptr, &count);
        ptr = headerFreeData((void *)ptr, type))
@@ -747,6 +748,7 @@ Header headerCopy(Header h)
        if (ptr) (void) headerAddEntry(nh, tag, type, ptr, count);
     }
     hi = headerFreeIterator(hi);
+    /*@=branchstate@*/
 
     return headerReload(nh, HEADER_IMAGE);
 }
@@ -930,13 +932,17 @@ Header headerCopyLoad(const void * uh)
     Header h = NULL;
 
     /* Sanity checks on header intro. */
+    /*@-branchstate@*/
     if (!(hdrchkTags(il) || hdrchkData(dl)) && pvlen < headerMaxbytes) {
        nuh = memcpy(xmalloc(pvlen), uh, pvlen);
        if ((h = headerLoad(nuh)) != NULL)
            h->flags |= HEADERFLAG_ALLOCATED;
     }
+    /*@=branchstate@*/
+    /*@-branchstate@*/
     if (h == NULL)
        nuh = _free(nuh);
+    /*@=branchstate@*/
     return h;
 }
 
@@ -1587,7 +1593,9 @@ int headerAddI18NString(Header h, int_32 tag, const char * string, const char *
 
     if (!table)
        return 0;
+    /*@-branchstate@*/
     if (!lang) lang = "C";
+    /*@=branchstate@*/
 
     {  const char * l = table->data;
        for (langNum = 0; langNum < table->info.count; langNum++) {
@@ -1701,10 +1709,12 @@ int headerModifyEntry(Header h, int_32 tag, int_32 type, hPTR_t p, int_32 c)
     entry->info.type = type;
     entry->data = grabData(type, p, c, &entry->length);
 
+    /*@-branchstate@*/
     if (ENTRY_IN_REGION(entry)) {
        entry->info.offset = 0;
     } else
        oldData = _free(oldData);
+    /*@=branchstate@*/
 
     return 1;
 }
@@ -2278,6 +2288,7 @@ static char * formatValue(sprintfTag tag, Header h,
     headerSprintfExtension ext;
 
     memset(buf, 0, sizeof(buf));
+    /*@-branchstate@*/
     if (tag->ext) {
        if (getExtension(h, tag->ext, &type, &data, &count, 
                         extCache + tag->extNum))
@@ -2295,6 +2306,7 @@ static char * formatValue(sprintfTag tag, Header h,
 
        mayfree = 1;
     }
+    /*@=branchstate@*/
 
     if (tag->arrayCount) {
        /*@-observertrans -modobserver@*/
@@ -2326,6 +2338,7 @@ static char * formatValue(sprintfTag tag, Header h,
        }
     }
     
+    /*@-branchstate@*/
     switch (type) {
     case RPM_STRING_ARRAY_TYPE:
        strarray = (const char **)data;
@@ -2399,6 +2412,7 @@ static char * formatValue(sprintfTag tag, Header h,
        val = xstrdup(_("(unknown type)"));
        break;
     }
+    /*@=branchstate@*/
 
     return val;
 }
@@ -2566,13 +2580,13 @@ freeExtensionCache(const headerSprintfExtension extensions,
 }
 
 char * headerSprintf(Header h, const char * fmt, 
-               const struct headerTagTableEntry_s * tabletags,
+               const struct headerTagTableEntry_s * tbltags,
                const struct headerSprintfExtension_s * extensions,
                errmsg_t * errmsg)
 {
     /*@-castexpose@*/  /* FIX: legacy API shouldn't change. */
     headerSprintfExtension exts = (headerSprintfExtension) extensions;
-    headerTagTableEntry tags = (headerTagTableEntry) tabletags;
+    headerTagTableEntry tags = (headerTagTableEntry) tbltags;
     /*@=castexpose@*/
     char * fmtString;
     sprintfToken format;
index 87ca03d..d2fa40a 100644 (file)
@@ -396,7 +396,7 @@ typedef
  */
 typedef
 /*@null@*/ Header (*HDRhdrread) (FD_t fd, enum hMagic magicp)
-       /*@modifies fd, fileSystem @*/;
+       /*@modifies fd @*/;
 
 /** \ingroup header
  * Write (with unload) header to file handle.
@@ -407,6 +407,7 @@ typedef
  */
 typedef
 int (*HDRhdrwrite) (FD_t fd, /*@null@*/ Header h, enum hMagic magicp)
+       /*@globals fileSystem @*/
        /*@modifies fd, h, fileSystem @*/;
 
 /** \ingroup header
index 7ae69c6..d6fd351 100644 (file)
@@ -174,6 +174,7 @@ int headerGetRawEntry(Header h, int_32 tag,
 /*@unused@*/
 void headerDump(Header h, FILE *f, int flags,
                const struct headerTagTableEntry_s * tags)
+       /*@globals fileSystem @*/
        /*@modifies f, fileSystem @*/;
 #define HEADER_DUMP_INLINE   1
 
index c122383..2ffb6e6 100644 (file)
@@ -105,8 +105,10 @@ int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
        appendStringBuf(sb, s);
     }
 
+    /*@-branchstate@*/
     if (s == NULL)             /* XXX always true */
        s = getStringBuf(sb);
+    /*@=branchstate@*/
 
     if (!(s && *s)) {
        rc = 1;
@@ -148,12 +150,14 @@ int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
        *argcPtr = ac;
 
 exit:
+    /*@-branchstate@*/
     if (argvPtr == NULL || (rc != 0 && av)) {
        if (av)
        for (i = 0; i < ac; i++)
            /*@-unqualifiedtrans@*/av[i] = _free(av[i]); /*@=unqualifiedtrans@*/
        /*@-dependenttrans@*/ av = _free(av); /*@=dependenttrans@*/
     }
+    /*@=branchstate@*/
     sb = freeStringBuf(sb);
     /*@-nullstate@*/
     return rc;
index 6ca4429..d62d74f 100644 (file)
@@ -25,6 +25,7 @@ char * rpmPermsString(int mode)
  * @retval argvPtr             args themselves
  */
 int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
+       /*@globals fileSystem @*/
        /*@modifies fd, *argcPtr, *argvPtr, fileSystem @*/;
 
 #ifdef __cplusplus
index ef2b996..4771919 100644 (file)
@@ -106,7 +106,9 @@ int rpmfileexists(const char * urlfn)
     int urltype = urlPath(urlfn, &fn);
     struct stat buf;
 
+    /*@-branchstate@*/
     if (*fn == '\0') fn = "/";
+    /*@=branchstate@*/
     switch (urltype) {
     case URL_IS_FTP:   /* XXX WRONG WRONG WRONG */
     case URL_IS_HTTP:  /* XXX WRONG WRONG WRONG */
@@ -152,6 +154,7 @@ int dosetenv(const char * name, const char * value, int overwrite)
 }
 
 static int rpmMkpath(const char * path, mode_t mode, uid_t uid, gid_t gid)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     char * d, * de;
@@ -210,9 +213,12 @@ int makeTempFile(const char * prefix, const char ** fnptr, FD_t * fdptr)
     FD_t fd = NULL;
     int ran;
 
+    /*@-branchstate@*/
     if (!prefix) prefix = "";
+    /*@=branchstate@*/
 
     /* Create the temp directory if it doesn't already exist. */
+    /*@-branchstate@*/
     if (!_initialized) {
        _initialized = 1;
        /*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
@@ -221,6 +227,7 @@ int makeTempFile(const char * prefix, const char ** fnptr, FD_t * fdptr)
        if (rpmMkpath(tempfn, 0755, (uid_t) -1, (gid_t) -1))
            goto errxit;
     }
+    /*@=branchstate@*/
 
     /* XXX should probably use mkstemp here */
     srand(time(NULL));
@@ -286,10 +293,12 @@ int makeTempFile(const char * prefix, const char ** fnptr, FD_t * fdptr)
        break;
     }
 
+    /*@-branchstate@*/
     if (fnptr)
        *fnptr = tempfn;
     else 
        tempfn = _free(tempfn);
+    /*@=branchstate@*/
     *fdptr = fd;
 
     return 0;
@@ -373,6 +382,7 @@ void compressFilelist(Header h)
        goto exit;
     }
 
+    /*@-branchstate@*/
     for (i = 0; i < count; i++) {
        const char ** needle;
        char savechar;
@@ -399,6 +409,7 @@ void compressFilelist(Header h)
        *baseName = savechar;
        baseNames[i] = baseName;
     }
+    /*@=branchstate@*/
 
 exit:
     if (count > 0) {
@@ -458,10 +469,12 @@ static void doBuildFileList(Header h, /*@out@*/ const char *** fileListPtr,
     baseNames = hfd(baseNames, bnt);
     dirNames = hfd(dirNames, dnt);
 
+    /*@-branchstate@*/
     if (fileListPtr)
        *fileListPtr = fileNames;
     else
        fileNames = _free(fileNames);
+    /*@=branchstate@*/
     if (fileCountPtr) *fileCountPtr = count;
 }
 
@@ -472,6 +485,7 @@ void expandFilelist(Header h)
     const char ** fileNames = NULL;
     int count = 0;
 
+    /*@-branchstate@*/
     if (!headerIsEntry(h, RPMTAG_OLDFILENAMES)) {
        doBuildFileList(h, &fileNames, &count, RPMTAG_BASENAMES,
                        RPMTAG_DIRNAMES, RPMTAG_DIRINDEXES);
@@ -481,6 +495,7 @@ void expandFilelist(Header h)
                        fileNames, count);
        fileNames = _free(fileNames);
     }
+    /*@=branchstate@*/
 
     (void) hre(h, RPMTAG_DIRNAMES);
     (void) hre(h, RPMTAG_BASENAMES);
@@ -603,10 +618,12 @@ fprintf(stderr, "*** rpmGlob argv[%d] \"%s\"\n", argc, argv[argc]);
 if (_debug)
 fprintf(stderr, "*** GLOB maxb %d diskURL %d %*s globURL %p %s\n", (int)maxb, (int)nb, (int)nb, av[j], globURL, globURL);
        
+       /*@-branchstate@*/
        if (argc == 0)
            argv = xmalloc((gl.gl_pathc+1) * sizeof(*argv));
        else if (gl.gl_pathc > 0)
            argv = xrealloc(argv, (argc+gl.gl_pathc+1) * sizeof(*argv));
+       /*@=branchstate@*/
        for (i = 0; i < gl.gl_pathc; i++) {
            const char * globFile = &(gl.gl_pathv[i][0]);
            if (globRoot > globURL && globRoot[-1] == '/')
index 3ae46c0..42be6dc 100644 (file)
@@ -190,6 +190,7 @@ static rpmRC readPackageHeaders(FD_t fd,
         * careful. This fixup makes queries give the new values though,
         * which is quite handy.
         */
+       /*@-branchstate@*/
        if (headerGetEntry(*hdr, RPMTAG_DEFAULTPREFIX, NULL,
                           (void **) &defaultPrefix, NULL))
        {
@@ -198,6 +199,7 @@ static rpmRC readPackageHeaders(FD_t fd,
            (void) headerAddEntry(*hdr, RPMTAG_PREFIXES, RPM_STRING_ARRAY_TYPE,
                           &defaultPrefix, 1); 
        }
+       /*@=branchstate@*/
 
        /*
         * The file list was moved to a more compressed format which not
index ab5453c..8d99f1d 100644 (file)
@@ -35,10 +35,12 @@ static void installArgCallback( /*@unused@*/ poptContext con,
                /*@unused@*/ enum poptCallbackReason reason,
                const struct poptOption * opt, const char * arg,
                /*@unused@*/ const void * data)
+       /*@globals rpmIArgs */
        /*@modifies rpmIArgs */
 {
     struct rpmInstallArguments_s * ia = &rpmIArgs;
 
+    /*@-branchstate@*/
     switch (opt->val) {
     case POPT_EXCLUDEPATH:
        if (arg == NULL || *arg != '/') 
@@ -80,6 +82,7 @@ static void installArgCallback( /*@unused@*/ poptContext con,
        ia->rbtid = tid;
       }        break;
     }
+    /*@=branchstate@*/
 }
 
 /**
index ba8f6e2..942cb60 100644 (file)
@@ -21,6 +21,7 @@ static void signArgCallback( /*@unused@*/ poptContext con,
                /*@unused@*/ enum poptCallbackReason reason,
                const struct poptOption * opt, /*@unused@*/ const char * arg,
                /*@unused@*/ const void * data)
+       /*@globals rpmKArgs @*/
        /*@modifies rpmKArgs @*/
 {
     struct rpmSignArguments_s * rka = &rpmKArgs;
index 9fa8bca..d8f0774 100644 (file)
@@ -28,6 +28,7 @@ static void rpmQVSourceArgCallback( /*@unused@*/ poptContext con,
                /*@unused@*/ enum poptCallbackReason reason,
                const struct poptOption * opt, /*@unused@*/ const char * arg, 
                /*@unused@*/ const void * data)
+       /*@globals rpmQVArgs @*/
        /*@modifies rpmQVArgs @*/
 {
     QVA_t qva = &rpmQVArgs;
@@ -106,6 +107,7 @@ static void queryArgCallback(/*@unused@*/poptContext con,
                /*@unused@*/enum poptCallbackReason reason,
                const struct poptOption * opt, const char * arg, 
                /*@unused@*/ const void * data)
+       /*@globals rpmQVArgs @*/
        /*@modifies rpmQVArgs @*/
 {
     QVA_t qva = &rpmQVArgs;
@@ -127,6 +129,7 @@ static void queryArgCallback(/*@unused@*/poptContext con,
     case POPT_QUERYFORMAT:
        if (arg) {
            char * qf = (char *)qva->qva_queryFormat;
+           /*@-branchstate@*/
            if (qf) {
                int len = strlen(qf) + strlen(arg) + 1;
                qf = xrealloc(qf, len);
@@ -135,6 +138,7 @@ static void queryArgCallback(/*@unused@*/poptContext con,
                qf = xmalloc(strlen(arg) + 1);
                strcpy(qf, arg);
            }
+           /*@=branchstate@*/
            qva->qva_queryFormat = qf;
        }
        break;
index d051755..7a2ccaf 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -91,7 +91,9 @@ void loadFi(Header h, TFI_t fi)
     fi->hre = (HRE_t) headerRemoveEntry;
     fi->hfd = hfd = headerFreeData;
 
+    /*@-branchstate@*/
     if (h && fi->h == NULL)    fi->h = headerLink(h);
+    /*@=branchstate@*/
 
     /* Duplicate name-version-release so that headers can be free'd. */
     rc = hge(fi->h, RPMTAG_NAME, NULL, (void **) &fi->name, NULL);
@@ -891,10 +893,12 @@ static int runScript(PSM_t psm, Header h,
 
     if (script) {
        FD_t fd;
+       /*@-branchstate@*/
        if (makeTempFile((!ts->chrootDone ? ts->rootDir : "/"), &fn, &fd)) {
            if (freePrefixes) free(prefixes);
            return 1;
        }
+       /*@=branchstate@*/
 
        if (rpmIsDebug() &&
            (!strcmp(argv[0], "/bin/sh") || !strcmp(argv[0], "/bin/bash")))
@@ -954,6 +958,7 @@ static int runScript(PSM_t psm, Header h,
        (void) dup2(pipes[0], STDIN_FILENO);
        (void) close(pipes[0]);
 
+       /*@-branchstate@*/
        if (ts->scriptFd != NULL) {
            int sfdno = Fileno(ts->scriptFd);
            int ofdno = Fileno(out);
@@ -969,17 +974,21 @@ static int runScript(PSM_t psm, Header h,
                (void) Fclose (ts->scriptFd);
            }
        }
+       /*@=branchstate@*/
 
+       /*@-branchstate@*/
        {   const char *ipath = rpmExpand("PATH=%{_install_script_path}", NULL);
            const char *path = SCRIPT_PATH;
 
            if (ipath && ipath[5] != '%')
                path = ipath;
+
            (void) doputenv(path);
            /*@-modobserver@*/
            ipath = _free(ipath);
            /*@=modobserver@*/
        }
+       /*@=branchstate@*/
 
        for (i = 0; i < numPrefixes; i++) {
            sprintf(prefixBuf, "RPM_INSTALL_PREFIX%d=%s", i, prefixes[i]);
@@ -1034,11 +1043,13 @@ static int runScript(PSM_t psm, Header h,
 
     (void) Fclose(out);        /* XXX dup'd STDOUT_FILENO */
     
+    /*@-branchstate@*/
     if (script) {
        if (!rpmIsDebug())
            (void) unlink(fn);
        fn = _free(fn);
     }
+    /*@=branchstate@*/
 
     return rc;
 }
@@ -1070,12 +1081,14 @@ static rpmRC runInstScript(PSM_t psm)
     (void) hge(fi->h, psm->progTag, &ptt, (void **) &programArgv, &programArgc);
     (void) hge(fi->h, psm->scriptTag, &stt, (void **) &script, NULL);
 
+    /*@-branchstate@*/
     if (programArgv && ptt == RPM_STRING_TYPE) {
        argv = alloca(sizeof(char *));
        *argv = (const char *) programArgv;
     } else {
        argv = (const char **) programArgv;
     }
+    /*@=branchstate@*/
 
     rc = runScript(psm, fi->h, tag2sln(psm->scriptTag), programArgc, argv,
                script, psm->scriptArg, -1);
@@ -1348,6 +1361,7 @@ int psmStage(PSM_t psm, pkgStage stage)
     rpmRC rc = psm->rc;
     int saveerrno;
 
+    /*@-branchstate@*/
     switch (stage) {
     case PSM_UNKNOWN:
        break;
@@ -1965,6 +1979,7 @@ fprintf(stderr, "*** PSM_RDB_LOAD: header #%u not found\n", fi->record);
     default:
        break;
     }
+    /*@=branchstate@*/
 
     /*@-nullstate@*/   /* FIX: psm->oh and psm->fi->h may be NULL. */
     return rc;
index 683ec44..cc0da5e 100644 (file)
@@ -147,7 +147,7 @@ static int countLinks(int_16 * fileRdevList, int_32 * fileInodeList, int nfiles,
     return nlink;
 }
 
-int showQueryPackage(QVA_t qva, /*@unused@*/rpmdb rpmdb, Header h)
+int showQueryPackage(QVA_t qva, /*@unused@*/rpmdb db, Header h)
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     HFD_t hfd = headerFreeData;
@@ -192,6 +192,7 @@ int showQueryPackage(QVA_t qva, /*@unused@*/rpmdb rpmdb, Header h)
     if (queryFormat) {
        const char * str = queryHeader(h, queryFormat);
        nonewline = 1;
+       /*@-branchstate@*/
        if (str) {
            size_t tb = (te - t);
            size_t sb = strlen(str);
@@ -205,6 +206,7 @@ int showQueryPackage(QVA_t qva, /*@unused@*/rpmdb rpmdb, Header h)
            /*@=usereleased@*/
            str = _free(str);
        }
+       /*@=branchstate@*/
     }
 
     if (!(queryFlags & QUERY_FOR_LIST))
@@ -402,6 +404,7 @@ exit:
  */
 static void
 printNewSpecfile(Spec spec)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     Header h;
@@ -413,6 +416,7 @@ printNewSpecfile(Spec spec)
     if (sl == NULL || st == NULL)
        return;
 
+    /*@-branchstate@*/
     for (i = 0; i < st->st_ntags; i++) {
        spectag t = st->st_t + i;
        const char * tn = tagName(t->t_tag);
@@ -487,6 +491,7 @@ printNewSpecfile(Spec spec)
            /*@switchbreak@*/ break;
        }
     }
+    /*@=branchstate@*/
     msgstr = _free(msgstr);
 
     for (i = 0; i < sl->sl_nlines; i++) {
@@ -556,7 +561,7 @@ int (*parseSpecVec) (Spec *specp, const char *specFile, const char *rootdir,
 /*@=redecl@*/
 
 int rpmQueryVerify(QVA_t qva, rpmQVSources source, const char * arg,
-       rpmdb rpmdb, QVF_t showPackage)
+       rpmdb db, QVF_t showPackage)
 {
     rpmdbMatchIterator mi = NULL;
     Header h;
@@ -566,6 +571,7 @@ int rpmQueryVerify(QVA_t qva, rpmQVSources source, const char * arg,
     const char ** av = NULL;
     char * end = NULL;
 
+    /*@-branchstate@*/
     switch (source) {
     case RPMQV_RPM:
     {  int ac = 0;
@@ -613,7 +619,7 @@ restart:
 
            /* Query a package file. */
            if (rpmrc == RPMRC_OK) {
-               retcode = showPackage(qva, rpmdb, h);
+               retcode = showPackage(qva, db, h);
                h = headerFree(h);
                continue;
            }
@@ -693,7 +699,7 @@ restart:
 
     case RPMQV_ALL:
        /* RPMDBI_PACKAGES */
-       mi = rpmdbInitIterator(rpmdb, RPMDBI_PACKAGES, NULL, 0);
+       mi = rpmdbInitIterator(db, RPMDBI_PACKAGES, NULL, 0);
        if (mi == NULL) {
            rpmError(RPMERR_QUERYINFO, _("no packages\n"));
            retcode = 1;
@@ -711,7 +717,7 @@ restart:
        break;
 
     case RPMQV_GROUP:
-       mi = rpmdbInitIterator(rpmdb, RPMTAG_GROUP, arg, 0);
+       mi = rpmdbInitIterator(db, RPMTAG_GROUP, arg, 0);
        if (mi == NULL) {
            rpmError(RPMERR_QUERYINFO,
                _("group %s does not contain any packages\n"), arg);
@@ -722,7 +728,7 @@ restart:
        break;
 
     case RPMQV_TRIGGEREDBY:
-       mi = rpmdbInitIterator(rpmdb, RPMTAG_TRIGGERNAME, arg, 0);
+       mi = rpmdbInitIterator(db, RPMTAG_TRIGGERNAME, arg, 0);
        if (mi == NULL) {
            rpmError(RPMERR_QUERYINFO, _("no package triggers %s\n"), arg);
            retcode = 1;
@@ -732,7 +738,7 @@ restart:
        break;
 
     case RPMQV_WHATREQUIRES:
-       mi = rpmdbInitIterator(rpmdb, RPMTAG_REQUIRENAME, arg, 0);
+       mi = rpmdbInitIterator(db, RPMTAG_REQUIRENAME, arg, 0);
        if (mi == NULL) {
            rpmError(RPMERR_QUERYINFO, _("no package requires %s\n"), arg);
            retcode = 1;
@@ -743,7 +749,7 @@ restart:
 
     case RPMQV_WHATPROVIDES:
        if (arg[0] != '/') {
-           mi = rpmdbInitIterator(rpmdb, RPMTAG_PROVIDENAME, arg, 0);
+           mi = rpmdbInitIterator(db, RPMTAG_PROVIDENAME, arg, 0);
            if (mi == NULL) {
                rpmError(RPMERR_QUERYINFO, _("no package provides %s\n"), arg);
                retcode = 1;
@@ -774,7 +780,7 @@ restart:
            fn = xstrdup(arg);
        (void) rpmCleanPath(fn);
 
-       mi = rpmdbInitIterator(rpmdb, RPMTAG_BASENAMES, fn, 0);
+       mi = rpmdbInitIterator(db, RPMTAG_BASENAMES, fn, 0);
        if (mi == NULL) {
            int myerrno = 0;
            if (access(fn, F_OK) != 0)
@@ -817,7 +823,7 @@ restart:
        }
        rpmMessage(RPMMESS_DEBUG, _("package record number: %u\n"), recOffset);
        /* RPMDBI_PACKAGES */
-       mi = rpmdbInitIterator(rpmdb, RPMDBI_PACKAGES, &recOffset, sizeof(recOffset));
+       mi = rpmdbInitIterator(db, RPMDBI_PACKAGES, &recOffset, sizeof(recOffset));
        if (mi == NULL) {
            rpmError(RPMERR_QUERY,
                _("record %u could not be read\n"), recOffset);
@@ -829,7 +835,7 @@ restart:
 
     case RPMQV_PACKAGE:
        /* XXX HACK to get rpmdbFindByLabel out of the API */
-       mi = rpmdbInitIterator(rpmdb, RPMDBI_LABEL, arg, 0);
+       mi = rpmdbInitIterator(db, RPMDBI_LABEL, arg, 0);
        if (mi == NULL) {
            rpmError(RPMERR_QUERYINFO, _("package %s is not installed\n"), arg);
            retcode = 1;
@@ -838,13 +844,14 @@ restart:
        }
        break;
     }
+    /*@=branchstate@*/
    
     return retcode;
 }
 
 int rpmQuery(QVA_t qva, rpmQVSources source, const char * arg)
 {
-    rpmdb rpmdb = NULL;
+    rpmdb db = NULL;
     int rc;
 
     switch (source) {
@@ -852,15 +859,15 @@ int rpmQuery(QVA_t qva, rpmQVSources source, const char * arg)
     case RPMQV_SPECFILE:
        break;
     default:
-       if (rpmdbOpen(qva->qva_prefix, &rpmdb, O_RDONLY, 0644))
+       if (rpmdbOpen(qva->qva_prefix, &db, O_RDONLY, 0644))
            return 1;
        break;
     }
 
-    rc = rpmQueryVerify(qva, source, arg, rpmdb, showQueryPackage);
+    rc = rpmQueryVerify(qva, source, arg, db, showQueryPackage);
 
-    if (rpmdb != NULL)
-       (void) rpmdbClose(rpmdb);
+    if (db != NULL)
+       (void) rpmdbClose(db);
 
     return rc;
 }
index a5ea603..8e2a578 100644 (file)
@@ -134,6 +134,7 @@ int rpmReSign(rpmResignFlags flags, char * passPhrase, const char ** argv)
     rpmRC rc;
     
     tmprpm[0] = '\0';
+    /*@-branchstate@*/
     if (argv)
     while ((rpm = *argv++) != NULL) {
 
@@ -228,6 +229,7 @@ int rpmReSign(rpmResignFlags flags, char * passPhrase, const char ** argv)
        (void) rename(trpm, rpm);
        tmprpm[0] = '\0';
     }
+    /*@=branchstate@*/
 
     res = 0;
 
@@ -279,6 +281,7 @@ int rpmCheckSig(rpmCheckSigFlags flags, const char ** argv)
 
     memset(dig, 0, sizeof(*dig));
 
+    /*@-branchstate@*/
     while ((pkgfn = *argv++) != NULL) {
 
        if (manageFile(&fd, &pkgfn, O_RDONLY, 0)) {
@@ -565,6 +568,7 @@ fprintf(stderr, "========================= Red Hat DSA Public Key\n");
        mp32nfree(&dig->c);
        mp32nfree(&dig->rsahm);
     }
+    /*@=branchstate@*/
 
     dig->sha1ctx = _free(dig->sha1ctx);
     dig->sha1 = _free(dig->sha1);
index 674c3fa..8061055 100644 (file)
@@ -527,12 +527,12 @@ typedef enum rpmResignFlags_e {
 
 /** \ingroup rpmcli
  * Create/modify elements in signature header.
- * @param add          type of signature operation
+ * @param flags                type of signature operation
  * @param passPhrase
  * @param argv         array of package file names (NULL terminated)
  * @return             0 on success
  */
-int rpmReSign(rpmResignFlags add, char * passPhrase,
+int rpmReSign(rpmResignFlags flags, char * passPhrase,
                /*@null@*/ const char ** argv)
        /*@globals rpmGlobalMacroContext,
                fileSystem, internalState @*/
index 90ac3a4..33318a0 100644 (file)
@@ -31,6 +31,7 @@ static int progressCurrent = 0;
 /**
  */
 static void printHash(const unsigned long amount, const unsigned long total)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int hashesNeeded;
@@ -74,6 +75,7 @@ void * rpmShowProgress(/*@null@*/ const void * arg,
                        const unsigned long total,
                        /*@null@*/ const void * pkgKey,
                        /*@null@*/ void * data)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     /*@-castexpose@*/
@@ -220,6 +222,7 @@ int rpmInstall(const char * rootdir, const char ** fileArgv,
     }
 
     /* Build fully globbed list of arguments in argv[argc]. */
+    /*@-branchstate@*/
     /*@-temptrans@*/
     for (eiu->fnp = fileArgv; *eiu->fnp != NULL; eiu->fnp++) {
     /*@=temptrans@*/
@@ -232,6 +235,7 @@ int rpmInstall(const char * rootdir, const char ** fileArgv,
        eiu->argc += ac;
        eiu->argv[eiu->argc] = NULL;
     }
+    /*@=branchstate@*/
     av = _free(av);    ac = 0;
 
 restart:
@@ -496,6 +500,7 @@ restart:
            stopInstall = 1;
        }
 
+       /*@-branchstate@*/
        if (!stopInstall && conflicts) {
            rpmMessage(RPMMESS_ERROR, _("failed dependencies:\n"));
            printDepProblems(stderr, conflicts, numConflicts);
@@ -503,6 +508,7 @@ restart:
            eiu->numFailed = eiu->numPkgs;
            stopInstall = 1;
        }
+       /*@=branchstate@*/
     }
 
     if (eiu->numRPMS && !(interfaceFlags & INSTALL_NOORDER)) {
@@ -641,6 +647,7 @@ int rpmErase(const char * rootdir, const char ** argv,
            stopUninstall = 1;
        }
 
+       /*@-branchstate@*/
        if (!stopUninstall && conflicts) {
            rpmMessage(RPMMESS_ERROR, _("removing these packages would break "
                              "dependencies:\n"));
@@ -649,6 +656,7 @@ int rpmErase(const char * rootdir, const char ** argv,
            numFailed += numPackages;
            stopUninstall = 1;
        }
+       /*@=branchstate@*/
     }
 
     if (!stopUninstall) {
@@ -767,6 +775,7 @@ IDTX IDTXload(rpmdb db, rpmTag tag)
     HGE_t hge = (HGE_t) headerGetEntry;
     Header h;
 
+    /*@-branchstate@*/
     mi = rpmdbInitIterator(db, tag, NULL, 0);
     while ((h = rpmdbNextIterator(mi)) != NULL) {
        rpmTagType type = RPM_NULL_TYPE;
@@ -798,6 +807,7 @@ IDTX IDTXload(rpmdb db, rpmTag tag)
        idtx->nidt++;
     }
     mi = rpmdbFreeIterator(mi);
+    /*@=branchstate@*/
 
     return IDTXsort(idtx);
 }
@@ -841,6 +851,7 @@ IDTX IDTXglob(const char * globstr, rpmTag tag)
        }
 
        tidp = NULL;
+       /*@-branchstate@*/
        if (hge(h, tag, &type, (void **) &tidp, &count) && tidp) {
 
            idtx = IDTXgrow(idtx, 1);
@@ -859,6 +870,7 @@ IDTX IDTXglob(const char * globstr, rpmTag tag)
            }
            idtx->nidt++;
        }
+       /*@=branchstate@*/
 
        h = headerFree(h);
        (void) Fclose(fd);
index fe32a07..a50566f 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
  * @return             0 on success, 1 on error
  */
 int writeLead(FD_t fd, const struct rpmlead *lead)
-       /*@globals fileSystem@*/
+       /*@globals fileSystem @*/
        /*@modifies fd, fileSystem @*/;
 
 /** \ingroup lead
@@ -29,7 +29,7 @@ int writeLead(FD_t fd, const struct rpmlead *lead)
  * @return             0 on success, 1 on error
  */
 int readLead(FD_t fd, /*@out@*/ struct rpmlead *lead)
-       /*@modifies fd, *lead, fileSystem @*/;
+       /*@modifies fd, *lead @*/;
 
 #ifdef __cplusplus
 }
index caa337a..1f58e05 100644 (file)
@@ -543,8 +543,8 @@ enum rpm_machtable_e {
  */
 int rpmReadConfigFiles(/*@null@*/ const char * file,
                /*@null@*/ const char * target)
-       /*@globals fileSystem@*/
-       /*@modifies fileSystem @*/;
+       /*@globals fileSystem, internalState @*/
+       /*@modifies fileSystem, internalState @*/;
 
 /** \ingroup rpmrc
  * Read rpmrc (and macro) configuration file(s).
@@ -552,8 +552,8 @@ int rpmReadConfigFiles(/*@null@*/ const char * file,
  * @return             0 on succes
  */
 int rpmReadRC(/*@null@*/ const char * rcfiles)
-       /*@globals fileSystem@*/
-       /*@modifies fileSystem @*/;
+       /*@globals fileSystem, internalState @*/
+       /*@modifies fileSystem, internalState  @*/;
 
 /** \ingroup rpmrc
  * Return current arch name and/or number.
@@ -597,8 +597,8 @@ int rpmMachineScore(int type, const char * name)
  * @return             0 always
  */
 int rpmShowRC(FILE * fp)
-       /*@globals fileSystem@*/
-       /*@modifies *fp, fileSystem @*/;
+       /*@globals fileSystem, internalState @*/
+       /*@modifies *fp, fileSystem, internalState  @*/;
 
 /** \ingroup rpmrc
  * @deprecated Use addMacro to set _target_* macros.
@@ -608,7 +608,7 @@ int rpmShowRC(FILE * fp)
  * @param osTable
  */
 void rpmSetTables(int archTable, int osTable)
-       /*@globals fileSystem, internalState@*/
+       /*@globals fileSystem, internalState @*/
        /*@modifies fileSystem, internalState @*/;
 
 /** \ingroup rpmrc
@@ -622,7 +622,7 @@ void rpmSetTables(int archTable, int osTable)
  * @param os           os name (or NULL)
  */
 void rpmSetMachine(/*@null@*/ const char * arch, /*@null@*/ const char * os)
-       /*@globals fileSystem, internalState@*/
+       /*@globals fileSystem, internalState @*/
        /*@modifies fileSystem, internalState @*/;
 
 /** \ingroup rpmrc
@@ -643,7 +643,7 @@ void rpmGetMachine( /*@null@*/ /*@out@*/ const char **arch,
  * @todo Eliminate from API.
  */
 void rpmFreeRpmrc(void)
-       /*@globals internalState@*/
+       /*@globals internalState @*/
        /*@modifies internalState @*/;
 
 /*@}*/
@@ -669,51 +669,51 @@ extern int dbiTagsMax;
 
 /** \ingroup rpmdb
  * Open rpm database.
- * @param root         path to top of install tree
+ * @param prefix       path to top of install tree
  * @retval dbp         address of rpm database
  * @param mode         open(2) flags:  O_RDWR or O_RDONLY (O_CREAT also)
  * @param perms                database permissions
  * @return             0 on success
  */
-int rpmdbOpen (/*@null@*/ const char * root, /*@null@*/ /*@out@*/ rpmdb * dbp,
+int rpmdbOpen (/*@null@*/ const char * prefix, /*@null@*/ /*@out@*/ rpmdb * dbp,
                int mode, int perms)
        /*@globals fileSystem@*/
        /*@modifies *dbp, fileSystem @*/;
 
 /** \ingroup rpmdb
  * Initialize database.
- * @param root         path to top of install tree
+ * @param prefix       path to top of install tree
  * @param perms                database permissions
  * @return             0 on success
  */
-int rpmdbInit(/*@null@*/ const char * root, int perms)
+int rpmdbInit(/*@null@*/ const char * prefix, int perms)
        /*@globals fileSystem@*/
        /*@modifies fileSystem @*/;
 
 /** \ingroup rpmdb
  * Verify database components.
- * @param root         path to top of install tree
+ * @param prefix       path to top of install tree
  * @return             0 on success
  */
-int rpmdbVerify(/*@null@*/ const char * root)
+int rpmdbVerify(/*@null@*/ const char * prefix)
        /*@globals fileSystem@*/
        /*@modifies fileSystem @*/;
 
 /** \ingroup rpmdb
  * Close all database indices and free rpmdb.
- * @param rpmdb                rpm database
+ * @param db           rpm database
  * @return             0 on success
  */
-int rpmdbClose (/*@only@*/ /*@null@*/ rpmdb rpmdb)
+int rpmdbClose (/*@only@*/ /*@null@*/ rpmdb db)
        /*@globals fileSystem@*/
        /*@modifies fileSystem @*/;
 
 /** \ingroup rpmdb
  * Sync all database indices.
- * @param rpmdb                rpm database
+ * @param db           rpm database
  * @return             0 on success
  */
-int rpmdbSync (/*@null@*/ rpmdb rpmdb)
+int rpmdbSync (/*@null@*/ rpmdb db)
        /*@globals fileSystem@*/
        /*@modifies fileSystem @*/;
 
@@ -895,7 +895,7 @@ int rpmdbSetIteratorModified(/*@null@*/ rpmdbMatchIterator mi, int modified)
  */
 /*@only@*/ /*@null@*/ rpmdbMatchIterator rpmdbInitIterator(
                        /*@kept@*/ /*@null@*/ rpmdb db, int rpmtag,
-                       /*@null@*/ const void * key, size_t keylen)
+                       /*@null@*/ const void * keyp, size_t keylen)
        /*@globals fileSystem@*/
        /*@modifies db, fileSystem @*/;
 
@@ -914,18 +914,19 @@ int rpmdbAdd(/*@null@*/ rpmdb db, int iid, Header h)
  * Remove package header from rpm database and indices.
  * @param db           rpm database
  * @param rid          remove transaction id (rid = 0 or -1 to skip)
- * @param offset       location in Packages dbi
+ * @param hdrNum       package instance number in database
  * @return             0 on success
  */
-int rpmdbRemove(/*@null@*/ rpmdb db, /*@unused@*/ int rid, unsigned int offset)
+int rpmdbRemove(/*@null@*/ rpmdb db, /*@unused@*/ int rid, unsigned int hdrNum)
        /*@globals fileSystem@*/
        /*@modifies db, fileSystem @*/;
 
 /** \ingroup rpmdb
  * Rebuild database indices from package headers.
- * @param root         path to top of install tree
+ * @param prefix       path to top of install tree
+ * @return             0 on success
  */
-int rpmdbRebuild(/*@null@*/ const char * root)
+int rpmdbRebuild(/*@null@*/ const char * prefix)
        /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
@@ -1231,12 +1232,12 @@ typedef /*@abstract@*/ struct rpmTransactionSet_s * rpmTransactionSet;
 
 /** \ingroup rpmtrans
  * Create an empty transaction set.
- * @param rpmdb                rpm database (may be NULL if database is not accessed)
+ * @param db           rpm database (may be NULL if database is not accessed)
  * @param rootdir      path to top of install tree
  * @return             transaction set
  */
 /*@only@*/ rpmTransactionSet rpmtransCreateSet(
-               /*@null@*/ /*@kept@*/ rpmdb rpmdb,
+               /*@null@*/ /*@kept@*/ rpmdb db,
                /*@null@*/ const char * rootDir)
        /*@*/;
 
index 0424b60..f934f6d 100644 (file)
@@ -90,20 +90,26 @@ int rpmGetRpmlibProvides(const char *** provNames, int ** provFlags,
         versions[n] = rpmlibProvides[n].featureEVR;
     }
     
+    /*@-branchstate@*/
     if (provNames)
        *provNames = names;
     else
        names = _free(names);
+    /*@=branchstate@*/
 
+    /*@-branchstate@*/
     if (provFlags)
        *provFlags = flags;
     else
        flags = _free(flags);
+    /*@=branchstate@*/
 
+    /*@-branchstate@*/
     if (provVersions)
        *provVersions = versions;
     else
        versions = _free(versions);
+    /*@=branchstate@*/
 
     /*@-compmempass@*/ /* FIX: rpmlibProvides[] reachable */
     return n;
index 6a16b62..e379dd6 100644 (file)
@@ -1,4 +1,4 @@
-/*@-internalglobs -globs@*/
+/*@-branchstate@*/
 #include "system.h"
 
 #include <stdarg.h>
 
 /*@access FD_t@*/              /* compared with NULL */
 
-/*@observer@*/ static const char *defrcfiles =
-       LIBRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc";
+/*@observer@*/ /*@unchecked@*/
+static const char *defrcfiles = LIBRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc";
 
-/*@observer@*/ const char * macrofiles = MACROFILES;
+/*@observer@*/ /*@checked@*/
+const char * macrofiles = MACROFILES;
 
 typedef /*@owned@*/ const char * cptr_t;
 
@@ -91,6 +92,7 @@ typedef struct tableType_s {
 } * tableType;
 
 /*@-fullinitblock@*/
+/*@unchecked@*/
 static struct tableType_s tables[RPM_MACHTABLE_COUNT] = {
     { "arch", 1, 0 },
     { "os", 1, 0 },
@@ -101,6 +103,7 @@ static struct tableType_s tables[RPM_MACHTABLE_COUNT] = {
 /* this *must* be kept in alphabetical order */
 /* The order of the flags is archSpecific, required, macroize, localize */
 
+/*@unchecked@*/
 static struct rpmOption optionTable[] = {
     { "include",               RPMVAR_INCLUDE,                 0, 1,   0, 2 },
     { "macrofiles",            RPMVAR_MACROFILES,              0, 0,   0, 1 },
@@ -108,25 +111,45 @@ static struct rpmOption optionTable[] = {
     { "provides",               RPMVAR_PROVIDES,                0, 0,  0, 0 },
 };
 /*@=fullinitblock@*/
+
+/*@unchecked@*/
 static int optionTableSize = sizeof(optionTable) / sizeof(*optionTable);
 
 #define OS     0
 #define ARCH   1
 
+/*@unchecked@*/
 static cptr_t current[2];
+
+/*@unchecked@*/
 static int currTables[2] = { RPM_MACHTABLE_INSTOS, RPM_MACHTABLE_INSTARCH };
+
+/*@unchecked@*/
 static struct rpmvarValue values[RPMVAR_NUM];
+
+/*@unchecked@*/
 static int defaultsInitialized = 0;
 
 /* prototypes */
 static int doReadRC( /*@killref@*/ FD_t fd, const char * urlfn)
-       /*@modifies fd, fileSystem @*/;
+       /*@globals rpmGlobalMacroContext,
+               fileSystem, internalState @*/
+       /*@modifies fd, fileSystem, internalState @*/;
+
 static void rpmSetVarArch(int var, const char * val,
                /*@null@*/ const char * arch)
+       /*@globals internalState @*/
        /*@modifies internalState @*/;
+
 static void rebuildCompatTables(int type, const char * name)
+       /*@globals internalState @*/
        /*@modifies internalState @*/;
 
+static void rpmRebuildTargetVars(/*@null@*/ const char **target, /*@null@*/ const char ** canontarget)
+       /*@globals rpmGlobalMacroContext,
+               fileSystem, internalState @*/
+       /*@modifies *canontarget, fileSystem, internalState @*/;
+
 static int optionCompare(const void * a, const void * b)
        /*@*/
 {
@@ -134,9 +157,6 @@ static int optionCompare(const void * a, const void * b)
                      ((struct rpmOption *) b)->name);
 }
 
-static void rpmRebuildTargetVars(/*@null@*/ const char **target, /*@null@*/ const char ** canontarget)
-       /*@modifies *canontarget, fileSystem @*/;
-
 static /*@observer@*/ /*@null@*/ machCacheEntry
 machCacheFindEntry(const machCache cache, const char * key)
        /*@*/
@@ -151,7 +171,8 @@ machCacheFindEntry(const machCache cache, const char * key)
 
 static int machCompatCacheAdd(char * name, const char * fn, int linenum,
                                machCache cache)
-       /*@modifies *name, cache->cache, cache->size @*/
+       /*@globals internalState @*/
+       /*@modifies *name, cache->cache, cache->size, internalState @*/
 {
     machCacheEntry entry = NULL;
     char * chptr;
@@ -301,7 +322,8 @@ static void machFindEquivs(machCache cache, machEquivTable table,
 
 static int addCanon(canonEntry * table, int * tableLen, char * line,
                    const char * fn, int lineNum)
-       /*@modifies *table, *tableLen, *line @*/
+       /*@globals internalState @*/
+       /*@modifies *table, *tableLen, *line, internalState @*/
 {
     canonEntry t;
     char *s, *s1;
@@ -354,7 +376,8 @@ static int addCanon(canonEntry * table, int * tableLen, char * line,
 
 static int addDefault(defaultEntry * table, int * tableLen, char * line,
                        const char * fn, int lineNum)
-       /*@modifies *table, *tableLen, *line @*/
+       /*@globals internalState @*/
+       /*@modifies *table, *tableLen, *line, internalState @*/
 {
     defaultEntry t;
 
@@ -419,6 +442,7 @@ const char * lookupInDefaultTable(const char * name,
 int rpmReadConfigFiles(const char * file, const char * target)
 {
 
+/*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
     /* Preset target macros */
     /*@-nullstate@*/   /* FIX: target can be NULL */
     rpmRebuildTargetVars(&target, NULL);
@@ -437,12 +461,15 @@ int rpmReadConfigFiles(const char * file, const char * target)
        cpu = _free(cpu);
        os = _free(os);
     }
+/*@=globs@*/
 
     return 0;
 }
 
 static void setVarDefault(int var, const char * macroname, const char * val,
                /*@null@*/ const char * body)
+       /*@globals rpmGlobalMacroContext,
+               internalState @*/
        /*@modifies internalState @*/
 {
     if (var >= 0) {    /* XXX Dying ... */
@@ -455,6 +482,8 @@ static void setVarDefault(int var, const char * macroname, const char * val,
 }
 
 static void setPathDefault(int var, const char * macroname, const char * subdir)
+       /*@globals rpmGlobalMacroContext,
+               internalState @*/
        /*@modifies internalState @*/
 {
 
@@ -486,7 +515,8 @@ static void setPathDefault(int var, const char * macroname, const char * subdir)
     }
 }
 
-/*@observer@*/ static const char * prescriptenviron = "\n\
+/*@observer@*/ /*@unchecked@*/
+static const char * prescriptenviron = "\n\
 RPM_SOURCE_DIR=\"%{_sourcedir}\"\n\
 RPM_BUILD_DIR=\"%{_builddir}\"\n\
 RPM_OPT_FLAGS=\"%{optflags}\"\n\
@@ -504,6 +534,8 @@ export RPM_BUILD_ROOT\n}\
 ";
 
 static void setDefaults(void)
+       /*@globals rpmGlobalMacroContext,
+               internalState @*/
        /*@modifies internalState @*/
 {
 
@@ -540,12 +572,17 @@ static void setDefaults(void)
 }
 
 int rpmReadRC(const char * rcfiles)
+       /*@globals rpmGlobalMacroContext,
+               internalState @*/
+       /*@modifies internalState @*/
 {
     char *myrcfiles, *r, *re;
     int rc;
 
     if (!defaultsInitialized) {
+/*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
        setDefaults();
+/*@=globs@*/
        defaultsInitialized = 1;
     }
 
@@ -603,7 +640,9 @@ int rpmReadRC(const char * rcfiles)
            rc = 1;
            break;
        } else {
+/*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
            rc = doReadRC(fd, fn);
+/*@=globs@*/
        }
        if (rc) break;
     }
@@ -616,7 +655,9 @@ int rpmReadRC(const char * rcfiles)
     {  const char *mfpath;
        if ((mfpath = rpmGetVar(RPMVAR_MACROFILES)) != NULL) {
            mfpath = xstrdup(mfpath);
+/*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
            rpmInitMacros(NULL, mfpath);
+/*@=globs@*/
            mfpath = _free(mfpath);
        }
     }
@@ -626,7 +667,9 @@ int rpmReadRC(const char * rcfiles)
 
 /*@-usedef@*/  /*@ FIX: se usage inconsistent, W2DO? */
 static int doReadRC( /*@killref@*/ FD_t fd, const char * urlfn)
-       /*@modifies fd, fileSystem @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem, internalState @*/
+       /*@modifies fd, fileSystem, internalState @*/
 {
     const char *s;
     char *se, *next;
@@ -930,15 +973,18 @@ static inline unsigned int cpuid_edx(unsigned int op)
 
 }
 
+/*@unchecked@*/
 static sigjmp_buf jenv;
 
 static inline void model3(int _unused)
+       /*@globals internalState @*/
        /*@modifies internalState @*/
 {
        siglongjmp(jenv, 1);
 }
 
 static inline int RPMClass(void)
+       /*@globals internalState @*/
        /*@modifies internalState @*/
 {
        int cpu;
@@ -1658,8 +1704,10 @@ int rpmShowRC(FILE * fp)
     rpmShowRpmlibProvides(fp);
     fprintf(fp, "\n");
 
+/*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
     rpmDumpMacroTable(NULL, fp);
+/*@=globs@*/
 
     return 0;
 }
-/*@=internalglobs =globs@*/
+/*@=branchstate@*/
index 81eec9c..6485427 100644 (file)
@@ -1,3 +1,4 @@
+/*@-branchstate@*/
 /** \ingroup rpmtrans
  * \file lib/transaction.c
  */
@@ -23,11 +24,11 @@ extern const char * chroot_prefix;
 /*@-incondefs@*/
 # include <sys/statvfs.h>
 #if defined(__LCLINT__)
-/*@-declundef -exportheader @*/ /* LCL: missing annotation */
+/*@-declundef -exportheader -protoparammatch @*/ /* LCL: missing annotation */
 extern int statvfs (const char * file, /*@out@*/ struct statvfs * buf)
        /*@globals fileSystem@*/
        /*@modifies *buf, fileSystem @*/;
-/*@=declundef =exportheader @*/
+/*@=declundef =exportheader =protoparammatch @*/
 /*@=incondefs@*/
 #endif
 #else
@@ -2141,3 +2142,4 @@ assert(alp == fi->ap);
        return 0;
     /*@=nullstate@*/
 }
+/*@=branchstate@*/
index eeecdbb..bce3341 100644 (file)
@@ -278,8 +278,8 @@ int rpmVerifyFile(const char * root, Header h, int filenum,
  */
 int rpmVerifyScript(const char * rootDir, Header h, /*@null@*/ FD_t scriptFd)
 {
-    rpmdb rpmdb = NULL;
-    rpmTransactionSet ts = rpmtransCreateSet(rpmdb, rootDir);
+    rpmdb db = NULL;
+    rpmTransactionSet ts = rpmtransCreateSet(db, rootDir);
     TFI_t fi = xcalloc(1, sizeof(*fi));
     struct psm_s psmbuf;
     PSM_t psm = &psmbuf;
@@ -462,11 +462,11 @@ exit:
 
 /**
  * Check installed package dependencies for problems.
- * @param rpmdb                rpm database
+ * @param db           rpm database
  * @param h            header
  * @return             0 no problems, 1 problems found
  */
-static int verifyDependencies(rpmdb rpmdb, Header h)
+static int verifyDependencies(rpmdb db, Header h)
        /*@globals fileSystem@*/
        /*@modifies h, fileSystem @*/
 {
@@ -476,12 +476,13 @@ static int verifyDependencies(rpmdb rpmdb, Header h)
     int rc = 0;                /* assume no problems */
     int i;
 
-    ts = rpmtransCreateSet(rpmdb, NULL);
+    ts = rpmtransCreateSet(db, NULL);
     (void) rpmtransAddPackage(ts, h, NULL, NULL, 0, NULL);
 
     (void) rpmdepCheck(ts, &conflicts, &numConflicts);
     ts = rpmtransFree(ts);
 
+    /*@-branchstate@*/
     if (numConflicts) {
        const char *n, *v, *r;
        char * t, * te;
@@ -520,10 +521,11 @@ static int verifyDependencies(rpmdb rpmdb, Header h)
        }
        rc = 1;
     }
+    /*@=branchstate@*/
     return rc;
 }
 
-int showVerifyPackage(QVA_t qva, rpmdb rpmdb, Header h)
+int showVerifyPackage(QVA_t qva, rpmdb db, Header h)
 {
     const char * prefix = (qva->qva_prefix ? qva->qva_prefix : "");
     int ec = 0;
@@ -540,7 +542,7 @@ int showVerifyPackage(QVA_t qva, rpmdb rpmdb, Header h)
        }
     }
     if (qva->qva_flags & VERIFY_DEPS) {
-       if ((rc = verifyDependencies(rpmdb, h)) != 0)
+       if ((rc = verifyDependencies(db, h)) != 0)
            ec = rc;
     }
     if (qva->qva_flags & VERIFY_FILES) {
@@ -559,7 +561,7 @@ int showVerifyPackage(QVA_t qva, rpmdb rpmdb, Header h)
 
 int rpmVerify(QVA_t qva, rpmQVSources source, const char * arg)
 {
-    rpmdb rpmdb = NULL;
+    rpmdb db = NULL;
     int rc;
 
     switch (source) {
@@ -568,15 +570,15 @@ int rpmVerify(QVA_t qva, rpmQVSources source, const char * arg)
            break;
        /*@fallthrough@*/
     default:
-       if ((rc = rpmdbOpen(qva->qva_prefix, &rpmdb, O_RDONLY, 0644)) != 0)
+       if ((rc = rpmdbOpen(qva->qva_prefix, &db, O_RDONLY, 0644)) != 0)
            return 1;
        break;
     }
 
-    rc = rpmQueryVerify(qva, source, arg, rpmdb, showVerifyPackage);
+    rc = rpmQueryVerify(qva, source, arg, db, showVerifyPackage);
 
-    if (rpmdb != NULL)
-       (void) rpmdbClose(rpmdb);
+    if (db != NULL)
+       (void) rpmdbClose(db);
 
     return rc;
 }
index aaa856e..0d42255 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-24 10:02+0100\n"
 "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "nemohu otevøít RPM databázi v %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "chybné závislosti pøi sestavování:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Nelze otevøít spec soubor %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Nelze otevøít rouru pro tar: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Nelze èíst spec soubor z %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Nelze pøejmenovat %s na %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "nemohu zjistit stav %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Soubor %s není obyèejný soubor.\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Sestavuji cílové platformy: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Sestavuji pro cíl %s\n"
@@ -70,16 +70,16 @@ msgstr "Sestavuji pro c
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verze %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (c) 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 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."
 
@@ -525,11 +525,11 @@ msgstr ""
 "ovìøit instalaci balíèku pou¾itím stejných voleb pro specifikaci balíèku, "
 "jako pro -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "nekontrolovat závislosti balíèkù"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "nekontrolovat md5 souèty souborù"
 
@@ -549,7 +549,7 @@ msgstr "    --install <bal
 msgid "    -i <packagefile>      "
 msgstr "    -i <balíèek>     "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "nainstalovat balíèek"
 
@@ -569,7 +569,7 @@ msgstr "      --relocate <star
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "pøemístìní souborù v nepøemístitelném balíèku"
 
@@ -577,48 +577,48 @@ msgstr "p
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adr>      "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "pøemístit soubory do <adr>, jsou-li pøemístitelné"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "neinstalovat dokumentaci"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "zkratka pro --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "bìhem instalace balíèku zobrazit dvojité køí¾ky (dobré s -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "nainstalovat v¹echny soubory i konfigurace, které by se jinak mohly vynechat"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "nekontrolovat architekturu balíèku"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "nekontrolovat volné místo na disku pøed instalací"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "nekontrolovat operaèní systém balíèku"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "nainstalovat dokumentaci"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "upravit databázi, ale neupravovat systém souborovù"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "pro vyøe¹ení závislostí nemìnit poøadí instalace balíèkù"
 
@@ -630,19 +630,19 @@ msgstr "nespou
 msgid "don't execute any scripts triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "bìhem instalace balíèku zobrazit procenta"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "instalovat, i kdy¾ balíèek pøepí¹e existující soubory"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "pøeinstalovat, i kdy¾ je ji¾ balíèek pøítomen"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "neinstalovat ale sdìlit, zda-li by to fungovalo èi nikoli"
 
@@ -658,7 +658,7 @@ msgstr "    -U <bal
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizovat balíèek (stejné volby jako --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -674,11 +674,11 @@ msgstr "    --erase <bal
 msgid "    -e <package>          "
 msgstr "    -e <balíèek>          "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "smazat (deinstalovat) balíèek"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -791,7 +791,7 @@ msgstr "jako --rebuild, ale nesestavovat bal
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balíèek>+   "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "podepsat balíèek (zahodit aktuální podpis)"
 
@@ -799,7 +799,7 @@ msgstr "podepsat bal
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balíèek>+  "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "pøidat do balíèku podpis"
 
@@ -811,15 +811,15 @@ msgstr "    --checksig <bal
 msgid "    -K <pkg>+             "
 msgstr "    --K <balíèek>+        "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "ovìøit podpis v balíèku"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "vynechat pøípadné PGP podpisy"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "vynechat pøípadné GPG podpisy"
 
@@ -856,8 +856,8 @@ msgstr ""
 "pomocí stejných voleb pro specifikaci balíèku, jako pro -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "specifikovat lze jen jeden hlavní re¾im"
 
@@ -869,23 +869,23 @@ msgstr "-u a --uninstall jsou zastaral
 msgid "Use -e or --erase instead.\n"
 msgstr "Pou¾ijte volbu -e nebo --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "pøemístìní musejí zaèínat znakem /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "pøemístìní musejí obsahovat ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "pøemístìní musejí mít za znakem = znak /"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "vynechané cesty musí zaèínat znakem /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "Volba --rcfile byla odstranìna.\n"
 
@@ -893,104 +893,104 @@ msgstr "Volba --rcfile byla odstran
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr "Pou¾ijte --macros se seznamem makro souborù oddìlených kolonou.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Interní chyba pøi zpracování parametrù (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "neoèekávaný pøíznak pro dotaz"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "neoèekávaný formát dotazu"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "neoèekávaný zdroj dotazu"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 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:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 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:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "pou¾ít lze jen jeden z parametrù --prefix nebo --relocate"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 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:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "parametry pro --prefix musejí zaèínat znakem /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 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:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 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:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 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:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 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:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 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:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 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:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "pou¾ít lze jen jeden z parametrù --excludedocs a --includedocs"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 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:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 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:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 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:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 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:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 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:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 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ù"
 
@@ -1006,7 +1006,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply mù¾e být pou¾ito jen pøi instalaci balíèkù"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
@@ -1014,7 +1014,7 @@ msgstr ""
 "volba pro potlaèení triggerù mù¾e být pou¾ita jen pøi instalaci nebo "
 "odstraòování balíèkù"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1022,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:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 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:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1036,7 +1036,7 @@ msgstr ""
 "--root (-r) mù¾e být pou¾it jen pøi instalaci, odstraòování, dotazech nebo "
 "znovuvytvoøení databáze"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parametry pro --root (-r) musejí zaèínat znakem /"
 
@@ -1057,77 +1057,77 @@ 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:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "¾ádné soubory k podepsání\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "pøístup k souboru %s se nezdaøil\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp nenalezeno: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Vlo¾te heslovou frázi: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Chybná heslová fráze\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Heslová fráze je v poøádku.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "©patná %%_signature spec v souboru maker.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 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:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "spu¹tìní selhalo\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "neoèekávané parametry pro --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "ke kontrole podpisu nezadány ¾ádné balíèky"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "k podepsání nezadány ¾ádné balíèky"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "nezadány ¾ádné balíèky pro odstranìní"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "nezadány ¾ádné balíèky pro instalaci"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "k dotazu na v¹echny balíèky zadány parametry navíc"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "k dotazu nezadány ¾ádné parametry"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "pro kontrolu v¹ech balíèkù zadány parametry navíc"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "pro kontrolu nezadány ¾ádné balíèky"
 
@@ -1168,7 +1168,7 @@ msgstr "<v
 msgid "<cmd>"
 msgstr "<pøík>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<adresáø>"
 
@@ -1235,20 +1235,20 @@ msgstr "Spole
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Pou¾ití: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Pou¾ijte volbu \"--macros <soubor:...>\".\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadána pro operaci, která databázi nepou¾ívá"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
@@ -1256,38 +1256,38 @@ msgstr ""
 "volba pro potlaèení skriptù mù¾e být pou¾ita jen pøi instalaci nebo pøi "
 "odstraòování balíèkù"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ke znovusestavení nezadány ¾ádné balíèky"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "pro sestavení nezadány ¾ádné spec soubory"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "pro sestavení nezadány ¾ádné tar soubory"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Nelze otevøít doèasný soubor.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Provádìní(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Spu¹tìní %s selhalo (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "©patný návratový kód z %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1313,214 +1313,214 @@ msgstr "chyba syntaxe p
 msgid "parse error in expression\n"
 msgstr "chyba pøi parsování ve výrazu\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "nedoplnìná (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- jen na èíslech\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! jen na èíslech\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "typy musí souhlasit\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / nejsou podporovány pro øetìzce\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- není podporováno pro øetìzce\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& a || není podporováno pro øetìzce\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe ve výrazu\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK selhal: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Chybí '(' v %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Chybí ')' v %s(%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neplatný %s token: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Chybìjící %s v %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Následuje neprázdný znak %s(): %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "©patná syntaxe: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "©patná práva spec: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "©patná práva adresáøe: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicitní locale %.*s v %%lang(%s)\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosa¾en limit pro %%docdir\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Jen jeden parametr pro %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dva soubory na jednom øádku: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Soubor musí zaèínat na \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Nelze míchat speciální %%doc s ostatnímí formami: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Soubor uveden dvakrát: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Soubor nesouhlasí s prefixem (%s): %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Soubor nenalezen: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "©patný vlastník/skupina: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Soubor %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Soubor potøebuje úvodní \"/\": %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Glob není dovolen: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Soubor nenalezen globem: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nemohu otevøít %%files soubor %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "øádek: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "©patný soubor: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nemohu spustit %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nemohu provést fork %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s selhalo\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Nemohu zapsat v¹echna data do %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Hledám   %s: (pou¾it %s)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Selhalo vyhledání %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Zpracovávám soubory: %s-%s-%s\n"
@@ -1614,7 +1614,7 @@ msgstr "readRPM: otev
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ètení %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek selhal: %s\n"
@@ -1629,86 +1629,86 @@ msgstr "readRPM: %s nen
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ètení hlavièky z %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "©patná CSA data\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generuji podpis: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nemohu otevøít %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nemohu zapsat balíèek: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nemohu otevøít cíl pro podepsání %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nemohu pøeèíst payload z %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nemohu zapsat payload do %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapsáno: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, 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:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "øádek: %d: druhý %s\n"
@@ -1748,17 +1748,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "øádek %d: Chyba pøi parsování %%description: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "øádek %d: ¹patná volba %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "øádek %d: Pøíli¹ mnoho jmen: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "øádek %d: Balíèek neexistuje: %s\n"
@@ -1844,57 +1844,57 @@ msgstr "
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "øádek %d: Nepøípustný znak '-' v %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot nemù¾e být \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "øádek %d: Prefixy nesmí konèit znakem \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "øádek %d: Docdir musí zaèínat na '/': %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, 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\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "øádek %d: ©patné urèení %s: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "øádek %d: ©patný formát BuildArchitecture: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Interní chyba: ©patná znaèka: %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "©patná specifikace balíèku: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "Balíèek ji¾ existuje: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "øádek %d: Neznámá znaèka: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec soubor nemù¾e pou¾ít BuildRoot\n"
 
@@ -1985,27 +1985,27 @@ msgstr "
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "øádek %d: Jméno s verzí není dovoleno: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "øádek %d: Vy¾adována verze: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "øádek %d: spou¹tì (triggery) musí mít --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "øádek %d: Chyba pøi parsování %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "øádek %d: jméno skriptu musí zaèínat na '/': %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "øádek %d: Druhý %s\n"
@@ -2016,41 +2016,41 @@ msgid "line %d: %s\n"
 msgstr "øádek %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Nemohu otevøít %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "Neuzavøený %%if\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean vrátil %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else bez poèíteèního %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif bez poèáteèního %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "po¹kozený pøíkaz %%include\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "Nenalezeny ¾ádné kompatibilní architektury pro sestavení\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Balíèek nemá ¾ádné %%description: %s\n"
@@ -2065,54 +2065,54 @@ msgstr "
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "øádek %d: ©patné èíslo %s: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "øádek %d: ©patné èíslo %s: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(chyba: 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "©patné magické èíslo"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "©patná nebo neèitelná hlavièka"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Velikost hlavièky je pøili¹ velká"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Neznámý typ souboru"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Chybìjící hardlink(y)"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5 souèet nesouhlasí"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Interní chyba"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr "selhal - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2121,65 +2121,65 @@ msgstr ""
 "Závislost \"B\" potøebuje období (pøedpokládáno stejné jako \"A\")\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "ANO"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "NE "
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s ANO (pøidány soubory)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s ANO (pøidáno poskytuje)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (ke¹ováno)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s ANO (rpmrc poskytuje)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s ANO (rpmlib poskytuje)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s ANO (db soubory)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s ANO (db poskytuje)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s ANO (db balíèek)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NE\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) pøidáno do ke¹e závislostí.\n"
@@ -2187,48 +2187,48 @@ msgstr "%s: (%s, %s) p
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "balíèek %s-%s-%s má nesplnìné po¾adavky: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "balíèek %s koliduje: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstraòuji %s-%s-%s \"%s\" z tsort relací.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== ukládání tsort relací\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== tsorting balíèkù (poøadí, #pøedchùdce, #následovník, hloubka)\n"
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== pouze úspì¹né (poøadí dle prezentace)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "SMYÈKA:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== pokraèuje tsort ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(není èíslo)"
 
@@ -2256,7 +2256,7 @@ msgstr "nemohu zjistit stav %s: %s\n"
 msgid "getting list of mounted filesystems\n"
 msgstr "získávám seznam pøipojených systémù souborù\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "nemohu otevøít %s: %s\n"
@@ -2275,37 +2275,37 @@ msgstr "========= Adres
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr "vytvoøen adresáø %s s právy %04o.\n"
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s ulo¾eno jako %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s odstranìní %s selhalo: Adresáø není prázdný\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s rmdir %s selhal: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s unlink %s selhal: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s vytvoøen jako %s\n"
@@ -2317,87 +2317,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "Poèet dataLength() RPM_STRING_TYPE musí být 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datový typ %d není podporován\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "chybí { po %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "po %{ chybí }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "prázdný formát znaèky"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "prázdné jméno znaèky"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "neznámá znaèka"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "na konci pole oèekáváno ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "neoèekávaná ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "neoèekávaná }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "ve výrazu oèekáván ?"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "ve výrazu je po ? oèekávána {"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "ve výrazu je oèekávána }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "v podvýrazu je po ? oèekávána :"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "ve výrazu je po : oèekávána {"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "na konci výrazu je oèekáváno |"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(neznámý typ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "chyba pøi vytváøení doèasného souboru %s\n"
@@ -2406,7 +2406,7 @@ msgstr "chyba p
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "práce s balíèky verze 1 není podporována touto verzí RPM\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 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 verzí <= 4\n"
@@ -2548,250 +2548,250 @@ msgstr "c
 msgid "lookup i18N strings in specfile catalog"
 msgstr "vyhledat i18N øetìzce ve specfile katalogu"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr "poru¹ený rollback èas"
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr "uchovat smazané soubory pøesunem do podadresáøe"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<balíèek>"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "pøeskoèit soubory s úvodní cestou <cesta> "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<cesta>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "aktualizace balíèku jestli¾e je ji¾ nainstalován"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<soubor_balíèku>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nespou¹tìt ¾ádné skripty (jsou-li nìjaké)"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "nespou¹tìt ¾ádné skripty (jsou-li nìjaké)"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "nespou¹tìt ¾ádné skripty (jsou-li nìjaké)"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "nespou¹tìt ¾ádné skripty (jsou-li nìjaké)"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<stará_cesta>=<nová_cesta>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "uchovat smazané soubory pomocí pøebalení"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr "odinstalovat nové balíèky, reinstalovat staré balíèky zpìt do data"
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr "<datum>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "aktualizace balíèku"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "generovat PGP/GPG podpis"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "dotázat/ovìøit v¹echny balíèky"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "dotaz/ovìøení balíèkù vlastnícího soubor"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "dotaz/ovìøení balíèkù ve skupinì"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "dotaz/ovìøení souboru s balíèkem (tj. binárního RPM souboru)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "re¾im dotazù"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "zobrazit známé znaèky pro dotazy"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "dotaz na spec soubor"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "dotaz na balíèky aktivované balíèkem"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "re¾im kontroly"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "re¾im kontroly (zastaralý)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "dotaz/ovìøení balíèkù vy¾adujících závislost"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "dotaz/ovìøení balíèkù poskytujících závislost"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "vypsat v¹echny konfiguraèní soubory"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "vypsat v¹echny soubory s dokumentací"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "zobrazit základní informace o souborech"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "vypsat soubory v balíèku"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr "vynechat %%ghost soubory"
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr "vynechat %%license soubory"
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr "vynechat %%readme soubory"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "pou¾ij následující formát dotazù"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "nahradit i18n sekce do spec souboru"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "zobrazit stav vypsaných souborù"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "zobrazit roz¹íøený výpis souborù"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "nekontrolovat MD5 souborù v balíèku"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "nekontrolovat velikost souborù"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "nekontrolovat cesty symbolických linek"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "nekontrolovat vlastníka souborù"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "nekontrolovat skupinu souborù"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "nekontrolovat èas zmìny souboru"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "nekontrolovat mód souborù"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "nekontrolovat soubory v balíèku"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "nekontrolovat závislosti balíèkù"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "nespou¹tìt %verifyscript (pokud existuje)"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "nekontrolovat SHA1 digest v hlavièce"
 
@@ -2860,74 +2860,74 @@ msgstr "p
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "neznámá chyba %d vznikla pøi manipulaci s balíèkem %s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nemohu zapsat do %%%s %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "oèekávám balíèek se zdrojovými kódy, nalezen v¹ak binární\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balíèek neobsahuje .spec soubor\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "provedení skripletu %s z %s-%s-%s selhalo, návratový kód byl: %s\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "provedení %s skripletu z %s-%s-%s selhalo, návratový kód: %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s obsahuje %d souborù, test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr "%s: scriptlet %s selhal (%d), pøeskakuji %s-%s-%s\n"
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s neexistuje - pou¾ita skupina root\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "rozbalování archívu selhalo %s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " na souboru "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nemohu otevøít %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s selhalo\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: spou¹tím %s skript(y) (pokud existují)\n"
@@ -2937,119 +2937,119 @@ msgstr "%s: spou
 msgid "incorrect format: %s\n"
 msgstr "nesprávný formát: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾ádné soubory)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normální      "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "nahrazen      "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "neinstalován  "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "sdílen v síti "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámý %3d) "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(chybí stav)  "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "balíèek nemá vlastníka souboru ani seznamy id\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "nemohu provést dotaz %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otevøení %s selhalo: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "dotaz na %s se nezdaøil\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 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:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: Fread selhalo: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, 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:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "¾ádné balíèky\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾ádný balíèek nevy¾aduje %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾ádný balíèek neposkytuje %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "soubor %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "soubor %s nevlastní ¾ádný balíèek\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neplatné èíslo balíèku: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "záznam balíèku èíslo: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "záznam %d nelze pøeèíst\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balíèek %s není nainstalován\n"
@@ -3073,158 +3073,158 @@ msgstr "%s: Fwrite selhalo: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread selhalo: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead selhalo\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: RPM v1.0 nelze podepsat\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Nemohu znovu podepsat RPM v2.0\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature selhalo\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Není dostupný ¾ádný podpis\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead selhalo: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature selhalo: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Není dostupný ¾ádný podpis (RPM v1.0)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "NENÍ OK"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (CHYBÍ KLÍÈ:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (NEDÙVÌRYHODNÝ KLÍÈ:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "OK"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Pøipravuji..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "Pøipravuji balíèky pro instalaci..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Stahuji %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... jako %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "pøeskakuji %s - pøenos selhal - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nemohu otevøít databázi balíèkù v %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "balíèek %s není pøemístitelný\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "chyba pøi ètení ze souboru %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, 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:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nemù¾e být nainstalován\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, 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:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "nevyøe¹ené závislosti:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "instaluji binární balíèky\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nemohu otevøít soubor %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "chyba: nemohu otevøít %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" urèuje více balíèkù\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstranìní tìchto balíèkù by poru¹ilo závislosti:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nemohu otevøít %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instaluji %s\n"
@@ -3234,98 +3234,98 @@ msgstr "Instaluji %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "ètení selhalo: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "chybí druhá ':' u %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "chybí název architektury u %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Neúplný datový øádek %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Pøíli¹ mnoho parametrù v datovém øádku %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Chybné èíslo architektury nebo OS: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Neúplný standardní øádek %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nemohu expandovat %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Nemohu èíst %s, HOME je pøíli¹ velký.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nemohu otevøít %s pro ètení: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Nemohu èíst %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "chybí ':' (nalezeno na 0x%02x) v %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "chybí parametr pro %s u %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "expanze %s selhala na %s:%d \"%s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "nemohu otevøít soubor %s na %s:%d: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "chybí architektura pro %s u %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "chybná volba '%s' u %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznámý systém: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Zkontaktujte prosím rpm-list@redhat.com\n"
 
@@ -3451,47 +3451,47 @@ msgstr "Mus
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Musíte nastavit \"%%_pgp_name\" ve svém makro souboru\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== relokace\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d vynechávám %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d pøemís»uji %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "vynechávám multilib cestu %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "vynechávám %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "pøemís»uji %s do %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "pøemís»uji adresáø %s do %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s pøeskoèeno, proto¾e chybí pøíznak\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "vynechávám adresáø %s\n"
@@ -3512,128 +3512,129 @@ msgstr ""
 msgid "missing    %s"
 msgstr "chybí      %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr "%s-%s-%s: kontrola digestu v hlavièce selhala\n"
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d chyba (%d) z %s: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d chyba (%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 "Poru¹ený øetìzec v balíèku na offsetu %d(0x%08x), zkou¹ím znovu pøipojit...\n"
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "Pøipojuji poru¹ený øetìzec na offsetu %d(0x%08x).\n"
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "zavøen db soubor       %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "odstranìn db soubor    %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "¹patný db soubor %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "otevírám db soubor     %s mode 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "nemohu vytvoøit zámek %s na databázi\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "výhradní"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "sdílený"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "uzavøeno DB prostøedí %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "odstranìno db prostøedí %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "otevírám db environment %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "uzavøen db index       %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "uzavøen db index       %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "otevírám db index      %s/%s %s mode=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "nemohu zamknout databázi zámkem %s v %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "uzamèen db index       %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "neznámá db volba: \"%s\" ignorována\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s má neplatnou numerickou hodnotu, pøeskoèeno\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s má moc velkou nebo moc malou long hodnotu, pøeskoèeno\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "%s má pøíli¹ velkou nebo moc malou celoèíselnou hodnotu, pøeskoèeno\n"
@@ -3665,41 +3666,41 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generovat hlavièky kompatibilní RPM verze 2 a 3"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: neznámá znaèka: \"%s\" ignorována\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "nemohu otevøít index %s pøi pou¾ívání db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "nemohu otevøít index %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "chyba(%d) pøi získávání záznamu \"%s\" z indexu %s\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "chyba(%d) pøi ukládání záznamu %s do %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "chyba(%d) pøi odstraòování záznamu %s z %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "nebyla nastavena dbpath\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3707,263 +3708,263 @@ msgstr ""
 "databáze je ve starém formátu; pou¾ijte --rebuilddb pro pøevod do nového\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "chyba(%d) pøi poèítání balíèkù\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "záznam èíslo %d v databázi je chybný -- vynechávám.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: poru¹ená polo¾ka hlavièky #%u, pøeskakuji.\n"
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: nemohu èíst hlavièku na adrese 0x%x\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstraòuji \"%s\" z indexu %s.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstraòuji %d polo¾ek z indexu %s.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "chyba(%d) pøi alokaci nové instance balíèku\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "pøidávám \"%s\" do indexu %s\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "pøidávám %d polo¾ek do indexu %s.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "odstraòuji %s po úspì¹ném znovusestavení db3.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "nebyla nastavena dbpath"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "databázi %s pøevádím do %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "doèasná databáze %s ji¾ existuje\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "vytváøím adresáø %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "vytváøím adresáø %s: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otevírám starou databázi s dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otevírám novou databázi s dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "nemohu pøidat záznam - pùvodnì u %d\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "databázi nelze zvovu vytvoøit; pùvodní databáze zùstává na svém místì\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "starou databázi nelze nahradit novou databází!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "pro obnovení nahraïte soubory v %s soubory z %s"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "ma¾u adresáø %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "nemohu odstranit adresáø %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktivní %d prázdný %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(prázdný)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(prázdný)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makro %%%s má neukonèené tìlo\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makro %%%s má neplatné jméno (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makro %%%s má neukonèené parametry\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "Makro %%%s má prázdné tìlo\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Expanze makra %%%s selhala\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makro %%%s má neplatné jméno (%%undefine)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) nebylo pou¾ito pod úrovní %d\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Neznámá volba: %c v %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Hloubka rekurze(%d) je vìt¹í, ne¾ max(%d)\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Neukonèené %c: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Za %% následuje neparsovatelné makro\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "makro %%%.*s nenalezeno, pøeskakuji\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Cílový buffer pøetekl\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Soubor %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Soubor %s je men¹í, ne¾ %d bajtù\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Úspìch"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Chybná odezva FTP serveru"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "I/O chyba serveru"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Timeout serveru"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Nelze pøevést jméno na IP adresu poèítaèe"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Nelze pøevést IP na jméno poèítaèe"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Pøipojení k serveru selhalo"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Selhalo navázání datového spojení se serverem"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "I/O chyba pøi lokálním souboru"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 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:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Soubor nebyl na serveru nalezen"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Probíhá pøeru¹ení"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Neznámá nebo neoèekávaná chyba"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "pøihla¹ování na %s jako %s, heslo %s\n"
@@ -3992,37 +3993,37 @@ msgstr "varov
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "alokace pamìti (%u bajtù) vrátila NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "varování: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "varování: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "varování: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Heslo pro %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "chyba: %sport musí být èíslo\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url port musí být èíslo\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
index 3c3e794..df9fad6 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-04-05 23:03GMT\n"
 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
@@ -15,53 +15,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "kan ikke åbne rpm-database i %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "afhængighedskrav for pakkeopbygning kunne ikke imødekommes:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kan ikke åbne spec-fil %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kunne ikke åbne tar-videreførsel: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Kunne ikke læse spec-fil fra %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Kunne ikke omdøbe %s til %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "kunne ikke finde %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Filen %s er ikke en regulær fil.\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Opbygger mål-platforme: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Opbygger for mål %s\n"
@@ -71,16 +71,16 @@ msgstr "Opbygger for m
 msgid "rpm: %s\n"
 msgstr "rpm %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM version %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Dette program kan frit distribueres under betingelserne i GNU GPL"
 
@@ -525,11 +525,11 @@ msgid ""
 "options as -q"
 msgstr "tjek en pakkes installation ved brug af samme pakkeangivelse som -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "undlad at tjekke pakkers afhængighedskrav"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "tjek ikke filers md5-checksummer"
 
@@ -549,7 +549,7 @@ msgstr "    --install <pakkefil>   "
 msgid "    -i <packagefile>      "
 msgstr "    -i <pakkefil>         "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "installér pakke"
 
@@ -569,7 +569,7 @@ msgstr "      --relocate <gammelsti>=<nysti>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "omdirigér filer fra <gammelsti> til <nysti>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "omdirigér filer i ikke-omdirigérbar pakke"
 
@@ -577,49 +577,49 @@ msgstr "omdirig
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>  "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "omdirigér pakken til <katalog>, hvis omdirigérbar"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "installér ikke dokumentation"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "forkortelse for --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "udlæs #'er efterhånden som pakken installeres (virker sammen med -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "installér alle filer -- også konfigurationsfiler, der ellers skulle "
 "overspringes"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "tjek ikke pakkens arkitektur"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "tjek ikke om der er diskplads, før der installeres"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "tjek ikke pakkens operativsystem"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "installér dokumentation"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "opdatér databasen, men rør ikke filsystemet"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "ændr ikke pakkernes installationsrækkefølge for at opfylde afhængigheder"
@@ -632,19 +632,19 @@ msgstr "udf
 msgid "don't execute any scripts triggered by this package"
 msgstr "udfør ingen skripter, der måtte foranlediges af denne pakke"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "vis procenter efterhånden som pakken installeres"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "intallér selvom pakken erstatter installerede filer"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "geninstallér hvis pakken allerede er installeret"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "installér ikke, men fortæl om det ville lykkes eller ej"
 
@@ -660,7 +660,7 @@ msgstr "    -U <pakkefil>         "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "opgradér pakke (samme som --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -676,11 +676,11 @@ msgstr "    --erase <pakke>"
 msgid "    -e <package>          "
 msgstr "    -e <pakke>            "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "slet (afinstallér) pakke"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -793,7 +793,7 @@ msgstr "som --rebuild, men opbygger ikke nogen pakke"
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakke>+     "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "underskriv en pakke (slet nuværende signatur)"
 
@@ -801,7 +801,7 @@ msgstr "underskriv en pakke (slet nuv
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakke>+    "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "tilføj signatur til pakke"
 
@@ -813,15 +813,15 @@ msgstr "    --checksig <pakke>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pakke>+           "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "verificér pakkesignatur"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "overspring eventuelle PGP-signaturer"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "overspring eventuelle GPG-signaturer"
 
@@ -859,8 +859,8 @@ msgstr ""
 "tilvalg som -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "kun ét hovedtilvalg kan angives"
 
@@ -872,23 +872,23 @@ msgstr "-u og --uninstall er for
 msgid "Use -e or --erase instead.\n"
 msgstr "Brug -e eller --erase i stedet.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "omrokeringer skal starte med et /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "omrokeringer skal indeholde et ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "i omrokeringer skal = efterfølges af /"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "udeladte stier skal begynde med et /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "Tilvalget --rcfile er fjernet.\n"
 
@@ -898,101 +898,101 @@ msgstr ""
 "Brug --macros med en kolonsepareret liste over de makrofiler, der skal "
 "indlæses.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Intern fejl i parameterfortolkningen (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "kun én af forespørgsel/verificér kan udføres ad gangen"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "uventet forespørgselsflag"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "uventet forespørgselsformat"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "uventet forespørgselskilde"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "kun installation, opgradering, rmsource og rmspec kan tvinges igennem"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "filer kan kun omrokeres under installation"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "kun én af --prefix eller --relocate kan bruges"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate og --excludepath kan kun bruges, når nye pakker installeres"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan kun bruges, når nye pakker installeres"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "parametre til --prefix skal starte med et /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan kun angives ved installation"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan kun angives ved installation"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan kun angives ved installation"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs kan kun angives ved installation"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs kan kun angives ved installation"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs kan kun angives ved installation"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "kun én af --excludedocs og --includedocs kan angives"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch kan kun angives ved installation"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos kan kun angives ved installation"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize kan kun angives ved installation"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches kan kun angives ved installation"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles kan kun angives ved installation"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb kan kun angives ved installation og sletning"
 
@@ -1008,14 +1008,14 @@ msgstr "--noscripts kan kun angives ved installation, sletning og verifikation"
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles kan kun angives ved installation"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--notriggers kan kun angives ved installation og sletning af pakker"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1023,13 +1023,13 @@ msgstr ""
 "--nodeps kan kun angives ved opbygning, genopbygning, genoversættelse, "
 "installation, sletning og verifikation"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test kan kun angives ved installation, sletning og opbygning"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1037,7 +1037,7 @@ msgstr ""
 "--root (-r) kan kun angives ved installation, sletning, forespørgsel og "
 "genopbygning af databasen"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parameteren til --root (-r) skal starte med et /"
 
@@ -1058,77 +1058,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 kan kun bruges ved signaturkontrol og pakkeverifikation"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "ingen filer at underskrive\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "kan ikke tilgå filen %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp ikke fundet: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Indtast adgangskode: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Adgangskode ikke godkendt\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Adgangskode godkendt.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Ugyldig angivelse af %%_signature i makrofil.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign kan kun bruges ved pakkeopbygning"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "eksekvering mislykkedes\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "uventede parametre til --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "ingen pakker angivet ved signatur-tjek"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "ingen pakker angivet ved signering"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "ingen pakker angivet ved afinstallation"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "ingen pakker angivet ved installation"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "ekstra parametre angivet ved forespørgsel på alle pakker"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "ingen parametre angivet ved forespørgsel"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "ekstra parametre angivet ved verifikation af alle pakker"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "ingen parametre angivet ved verifikation"
 
@@ -1169,7 +1169,7 @@ msgstr "<udtryk>+"
 msgid "<cmd>"
 msgstr "<kmd>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<katalog>"
 
@@ -1235,58 +1235,58 @@ msgstr "F
 msgid "%s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Brug: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Brug \"--macros <fil:...>\" i stedet..\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath angivet ved en operation, der ikke benytter en database"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--justdb kan kun angives ved installation og sletning"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ingen pakkefiler angivet til genopbygning"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "ingen spec-fil angivet til opbygning"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "ingen tar-arkiver angivet til opbygning"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Kunne ikke åbne midlertidig fil.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Udfører(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Udførelse af %s mislykkedes (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Fejl-afslutningsstatus fra %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1312,214 +1312,214 @@ msgstr "syntaksfejl under tolkning af ||\n"
 msgid "parse error in expression\n"
 msgstr "tolkningsfejl i udtryk\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "uparret (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- kun for tal\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! kun for tal\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "typer skal passe sammen\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / understøttes ikke for strenge\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- understøttes ikke for strenge\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& og || understøttes ikke for strenge\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "syntaksfejl i udtryk\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK-fejl: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Manglende '(' i %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Manglende ')' i %s %s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ugyldigt %s-symbol: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Manglende '(' i %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Ikke-mellemrum efterfølger %s(): %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Ugyldig syntaks: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Ugyldig tilstandsangivelse: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Ugyldig dirmode-spec: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Anormal locale-længde: \"%.*s\" i %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Dobbelt locale %.*s i %%lang(%s)\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Træfningsgrænse for %%docdir\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Kun et parameter for %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "To filer på én linie: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Fil skal begynde med \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Kan ikke blande special-%%doc med andre former: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Fil angivet to gange: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolsk lænke peger på BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Fil passer ikke til præfiks (%s): %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Fil ikke fundet: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Ugyldig ejer/gruppe: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Fil %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Fil kræver foranstillet \"/\": %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linie %d: Filnavn ikke tilladt: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Fil ikke fundet med glob: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunne ikke åbne '%%files'-fil %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "linie: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Ugyldig fil: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunne ikke udføre %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Kunne ikke fraspalte ny proces til %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s mislykkedes\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunne ikke skrive alle data til %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Finder %s: (benytter %s)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Kunne ikke finde %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Gennemløber filer: %s-%s-%s\n"
@@ -1615,7 +1615,7 @@ msgstr "readRPM: 
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: læs %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fread mislykkedes: %s\n"
@@ -1630,86 +1630,86 @@ msgstr "readRPM: %s er ikke nogen RPM-pakke\n"
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: læser hoved fra %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "Ugyldige CSA-data\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererer signatur: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunne ikke åbne %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunne ikke skrive pakke: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kunne ikke åbne sigtarget %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kunne ikke læse pakkeindhold fra %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kunne ikke skrive pakkeindhold til %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Kunne ikke generere filnavn til oprettelse af pakke %s: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kan ikke oprette %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "linie %d: anden %s\n"
@@ -1749,17 +1749,17 @@ msgstr "ingen beskrivelse i %%changelog\n"
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "linie %d: Fejl ved tolkning af %%description: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "linie %d: Ugyldigt tilvalg %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "line %d: For mange navne: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "line %d: Pakken eksisterer ikke: %s\n"
@@ -1845,57 +1845,57 @@ msgstr "linie %d: Tomt m
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "linie %d: Ugyldigt tegn '-' i %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot kan ikke være \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "linie %d: Præfikser kan ikke ende på \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "linie %d: Docdir skal starte med '/': %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "linie %d: Epoch/Serial-felter skal være et nummer: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "linie %d: Ugyldig %s: angivere: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "linie %d: Ugyldigt 'BuildArchitecture'-format: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Intern fejl: Falsk mærke %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Ugyldig pakkeangivelse: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "Pakken eksisterer allerede: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "linie %d: Ukendt mærke: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec-fil kan ikke bruge BuildRoot\n"
 
@@ -1986,27 +1986,27 @@ msgstr "linie %d: Filnavn ikke tilladt: %s\n"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "linie %d: Filnavn med version ikke tilladt: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "linie %d: Version kræves %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "linie %d: udløsere skal have --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "linie %d: Fejl under tolkning af %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "linie %d: skriptprogram skal starte med '/': %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "linie %d: Anden %s\n"
@@ -2017,44 +2017,44 @@ msgid "line %d: %s\n"
 msgstr "linie %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 "Kunne ikke åbne %s: %s\n"
 "\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "Ikke-lukket %%if\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean returnerer %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Fik et %%else uden et %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Fik et %%endif uden et %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "forkert udført '%%include'-kommando\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "Ingen arkitekturer, der kan opbygges\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Pakke har ingen %%description: %s\n"
@@ -2069,55 +2069,55 @@ msgstr "linie %d: Ugyldigt tal: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "linie %d: Ugyldigt 'no%s'-tal: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "linie %d: Ugyldigt %s-tal: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(fejl 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Ugyldigt magisk tal"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Ugyldigt/ulæseligt hoved"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Hovedstørrelse er for stor"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Ukendt filtype"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "Manglende hård lænke"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5-sum stemmer ikke"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Intern fejl"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " mislykkedes - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2126,66 +2126,66 @@ msgstr ""
 "\"B\"-afhængighed kræver en epoke (antager samme som \"A\")\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 #, fuzzy
 msgid "NO "
 msgstr "IKKE O.K."
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s JA (tilføjede filer)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s JA (tilføjede 'provide')\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (husket)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s JA (rpmrc tilfører)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s JA (rpmlib tilfører)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s JA (db-filer)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s JA (db tilfører)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s JA (db-pakke)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NEJ\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) tilføjet til afhængigheds-buffer.\n"
@@ -2193,47 +2193,47 @@ msgstr "%s: (%s, %s) tilf
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "pakke %s-%s-%s krav ikke opfyldt: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakke %s skaber konflikt: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "fjerne %s-%s-%s \"%s\" fra tsort-relationer.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== gemmer tsort-relationer\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== kun efterfølgere (præsentationsrækkefølge)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "LØKKE:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== fortsætter tsort ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(ikke et tal)"
 
@@ -2261,7 +2261,7 @@ msgstr "kunne ikke finde %s: %s\n"
 msgid "getting list of mounted filesystems\n"
 msgstr "henter liste over monterede filsystemer\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "kunne ikke åbne %s: %s\n"
@@ -2280,37 +2280,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "linie %d: %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s gemt som %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "kan ikke fjerne %s - katalog ikke tomt\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "fjernelse (rmdir) af %s mislykkedes: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "åbning af %s mislykkedes %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s oprettet som %s\n"
@@ -2322,87 +2322,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE-antal skal være 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatype %d understøttes ikke\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "manglende { efter %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "manglende } efter %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "tomt mærkeformat"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "tomt mærkenavn"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "ukendt mærke"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] forventet ved slutningen af tabel"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "uventet ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "uventet }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "? forventet i udtryk"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "{ forventet efter ? i udtryk"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "} forventet i udtryk"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ": forventet efter ?-underudtryk"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "{ forventet efter : i udtryk"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "| forventet ved slutningen af udtryk"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(ukendt type)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "fejl ved oprettelse af midlertidig fil %s\n"
@@ -2411,7 +2411,7 @@ msgstr "fejl ved oprettelse af midlertidig fil %s\n"
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "indpakningsversion 1 understøttes ikke af denne udgave af RPM\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2554,266 +2554,266 @@ msgstr "gennemtving m
 msgid "lookup i18N strings in specfile catalog"
 msgstr "slå i18N-strenge op i spec-fil katalog"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "udfør ingen pakkespecifikke skripter"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "<pakke>"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "overspring filer med foranstillet komponent <sti> "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "opgradér pakke, hvis den allerede er installeret"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<pakkefil>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "udfør ikke eventuelle skripter"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "udfør ikke eventuelle skripter"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "udfør ikke eventuelle skripter"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "udfør ikke eventuelle skripter"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "udfør ikke småskripter, der måtte udløses af denne pakke"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "udfør ingen pakkespecifikke skripter"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "udfør ingen installations-småskripter"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "udfør ingen installations-småskripter"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "udfør ingen installations-småskripter"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "omdirigér filer fra <gammelsti> til <nysti>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "<gammelsti>=<nysti>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "opgradér pakke"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "generér PGP/GPG-signatur"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "forespørg/verificér alle pakker"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "forespørg/verificér pakke(r), der ejer filen"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "forespørg/verificér pakke(r) i gruppen"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "forespørg/verificér en pakkefil (dvs. en binær *.rpm-fil)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "rpm forespørgselstilstand"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "vis kendte forespørgselsmærker"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "forespørg en spec-fil"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "forespørg pakke(r), der udløses af pakken"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "rpm verifikationstilstand"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "gammel rpm verifikationstilstand"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "forespørg/verificér pakke(r), der stiller et krav"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "forespørg/verificér pakke(r), der tilfredsstiller et krav"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "vis alle konfigurationsfiler"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "vis alle dokumentationsfiler"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "vis grundlæggende filinformation"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "vis liste over filerne i pakken"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead mislykkedes\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "brug følgende forespørgselsformat"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "erstat i18n-sektioner i spec-fil"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "vis filernes status"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "giv en detaljeret filliste"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "verificér ikke filerne i pakke"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "undlad at tjekke pakkers afhængighedskrav"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "udfør ikke eventuelt %verifyscript"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "verificér ikke filerne i pakke"
@@ -2884,76 +2884,76 @@ msgstr "pakke %s pr
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ukendt fejl %d under arbejdet med pakken %s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan ikke oprette %s: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kunne ikke skrive til %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "kildepakke forventet, binær fundet\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "kildepakke indeholder ingen .spec-fil\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 "kørsel af småskriptet %s fra %s-%s-%s mislykkedes, afslutningsstatus %d\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 "kørsel af småskriptet %s fra %s-%s-%s mislykkedes, afslutningsstatus %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "pakke: %s-%s-%s filer test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "bruger %s eksisterer ikke - bruger root\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "gruppe %s eksisterer ikke - bruger root\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "udpakning af arkiv mislykkedes%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " for fil "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "kunne ikke åbne %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s mislykkedes\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "kører postinstallations-skript (hvis det findes)\n"
@@ -2963,119 +2963,119 @@ msgstr "k
 msgid "incorrect format: %s\n"
 msgstr "ugyldigt format: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(indeholder ingen filer)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "erstattet     "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "ej installeret"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "ej delt       "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ukendt %3d)  "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(ingen status)"
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "pakke har hverken filejerskabs- eller id-lister\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "kunne ikke forespørge %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "åbning af %s mislykkedes %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "forespørgsel af %s mislykkedes\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "pakke med gammelt kildeformat kan ikke forespørges\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: læs manifest mislykkedes: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "forespørgsel af spec-fil %s mislykkedes, kunne ikke tolkes\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "ingen pakker\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "gruppe %s indeholder ingen pakker\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ingen pakker udløser %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ingen pakker kræver %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ingen pakker tilfører %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s tilhører ingen pakke\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ugyldigt pakkenummer: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "pakkens post-nummer: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "post %d kunne ikke læses\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakken %s er ikke installeret\n"
@@ -3099,158 +3099,158 @@ msgstr "%s: Fwrite mislykkedes: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread mislykkedes: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead mislykkedes\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Kan ikke underskrive v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Kan ikke genunderskrive v2.0 RPM\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature mislykkedes\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Ingen tilgængelig signatur\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead mislykkedes: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature mislykkedes: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Ingen tilgængelig signatur (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "IKKE O.K."
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (MANGLENDE NØGLER:    "
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (IKKE-BETROEDE NØGLER:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "O.K."
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Forbereder..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "Forbereder pakker til installation..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Modtager %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "overspringer %s - overførsel mislykkedes - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "kunne ikke åbne Packages-database i %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "pakke %s kan ikke omrokeres\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "fejl ved læsning fra filen %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "filen %s kræver en nyere version af RPM\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s kunne ikke installeres\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "fandt %d kilde- og %d binærpakker\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "afhængighedskrav, der ikke kunne imødekommes:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "installerer binærpakker\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kunne ikke åbne fil %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "kunne ikke åbne %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" angiver flere pakker\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "fjernelse af disse pakker ville bryde afhængighederne:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kunne ikke åbne %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerer %s\n"
@@ -3260,100 +3260,100 @@ msgstr "Installerer %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "læsning mislykkedes: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "manglende andet ':' ved %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manglende navn på arkitektur ved %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Ufærdig datalinie ved %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "For mange parametre på datalinie ved %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Ugyldigt arch/os-tal: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Ufuldstændig standardlinie ved %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "For mange parametre i standardlinie ved %s:%d\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "Kan ikke udfolde %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Kunne ikke læse %s, HOME er for stor.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kunne ikke åbne %s for læsning: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Kunne ikke læse %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "manglende  ':' (fandt 0x%02x) ved %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manglende parameter til %s ved %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s-udvidelse mislykkedes ved %s:%d \"%s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan ikke åbne %s ved %s:%d: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ugyldig tilvalg '%s' ved %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 "Ukendt system: %s\n"
 "\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Kontakt venligst rpm-list@redhat.com (på engelsk)\n"
 
@@ -3478,47 +3478,47 @@ msgstr "Du skal angive \"%%_gpg_name\" i din makrofil\n"
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Du skal angive \"%%_pgp_name\" i din makrofil\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== gemmer omrokeringer\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d ekskluderer %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d omrokerer %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ekskluderer multilib-sti %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "ekskluderer %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "omrokerer %s til %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "omrokerer kataloget %s til %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s oversprunget grundet manglende ok-flag\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ekskluderer kataloget %s\n"
@@ -3540,127 +3540,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "manglende  %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Ikke-tilfredsstillede afhængighedskrav for %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d fejl(%d) fra %s: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d fejl(%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "lukket  db-fil    %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "fjernet db-fil    %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ugyldig db-fil %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "åbner db-fil      %s modus 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "kunne ikke opnå %s lås på database\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "eksklusiv"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "delt"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "lukkede db-miljø  %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "fjernede db-miljø  %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "åbner   db-miljø  %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "lukkede db-indeks %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "lukkede db-indeks %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "åbner   db-indeks %s/%s %s mode=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "kan ikke opnå %s lås på %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "låste   db-index  %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, fuzzy, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "ukendt db-tilvalg: \"%s\" ignoreret\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s har ugyldig talværdi, overspringes\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s har for stor eller lille 'long'-værdi, overspringes\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "%s har for stor eller lille heltalsværdi, overspringes\n"
@@ -3694,41 +3695,41 @@ msgstr ""
 "generér hoveder, der er kompatible med (gamle) rpm[23]-indpakningsversioner"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: ukendt mærkenavn: \"%s\" ignoreret\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "kan ikke åbne '%s'-indeks ved brug af db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan ikke åbne '%s'-indeks\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "fejl(%d) ved gemning af post %s i %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "fejl(%d) ved fjernelse af post %s fra %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "der er ikke sat nogen dbpath\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3737,266 +3738,266 @@ msgstr ""
 "database med det nye format\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "fejl(%d) ved optælling af pakker\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "post nummer %d i databasen er fejlbehæftet -- overspringer.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: kan ikke læse hoved ved 0x%x\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "fjerner \"%s\" fra %s-indekset.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "fjerne %d indgange fra %s-indekset.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "fejl(%d) under allokering af ny pakkeinstans\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 "tilføjer \"%s\" til '%s'-indekset.\n"
 "\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "tilføjer %d indgange til '%s'-indekset.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "fjerner %s efter vellykket genopbygning af db3.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "der ikke sat nogen dbpath"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "genopbygger database %s over i %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "den midlertidige database %s eksisterer allerede\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 "opretter kataloget %s\n"
 "\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "opretter kataloget %s: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "åbner gammel database med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "åbner ny database med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kunne ikke tilføje posten, der tidligere var ved %d\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "kunne ikke genopbygge database: original-databasen beholdes\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "kunne ikke erstatte gammel database med ny database!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "erstat filer i %s med filer fra %s for at genoprette"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "fjerner kataloget %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "kunne ikke fjerne katalog %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktiv %d tom %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(tom)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(tom)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makroen %%%s har et uafsluttet indhold (body)\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makroen %%%s har et ugyldig navn (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makroen %%%s har uafsluttede parametre\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "Makroen %%%s har intet indhold\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Makroen %%%s kunne ikke udfoldes\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makroen %%%s har ugyldigt navn (%%undefine)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) blev ikke brugt under niveau %d\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Ukendt tilvalg %c i %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Rekursionsdybde(%d) overskrider maks(%d)\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Uafsluttet %c: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Et %% efterfølges af en makro, der ikke kan tolkes\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Makroen %%%.*s blev ikke fundet, overspringer\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Overløb i målbuffer\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Fil %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Filen %s er mindre end %u byte\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Succes"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Ugyldigt svar fra server"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "I/O-fejl for server"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Tidsudløb for server"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Kunne ikke skaffe serverens IP-addresse"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Kunne ikke slå serverens navn op"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Kunne ikke etablere en forbindelse til serveren"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Kunne ikke etablere en data-forbindelse til serveren"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "I/O-fejl i lokal fil"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Kunne ikke sætte fjernserveren i passiv tilstand"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Fil ikke fundet på server"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Afbryder programmet"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Ukendt eller uventet fejl"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "logger på %s som %s, adgangskode %s\n"
@@ -4025,37 +4026,37 @@ msgstr "advarsel: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "hukommelsesallokering (%u byte) returnerede NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "advarsel: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "advarsel: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "advarsel: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Adgangskode for %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "Fejl: %sport skal være et tal\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url-port skal være et tal\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "kunne ikke oprette %s: %s\n"
index 09ccbaf..74979d6 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -50,59 +50,59 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
 
 # , c-format
-#: build.c:79
+#: build.c:81
 #, 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:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
 # , c-format
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s scheint kein RPM-Paket zu sein\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
@@ -113,17 +113,17 @@ msgid "rpm: %s\n"
 msgstr ""
 
 # , c-format
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Version %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright © 1998 - Red Hat Software"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -600,11 +600,11 @@ msgid ""
 msgstr ""
 "Ein Paket mit denselben Paketspezifikations-Optionen wie bei -q überprüfen"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "Dateiabhängigkeiten nicht überprüfen"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "md5-Prüfsumme der Datei nicht überprüfen"
 
@@ -626,7 +626,7 @@ msgstr "Paket installieren"
 msgid "    -i <packagefile>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "Paket installieren"
 
@@ -648,7 +648,7 @@ msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "Paket %s ist nicht installiert\n"
@@ -657,50 +657,50 @@ msgstr "Paket %s ist nicht installiert\n"
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis <VERZ>"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "Dokumentation nicht installieren"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "Abkürzung für --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "alle Dateien installieren, auch die config-Dateien, die sonst übergangen "
 "würden"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "Paket-Architektur nicht überprüfen"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "Paket-Betriebssystem nicht überprüfen"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "Dokumentation installieren"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen"
@@ -713,19 +713,19 @@ msgstr "Keine Installations-Skripte ausf
 msgid "don't execute any scripts triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "Prozentangabe bei der Paketinstallation ausgeben"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "Neuinstallation, wenn das Paket schon vorhanden ist"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde"
 
@@ -742,7 +742,7 @@ msgstr "    -b<STUFE> <SPEC>      "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paket aktualisieren (dieselben Optionen wie --install, außerdem)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -759,11 +759,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "Paket löschen (deinstallieren)"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -886,7 +886,7 @@ msgstr "wie --rebuild aber kein Paket erstellen"
 msgid "    --resign <pkg>+       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)"
 
@@ -895,7 +895,7 @@ msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)"
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "Signatur einem Paket hinzufügen"
 
@@ -909,15 +909,15 @@ msgstr "    -b<STUFE> <SPEC>      "
 msgid "    -K <pkg>+             "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "Paketsignatur überprüfen"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "alle PGP-Signaturen überspringen"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "alle PGP-Signaturen überspringen"
@@ -958,8 +958,8 @@ msgstr ""
 "wenn dieselben Paketspezifikationsoptionen wie bei -q benutzt würden"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "Es darf nur ein Hauptmodus angegeben werden"
 
@@ -971,24 +971,24 @@ msgstr "-u und --uninstall sind veraltet und funktionieren nicht mehr.\n"
 msgid "Use -e or --erase instead.\n"
 msgstr "Benutzen Sie stattdessen -e oder --erase\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "Verschiebungen müssen ein »=« beinhalten"
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "bei Verschiebungen muss ein »/« dem »=« folgen"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -996,109 +996,109 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "nur die Installation und Aktualisierung darf erzwungen werden"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "Dateien können nur während der Paketinstallation verschoben werden"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nur eines der Argumente --prefix oder --relocate darf angegeben werden"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix darf nur bei der Installation neuer Pakete benutzt werden"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "Argumente zu --prefix müssen mit einem / beginnen"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "nur eines der Argumente --excludedocs und --includedocs darf angegeben werden"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches darf nur während der Paketdeinstallaiton angegeben werden"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
@@ -1118,7 +1118,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
@@ -1127,7 +1127,7 @@ msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1136,7 +1136,7 @@ msgstr ""
 "--nodeps darf nur während der Paketinstallation, -deinstallation und -"
 "überprüfung angegeben werden"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1144,7 +1144,7 @@ msgstr ""
 "--test darf nur während der Paketinstallation, -deinstallation und -"
 "erstellung angegeben werden"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1152,7 +1152,7 @@ msgstr ""
 "--root (-r) darf nur während der Paketinstallation, -deinstallation, -"
 "anfrage und Datenbankneuerstellungen angegeben werden"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "Argumente zu --root (-r) müssen mit einem / beginnen"
 
@@ -1176,80 +1176,80 @@ msgid ""
 msgstr ""
 "--nopgp darf nur während der Signatur- und Paketüberprüfung angegeben werden"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Die Passwortüberprüfung ist fehlgeschlagen\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Das Passwort ist richtig.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign darf nur während der Paketerstellung benutzt werden"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Öffnen fehlgeschlagen\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "Unerwartete Argumente zu --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "Es wurden keine Pakete für die Signaturüberprüfung angegeben"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "Es wurden keine Pakete für die Signatur angeben"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "Es wurden keine Pakete für die Deinstallation angegeben"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "Es wurden keine Argumente für die Anfrage angegeben"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "Es wurden keine Argumente für die Überprüfung angegeben"
 
@@ -1292,7 +1292,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1359,21 +1359,21 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Benutzung: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Benutzen Sie stattdessen -e oder --erase\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 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:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
@@ -1382,42 +1382,42 @@ msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "Es wurden keine Paketdateien für die Neuerstellung angegeben"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "Es wurde kein spec-Datei für die Erstellung angegeben"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "Es wurde keine tar-Datei für die Erstellung angegeben"
 
 # , c-format
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
 
 # , c-format
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Hole %s heraus\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
 # , c-format
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1444,227 +1444,227 @@ msgstr "? im Ausdruck erwartet"
 msgid "parse error in expression\n"
 msgstr "? im Ausdruck erwartet"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "? im Ausdruck erwartet"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "fehlende { nach %{"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "fehlender ':' bei %s:%d"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "fehlende { nach %{"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 # , c-format
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1556
+#: build/files.c:1564
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
 # , c-format
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Konnte pgp nicht durchführen"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp fehlgeschlagen"
 
 # , c-format
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -1762,7 +1762,7 @@ msgstr "
 msgid "readRPM: read %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
@@ -1778,97 +1778,97 @@ msgid "readRPM: reading header from %s\n"
 msgstr "Fehler beim Eintrag %s von %s"
 
 # , c-format
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "PGP-Signatur generieren"
 
 # , c-format
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
 # , c-format
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -1909,17 +1909,17 @@ msgid "line %d: Error parsing %%description: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # , c-format
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
@@ -2012,57 +2012,57 @@ msgstr "
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, 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:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "fehlende Architektur für %s bei %s:%d"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Fataler Fehler: "
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Optionen der Paketauswahl:"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "die temporäre Datenbank %s existiert schon"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -2161,29 +2161,29 @@ msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # , c-format
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
 # , c-format
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
 # , c-format
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -2196,42 +2196,42 @@ msgstr "
 
 # , c-format
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "Paket-Architektur nicht überprüfen"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
@@ -2246,123 +2246,123 @@ msgstr "ung
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, fuzzy, c-format
 msgid "(error 0x%x)"
 msgstr "Fehler: "
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 #, fuzzy
 msgid "Unknown file type"
 msgstr "(unbekannter Typ)"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "fehlender ':' bei %s:%d"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 #, fuzzy
 msgid "Internal error"
 msgstr "Fataler Fehler: "
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "pgp fehlgeschlagen"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
@@ -2370,48 +2370,48 @@ msgstr "die Datei 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # FIXME
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, 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:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(keine Zahl)"
 
@@ -2442,7 +2442,7 @@ msgid "getting list of mounted filesystems\n"
 msgstr ""
 
 # , c-format
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -2462,37 +2462,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "Entfernen von %s fehlgeschlagen: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "kann Datei %s nicht öffnen: "
@@ -2504,90 +2504,90 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "fehlende { nach %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "fehlende } nach %{"
 
 # »Tag« übersetzen??? -ke-
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "leeres »Tag«-Format"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "leerer »Tag«-Name"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "unbekannter »Tag«"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] am Ende des Arrays erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "unerwartete ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "unerwartete }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "? im Ausdruck erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "{ nach ? im Ausdruck erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "} im Ausdruck erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ": nach ? Unterausdruck erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "{ nach : im Ausdruck erwartet"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "| am Ende des Ausdrucks erwartet"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(unbekannter Typ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
@@ -2598,7 +2598,7 @@ msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2755,286 +2755,286 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "Keine paketspezifischen Skripte ausführen"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "Keine paketspezifischen Skripte ausführen"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "Paket installieren"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "PGP-Signatur generieren"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "Paket hat keinen Namen"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "Anfrage-Modus"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "Anfrage-Modus"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "Anfrage-Modus"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "Dokumentation installieren"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr "Paketinformationen anzeigen"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 #, fuzzy
 msgid "use the following query format"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "Dateiliste des Pakets anzeigen"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "Paket installieren"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "Dateiabhängigkeiten nicht überprüfen"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "Paket installieren"
@@ -3108,77 +3108,77 @@ msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, 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:1027
+#: lib/psm.c:1036
 #, 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:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
 # , c-format
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "pgp fehlgeschlagen"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "Keine Stufen ausführen"
@@ -3188,124 +3188,124 @@ msgstr "Keine Stufen ausf
 msgid "incorrect format: %s\n"
 msgstr "Fehler beim Format %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(beinhaltet keine Dateien)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 #, fuzzy
 msgid "not installed "
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(unbekannter Typ)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "Paket hat keinen Namen"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "kein Paket triggert %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "kein Paket verlangt %s\n"
 
 # oder besser: ... listet %s auf? -ke-
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "kein Paket stellt %s bereit\n"
 
 # , c-format
-#: lib/query.c:785
+#: lib/query.c:791
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, 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:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "Eintrag %d konnte nicht gelesen werden\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "Paket %s ist nicht installiert\n"
@@ -3330,163 +3330,163 @@ msgstr "%s: 
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Kann v1.0-RPM nicht signieren\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Kann v2.0-RPM nicht erneuert signieren\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: »rpmReadSignature« fehlgeschlagen\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Keine Signatur verfügbar\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: »rpmReadSignature« fehlgeschlagen\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Keine Signatur verfügbar (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 #, fuzzy
 msgid " (MISSING KEYS:"
 msgstr " (FEHLENDE SCHLüSSEL)"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
 # , c-format
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "Fehler: %s kann nicht installiert werden\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "Paket installieren"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" bezeichnet mehrere Pakete\n"
 
 # oder besser: "... verletzen" ?
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "Das Enfernen dieser Pakete würde Paket-Abhängigkeiten missachten:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installiere %s\n"
@@ -3496,101 +3496,101 @@ msgstr "Installiere %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "fehlendes zweites ':' bei %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "fehlender Name cer Architektur bei %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Unvollständige Datenzeile bei %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, 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:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Unzureichende arch/os Zahl: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Unvollständige Standardzeile bei %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "fehlender ':' bei %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, 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:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "fehlende Architektur für %s bei %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "unzureichende Option '%s' bei %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3729,50 +3729,50 @@ msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
 # , c-format
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Hole %s heraus\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
 # , c-format
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Hole %s heraus\n"
 
 # , c-format
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Hole %s heraus\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
@@ -3790,128 +3790,129 @@ msgstr ""
 msgid "missing    %s"
 msgstr "fehlende { nach %{"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "kann %s lock für die Datenbank nicht bekommen"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "exklusiv"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "geteilt"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "kann %s lock für die Datenbank nicht bekommen"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3940,320 +3941,320 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "Fehler beim Eintrag %s von %s"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "Fehler bei Schreiben des Eintrags %s nach %s"
 
 # FIXME
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "»dbpath« ist nicht gesetzt"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 "Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen"
 
 # FIXME
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
 # FIXME
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
 # FIXME
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "»dbpath« ist nicht gesetzt"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "die temporäre Datenbank %s existiert schon"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
 # , c-format
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "(unbekannter Typ)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Paket %s in %s nicht gefunden"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 # , c-format
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 #, fuzzy
 msgid "Bad server response"
 msgstr "Nicht passende Antwort des FTP-Servers"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "FTP IO-Fehler"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 #, fuzzy
 msgid "Server timeout"
 msgstr "Timeout des FTP-Servers"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "Verbindung zum FTP-Server fehlgeschlagen"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "IO-Fehler bei lokaler Datei"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "FTP Unbekannter oder nicht erwarteter Fehler"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4283,39 +4284,39 @@ msgstr "Warnung: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Passworf für %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, fuzzy, c-format
 msgid "error: %sport must be a number\n"
 msgstr "Fehler: der FTP-Port muss eine Zahl sein\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 #, fuzzy
 msgid "url port must be a number\n"
 msgstr "Fehler: der FTP-Port muss eine Zahl sein\n"
 
 # , c-format
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
index 9eb6a0b..04c7fe7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9cfdd7d..54fcfaa 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
 "Content-Type: text/plain; charset=\n"
@@ -12,54 +12,54 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "puuttuvat riippuvuudet:\n"
 
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "%s:n avaus epäonnistui\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "En voi lukea %s: %s."
 
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "en voinut avata %s: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s ei vaikuta RPM-paketilta\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "virhe etsittäessä pakettia %s\n"
@@ -69,16 +69,16 @@ msgstr "virhe etsitt
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versio %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -554,11 +554,11 @@ msgid ""
 "options as -q"
 msgstr "tarkista paketin asennus käyttäen samoja paketin määrittelyparametrejä kuin -q "
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "älä tarkista paketin riippuvuuksia"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "älä tarkista tiedostojen md5-tarkistussummia"
 
@@ -580,7 +580,7 @@ msgstr "asenna paketti"
 msgid "    -i <packagefile>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "asenna paketti"
 
@@ -602,7 +602,7 @@ msgstr "siirr
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paketti %s ei ole asennettu\n"
@@ -611,47 +611,47 @@ msgstr "paketti %s ei ole asennettu\n"
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "siirrä paketti hakemistoon <hakem>, jos siirrettävissä"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "älä asenna dokumentointia"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "lyhenne parametreille --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "älä tarkista paketin arkkitehtuuria"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "älä tarkista paketin käyttöjärjestelmää"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "asenna dokumentaatio"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi"
 
@@ -663,19 +663,19 @@ msgstr "
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "tulosta asennuksen eteneminen prosentteina"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "asenna uudelleen, jos paketti on jo asennettu"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "älä asenna, mutta kerro onnistuisiko se"
 
@@ -692,7 +692,7 @@ msgstr "    -b<vaihe> <m
 msgid "upgrade package (same options as --install, plus)"
 msgstr "päivitä paketti (samat parametrit kuin --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -707,11 +707,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "poista paketti"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -826,7 +826,7 @@ msgstr "kuten --rebuild, mutta ei k
 msgid "    --resign <pkg>+       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)"
 
@@ -835,7 +835,7 @@ msgstr "allekirjoita paketti (hylk
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "lisää allekirjoitus pakettiin"
 
@@ -849,15 +849,15 @@ msgstr "    -b<vaihe> <m
 msgid "    -K <pkg>+             "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "tarkista paketin allekirjoitus"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "ohita PGP-allekirjoitukset"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "ohita PGP-allekirjoitukset"
@@ -892,8 +892,8 @@ msgid ""
 msgstr "aseta tiedostojen omistaja ja ryhmä niiksi, jotka ne ovat pakettien tietokannassa käyttäen samoja pakettien määrittelyparametrejä kuin -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "vain yksi päämoodi voidaan määritellä"
 
@@ -905,24 +905,24 @@ msgstr "-u ja --uninstall ovat vanhentuneet eiv
 msgid "Use -e or --erase instead.\n"
 msgstr "Käytä sen sijaan -e tai --erase .\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "siirroissa pitää olla =-merkki"
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "siirroissa pitää olla / =-merkin jälkeen"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -930,106 +930,106 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "yhden tyyppinen kysely/tarkistus voidaan suorittaa kerralla"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "vain asennus tai päivitys voidaan pakottaa"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "tiedostoja voidaan siirtää toiselle polulle vain asennettaessa"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "vain toinen --prefix tai --relocate voidaan antaa"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix parametrien pitää alkaa /-merkillä"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h): voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "vain toinen --excludedocs tai --includedocs voidaan antaa"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches: voidaan käyttää vain paketteja poistettaessa"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
@@ -1045,33 +1045,33 @@ msgstr "--noscripts: voidaan k
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai tarkistettaessa"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test: voidaan käyttää vain paketteja asennettaessa, poistettaessa ja käännettäessä"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr "--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, kyseltäessä ja tietokannan uudelleenluonnissa"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parametrit --root (-r):lle alettava /-merkillä"
 
@@ -1094,80 +1094,80 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa ja paketteja todennettaessa"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign: voidaan käyttää vain paketteja käännettäessä"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: avaus ei onnistunut\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags: odottamattomia parametrejä"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "allekirjoituksen tarkistukselle ei määritelty paketteja"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "allekirjoitukselle ei määritelty paketteja"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "poistolle ei määritelty paketteja"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "asennukselle ei määritelty paketteja"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "kyselylle ei annettu parametrejä"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "tarkistukselle ei annettu parametrejä"
 
@@ -1210,7 +1210,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1276,60 +1276,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "käyttö: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Käytä sen sijaan -e tai --erase .\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath parametri annettu toiminnolle, joka ei käytä tietokantaa"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "uudelleenkäännolle ei määritelty paketteja"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "käännökselle ei annettu määrittelytiedostoja"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "käännökselle ei määritelty tar-tiedostoja"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Haen: %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1356,215 +1356,215 @@ msgstr "odotin '?'-merkki
 msgid "parse error in expression\n"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "puuttuva ':', %s:%d"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp epäonnistui"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "en voinut avata %s: %s"
@@ -1658,7 +1658,7 @@ msgstr "en voinut avata %s: %s"
 msgid "readRPM: read %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead  epäonnistui\n"
@@ -1673,86 +1673,86 @@ msgstr "virhe: %s ei vaikuta RPM paketilta\n"
 msgid "readRPM: reading header from %s\n"
 msgstr "virhe luettaessa tietuetta %s %s:stä"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s:n avaus epäonnistui\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "en voinut avata %s: %s"
@@ -1792,17 +1792,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
@@ -1888,57 +1888,57 @@ msgstr "en voinut avata %s: %s"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%s:n puuttuva arkkitehtuuri %s:%d"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "vakava virhe: "
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "väliaikainen tietokanta %s on jo olemassa"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -2027,27 +2027,27 @@ msgstr "paketti %s ei ole %s:ss
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "en voinut avata %s: %s"
@@ -2058,42 +2058,42 @@ msgid "line %d: %s\n"
 msgstr "en voinut avata %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "%s:n avaus epäonnistui\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "älä tarkista paketin arkkitehtuuria"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
@@ -2108,123 +2108,123 @@ msgstr "virheellinen paketin numero: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, fuzzy, c-format
 msgid "(error 0x%x)"
 msgstr "virhe: "
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 #, fuzzy
 msgid "Unknown file type"
 msgstr "(tuntematon tyyppi)"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "puuttuva ':', %s:%d"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 #, fuzzy
 msgid "Internal error"
 msgstr "vakava virhe: "
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "pgp epäonnistui"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
@@ -2232,47 +2232,47 @@ msgstr "tiedostoa %s ei omista mik
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, 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:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(ei ole luku)"
 
@@ -2300,7 +2300,7 @@ msgstr "en voinut avata %s: %s"
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "en voinut avata %s: %s"
@@ -2319,37 +2319,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s:n rmdir epäonnistui: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "en voinut avata tiedostoa %s: "
@@ -2361,89 +2361,89 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "puuttuva '{' '%':n jälkeen"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "puuttuva '{' '%{':n jälkeen"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "tyhjä nimiön formaatti"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "tyhjä nimiön nimi"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "tuntematon nimiö"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "']' puuttuu taulukkomäärittelyn lopusta"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "odottamaton ']'"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "odottamaton '}'"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "odotin '{' '?'-merkin jälkeen ilmauksessa "
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "odotin '}'-merkkiä ilmauksessa"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "odotin ':' '?'-merkin jälkeen ali-ilmauksessa "
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "odotin '{' ':'-merkin jälkeen ilmauksessa "
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "odotin '}'-merkkiä ilmauksen lopussa"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(tuntematon tyyppi)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
@@ -2453,7 +2453,7 @@ msgstr "virhe luotaessa hakemistoa %s: %s"
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2606,286 +2606,286 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "älä aja mitään pakettikohtaisia skriptejä"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "kysele kaikki paketit"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "älä aja mitään pakettikohtaisia skriptejä"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "älä suorita asennusskriptejä"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "älä suorita asennusskriptejä"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "älä suorita asennusskriptejä"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "asenna paketti"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "generoi PGP-allekirjoitus"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "kysele kaikki paketit"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "paketilla ei ole nimeä"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "kysele kaikki paketit"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "kyselymoodi"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "kyselymoodi"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "kyselymoodi"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "asenna dokumentaatio"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr "näytä paketin tiedot"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 #, fuzzy
 msgid "use the following query format"
 msgstr "odottamaton kyselyn lähde"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "näytä paketin tiedostolistaus"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "asenna paketti"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "älä tarkista paketin riippuvuuksia"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "asenna paketti"
@@ -2955,75 +2955,75 @@ msgstr "paketti %s-%s-%s  sis
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, 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:1027
+#: lib/psm.c:1036
 #, 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:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paketti %s-%s-%s  sisältää jaettuja tiedostoja\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "pgp epäonnistui"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "älä suorita mitään vaiheita"
@@ -3033,122 +3033,122 @@ msgstr "
 msgid "incorrect format: %s\n"
 msgstr "virhe formaatissa: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(ei tiedostoja)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 #, fuzzy
 msgid "not installed "
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(tuntematon tyyppi)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paketilla ei ole nimeä"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "kysele kaikki paketit"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "mikään pakettie ei tarvitse %s:a\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "mikään paketti ei tarjoa %s:a\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "tietuetta %d ei voitu lukea\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paketti %s ei ole asennettu\n"
@@ -3173,161 +3173,161 @@ msgstr "%s: readLead  ep
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: En voi allekirjoittaa v1.0 RPM:ää\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: En voi uudelleen allekirjoittaa v2.0 RPM:ää\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature epäonnistui\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Ei allekirjoitusta saatavilla\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmReadSignature epäonnistui\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Ei allekirjoitusta saatavilla (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 #, fuzzy
 msgid " (MISSING KEYS:"
 msgstr "(PUUTTUVAT AVAIMET)"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "asennukselle ei määritelty paketteja"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Haen: %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "virhe: %s ei voida asentaa\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "puuttuvat riippuvuudet:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "asenna paketti"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "virhe: en voi avata %s%s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" määrittää useita paketteja\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "näiden pakettien poisto rikkoisi riippuvuuksia:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Asennan: %s\n"
@@ -3337,98 +3337,98 @@ msgstr "Asennan: %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "toinen ':' puuttuu, %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "puuttuva arkkitehtuurin nimi, %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Epätäydellinen datarivi, %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "liian monta parametriä datarivillä %s:%d"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, 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:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Epätäydellinen oletusrivi, %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "liian monta parametriä oletusrivillä %s:%d"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "En voi lukea %s: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "puuttuva ':', %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s:n puuttuva parametri %s:%d"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s:n puuttuva arkkitehtuuri %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "huono parametri '%s', %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3567,47 +3567,47 @@ msgstr "Sinun pit
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Haen: %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Haen: %s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Haen: %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
@@ -3625,127 +3625,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "en voi saada %s lukitusta tietokantaan"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "poissulkevaa"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "jaettua"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "en voi saada %s lukitusta tietokantaan"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3774,313 +3775,313 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "virhe luettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "virhe talletettaessa tietuetta %s %s:ään"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ei ole asetettu"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "en voi lukea headeria %d:stä päivittäessä"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "dbpath ei ole asetettu"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "väliaikainen tietokanta %s on jo olemassa"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "en voi lisätä tietuetta %d:stä"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "(tuntematon tyyppi)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 #, fuzzy
 msgid "Bad server response"
 msgstr "Virheellinen FTP-palvelijan vastaus"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "FTP:n IO-virhe"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 #, fuzzy
 msgid "Server timeout"
 msgstr "FTP-palvelimen timeout"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "FTP-palvelimen osoitetta ei löytynyt"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "FTP-palvelimen nimeä ei löytynyt"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "En saanut yhteyttä FTP-palvelijaan"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "En saanut data-yhteyttä FTP-palvelijaan"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Paikallisen tiedoston IO-virhe"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Virhe asetettaessa palvelinta passiiviin moodiin"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "FTP:n tuntematon tai odottamaton virhe"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4110,38 +4111,38 @@ msgstr "varoitus: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "%s@%s:n salasana: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, fuzzy, c-format
 msgid "error: %sport must be a number\n"
 msgstr "virhe: ftpport pitää olla luku\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 #, fuzzy
 msgid "url port must be a number\n"
 msgstr "virhe: ftpport pitää olla luku\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "%s:n luonti epäonnistui\n"
index b825fef..5eaab47 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,54 +19,54 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -76,16 +76,16 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -558,11 +558,11 @@ msgid ""
 "options as -q"
 msgstr "\t\t\t  mmes options de spcification de package qu'avec -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -585,7 +585,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -605,7 +605,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "aucun package n'a t spcifi pour l'installation"
@@ -614,51 +614,51 @@ msgstr "aucun package n'a t spcifi pour l'installation"
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 #, fuzzy
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "      --force           - raccourci pour --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 #, fuzzy
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "      --hash            - affiche des '#' pendant l'installation du package "
 "(utile avec -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -670,25 +670,25 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 #, fuzzy
 msgid "print percentages as package installs"
 msgstr ""
 "      --percent         - affiche des '%' pendant l'installation du package"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 #, fuzzy
 msgid "install even if the package replaces installed files"
 msgstr ""
 "      --replacefiles    - installe mme si le package remplace des fichiers "
 "dj prsents"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 #, fuzzy
 msgid "reinstall if the package is already present"
 msgstr "      --replacepkgs      - rinstalle si le package est dj prsent"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 #, fuzzy
 msgid "don't install, but tell if it would work or not"
 msgstr ""
@@ -711,7 +711,7 @@ msgstr ""
 "    -U <packagefile>\t- mise  jour du package (mmes options que --install, "
 "plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 #, fuzzy
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
@@ -729,11 +729,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    --checksig <pkg>+  - vrifie la signature PGP"
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -859,7 +859,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr "    --checksig <pkg>+  - vrifie la signature PGP"
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -867,7 +867,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -881,15 +881,15 @@ msgstr "    --checksig <pkg>+  - vrifie la signature PGP"
 msgid "    -K <pkg>+             "
 msgstr "    --checksig <pkg>+  - vrifie la signature PGP"
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "      --sign            - genre une signature PGP"
@@ -925,8 +925,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "un seul mode majeur peut tre spcifi"
 
@@ -939,25 +939,25 @@ msgstr "-u et --uninstall sont obsoltes et seront bientt supprims.\n"
 msgid "Use -e or --erase instead.\n"
 msgstr "Utilisez de prfrence -e ou --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -965,122 +965,122 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "un seul type de requte/vrification peut tre effectu  la fois"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "source de requte inattendue"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "source de requte inattendue"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "source de requte inattendue"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "seules l'installation et la mise  jour peuvent tre forces"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr ""
 "--replacefiles ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "un seul mode majeur peut tre spcifi"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--clean ne peut tre spcifi que lors de la construction d'un package"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 #, fuzzy
 msgid "--prefix may only be used when installing new packages"
 msgstr "--sign ne peut tre spcifi que lors de la construction d'un package"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 #, fuzzy
 msgid "arguments to --prefix must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 #, fuzzy
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 #, fuzzy
 msgid "--includedocs may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 #, fuzzy
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "un seul mode majeur peut tre spcifi"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 #, fuzzy
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 #, fuzzy
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--percent ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 #, fuzzy
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--replacepkgs ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
@@ -1102,7 +1102,7 @@ msgid "--apply may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut tre spcifi que lors de l'installation d'un package"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
@@ -1111,7 +1111,7 @@ msgstr ""
 "--test ne peut tre spcifi que lors de l'installation ou dsinstallation d'un "
 "package"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1120,7 +1120,7 @@ msgstr ""
 "--test ne peut tre spcifi que lors de l'installation ou dsinstallation d'un "
 "package"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 #, fuzzy
 msgid ""
 "--test may only be specified during package installation, erasure, and "
@@ -1129,7 +1129,7 @@ msgstr ""
 "--test ne peut tre spcifi que lors de l'installation ou dsinstallation d'un "
 "package"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 #, fuzzy
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
@@ -1138,7 +1138,7 @@ msgstr ""
 "--root (-r) ne peut tre spcifi que lors de l'installation, de la "
 "dsinstallation ou de l'interrogation d'un package"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
@@ -1162,82 +1162,82 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--sign ne peut tre spcifi que lors de la construction d'un package"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "La vrification du mot de passe a chou\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Mot de passe correct.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign ne peut tre spcifi que lors de la construction d'un package"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 #, fuzzy
 msgid "exec failed\n"
 msgstr "La construction a chou.\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "aucun package n'a t spcifi pour la vrification de signature"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 #, fuzzy
 msgid "no packages given for signing"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 #, fuzzy
 msgid "extra arguments given for query of all packages"
 msgstr "aucun argument n'a t fourni pour la requte"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "aucun argument n'a t fourni pour la requte"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "aucun argument n'a t fourni pour la requte"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "aucun argument n'a t fourni pour la vrification"
 
@@ -1279,7 +1279,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1345,21 +1345,21 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Utilisez de prfrence -e ou --erase.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
@@ -1368,40 +1368,40 @@ msgstr ""
 "--test ne peut tre spcifi que lors de l'installation ou dsinstallation d'un "
 "package"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "aucun package n'a t spcifi pour la reconstruction"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "aucun package n'a t spcifi pour la construction"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 #, fuzzy
 msgid "no tar files given for build"
 msgstr "aucun package n'a t spcifi pour la construction"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "La construction a chou.\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1424,214 +1424,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "La construction a chou.\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1725,7 +1725,7 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "readRPM: read %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -1740,86 +1740,86 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "      --sign            - genre une signature PGP"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -1859,17 +1859,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -1955,57 +1955,57 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, 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:590
+#: build/parsePreamble.c:594
 #, 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:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Options de spcification de package:"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -2094,27 +2094,27 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2125,42 +2125,42 @@ msgid "line %d: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "%s ne peut tre construit sur cette architecture\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
@@ -2175,120 +2175,120 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "La construction a chou.\n"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2296,47 +2296,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2363,7 +2363,7 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2382,37 +2382,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2424,89 +2424,89 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 #, fuzzy
 msgid "unexpected ]"
 msgstr "source de requte inattendue"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 #, fuzzy
 msgid "unexpected }"
 msgstr "source de requte inattendue"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2515,7 +2515,7 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2671,289 +2671,289 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non install) <packagefile>"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "      --sign            - genre une signature PGP"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr ""
 "        -c                - donne uniquement la liste des fichiers de "
 "configuration (implique -l)"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr ""
 "        -d                - donne uniquement la liste des fichiers de "
 "documentation (implique -l)"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr ""
 "        -i                - affiche les informations relatives  un package"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 #, fuzzy
 msgid "use the following query format"
 msgstr "source de requte inattendue"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "        -l                - affiche la liste des packages"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -3022,76 +3022,76 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -3101,122 +3101,122 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 #, fuzzy
 msgid "not installed "
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
@@ -3241,159 +3241,159 @@ msgstr "impossible d'ouvrir: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3403,98 +3403,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3629,47 +3629,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3687,127 +3687,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3835,303 +3836,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4160,37 +4161,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
index ac0667c..890cb40 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-01-13 22:31+0100\n"
 "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -70,16 +70,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -502,11 +502,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -526,7 +526,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -546,7 +546,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -554,47 +554,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -606,19 +606,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -634,7 +634,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -648,11 +648,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -761,7 +761,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -769,7 +769,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -781,15 +781,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -822,8 +822,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -835,23 +835,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -859,101 +859,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -967,31 +967,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1012,77 +1012,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1123,7 +1123,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1189,57 +1189,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1262,214 +1262,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1563,7 +1563,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1578,82 +1578,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1693,17 +1693,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1789,57 +1789,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1928,27 +1928,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1959,41 +1959,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2008,119 +2008,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2128,47 +2128,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2195,7 +2195,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2214,37 +2214,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2256,87 +2256,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2345,7 +2345,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2482,250 +2482,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2794,74 +2794,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2871,119 +2871,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3007,158 +3007,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3168,98 +3168,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3384,47 +3384,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3442,127 +3442,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3590,303 +3591,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3915,37 +3916,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index d60ae62..0f127ea 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-12 13:25+0000\n"
 "Last-Translator: Richard Allen <ra@hp.is>\n"
 "Language-Team: is <kde-isl@mmedia.is>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "gat ekki útbúið pakkaskilyrði:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Get ekki opnað spec skrána %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Gat ekki opnað pípu í tar: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Gat ekki lesið spec skrá frá %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Gat ekki endurnefnt %s sem %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "gat ekki skoðað %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Skráin %s er ekki venjuleg skrá.\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Þýði fyrir markkerfi: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Þýði fyrir markkerfi %s\n"
@@ -70,16 +70,16 @@ msgstr "
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM útgáfa %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Höfundarréttur (C) 1998-2000 - Red Hat Inc"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Þessu má dreifa frjálst samkvæmt skilmálum GNU GPL"
 
@@ -522,11 +522,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -546,7 +546,7 @@ msgstr "    --install <pakkaskr
 msgid "    -i <packagefile>      "
 msgstr "    -i <pakkaskrá>        "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "setja inn pakka"
 
@@ -566,7 +566,7 @@ msgstr "      --relocate <g
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -574,47 +574,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <mappa>    "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -626,19 +626,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -654,7 +654,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -668,11 +668,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    -e <pakkaskrá>        "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -781,7 +781,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -789,7 +789,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -801,15 +801,15 @@ msgstr "    --checksig <pakki>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pakki>+           "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -842,8 +842,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -855,23 +855,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -879,101 +879,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -987,31 +987,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1032,77 +1032,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1143,7 +1143,7 @@ msgstr "<expr>+"
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1209,57 +1209,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Get ekki opnað tempi skrá.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Gat ekki keyrt %s (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1282,214 +1282,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "vantar '(' í  %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "vantar ')' í %s %s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ógilt %s tákn: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "vantar '(' í  %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Tvær skrár á einni línu: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Skráin er tvítekin: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Skráin fannst ekki: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Gat ekki opnað PreUn skrá: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Skráin fannst ekki með 'glob': %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Gat ekki opnað %%files skrána %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "lína: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Ógild skrá %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Gat ekki keyrt %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Gat ekki búið til undirferli (fork) %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s brást\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "gat ekki ritað öll gögn í %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "gat ekki fundið %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1583,7 +1583,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek brást: %s\n"
@@ -1598,86 +1598,86 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Get ekki ritað í pakka: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Get ekki opnað sigtarget %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Get ekki lesið innihald %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Get ekki ritað innihald í %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrifaði: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1717,17 +1717,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "lína %d: Óleyfilegur rofi %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1813,57 +1813,57 @@ msgstr "l
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "lína %d: Ólöglegt tákn '-' í %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "lína %d: Epoch/Serial svæðið verður að innihalda tölu: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1952,27 +1952,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "lína %d: Villa við þáttun %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1983,41 +1983,41 @@ msgid "line %d: %s\n"
 msgstr "lína %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Get ekki opnað %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2032,119 +2032,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Harðar tengingar vantar"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2152,47 +2152,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2219,7 +2219,7 @@ msgstr "gat ekki sko
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
@@ -2238,37 +2238,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s vistað sem %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s rmdir %s brást: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s gat ekki eytt %s: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s búið til sem %s\n"
@@ -2280,87 +2280,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2369,7 +2369,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2507,250 +2507,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<pakkaskrá>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<pakkaskrá>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<gömul>=<ný>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "uppfæra pakka"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "búa til undirskrift"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "fyrirspurn/yfirferð á pakkann sam á skrá"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "fyrirspurn/yfirferð á pakkana sem hafa pakkaþarfir"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "fyrirspurn/yfirferð á pakkana sem uppfylla þarfir annara pakka"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "ekki yfirfara MD5 undirritun skráa"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "ekki yfirfara stærð skráa"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "ekki yfirfara symlink slóð skráa"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "ekki yfirfara eiganda skráa"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "ekki yfirfara hop skráa"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "ekki yfirfara heimildir skráa"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "ekki yfirfara skrárnar í pakkanum"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "ekki skoða pakkaskilyrðin"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "ekki yfirfara SHA1 undirritunina"
 
@@ -2819,74 +2819,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "gat ekki búið til %%%s %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "get ekki ritað í %%%s %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "pakkinn inniheldur enga .spec skrá\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s brást\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2896,119 +2896,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: gat ekki lesið manifest: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3032,158 +3032,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "get ekki opnað %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3193,98 +3193,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "vantar seinni ':' á %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Get ekki opnað %s til lesturs: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Get ekki lesið %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "viðfang vantar fyrir %s á %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "get ekki opnað %s á %s:%d: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ólöglegur rofi '%s' á %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3409,47 +3409,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d færa %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3467,127 +3467,128 @@ msgstr "
 msgid "missing    %s"
 msgstr "vantar     %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Óuppfyllt pakkaskilyrði fyrir %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "get ekki fengið %s lás á gagnagrunninn\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "einka"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "deildann"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "lokaði gagnagrunnsumhverfi %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "fjarlægði gagnagrunnsumhverfi %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "opna gagnagrunnsumhverfi %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3615,303 +3616,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "get ekki opnað %s index með db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "get ekki opnað %s index\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== virkt %d tómt %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(tómt)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(tómt)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Óþekkt viðfang %c í %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Fjölvi %%%.*s fannst ekki. Sleppi\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Skrá %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Skráin %s er minni en %u bæti\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Tókst"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Þjónninn svaraði rangt"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "Les/ritvilla á þjóninum"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Þjónninn tímaði út"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Gat ekki flett upp vistfangi þjónsins"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Gat ekki flett upp heiti þjónsins"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Gat ekki tengst þjóninum"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Gat ekki opnað gagnatengingu við þjóninn"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "Les/ritvilla í skrána"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Ekki tókst að fá þjóninn í \"passive\" ham"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Skráin fannst ekki á þjóninum"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Er að hætta við"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Óþekkt eða óvænt villa"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "tengist %s sem %s með aðgangsorði %s\n"
@@ -3940,37 +3941,37 @@ msgstr "a
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "minnisfrátekt (%u bæta) skilaði NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "aðvörun: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "aðvörun: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "aðvörun: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Lykilorð fyrir %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "villa: %sport verður að vera tala\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "gátt slóðar verður að vera tala\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "gat ekki búið til %s: %s\n"
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index e4102ad..82dda2d 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,54 +19,54 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "°Í¸À­¤Î·çÇ¡:\n"
 
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "spec ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "tar ¥Ñ¥¤¥×¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "%s ¤«¤é spec ¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "stat %s ¤Ë¼ºÇÔ: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "ÉáÄ̤Υե¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s\n"
 
-#: build.c:254
+#: build.c:258
 #, fuzzy, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï ¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "ºîÀ®Ã楿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, 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.178 2001/10/15 04:22:13 jbj Exp $
+# $Id: ja.po,v 1.179 2001/10/15 17:53:37 jbj Exp $
 #: rpm.c:227
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ¥Ð¡¼¥¸¥ç¥ó %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
@@ -107,7 +107,7 @@ msgstr ""
 "ËÝÌõ¼Ô ¿ÀÅÄ ½¼ <kanda@nn.iij4u.or.jp>\n"
 "¸íÌõÅù¤Ï¿ÀÅĤޤÇ"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "GNU°ìÈ̸øÍ­»ÈÍѵöÂú½ñ¤Î²¼¤Ç¼«Í³¤ËÇÛÉۤǤ­¤Þ¤¹"
@@ -551,11 +551,11 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥¤¥ó¥¹¥È¡¼¥ë¤Î¾õ¶·¤ò¸¡¾Ú¤·¤Þ¤¹"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "¥Õ¥¡¥¤¥ë¤Î md5 ¥Á¥§¥Ã¥¯¥µ¥à¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
@@ -598,7 +598,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "¥Ñ¥¹ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó(¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ËÂФ·¤Æ)"
@@ -607,51 +607,51 @@ msgstr "
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "ºÆÇÛÃÖ²Äǽ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤ËÂФ·¡¢¥¤¥ó¥¹¥È¡¼¥ë¥Ñ¥¹\n"
 "ÀÜƬ¼­¤ò <dir> ¤ËÀßÄꤷ¤Þ¤¹"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs ¤È --replacefiles ¤òû½Ì¤·¤¿¤â¤Î"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '#' ¤Çɽ¼¨¤·¤Þ¤¹(-v ¤ò»ÈÍѤ¹¤ë¤ÈÎɤ¤)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "ÀßÄê¤ò¥¹¥­¥Ã¥×¤·¡¢Á´¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÂоݥ¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ëÁ°¤Ë¥Ç¥£¥¹¥¯¤ÎÍÆÎÌ¥Á¥§¥Ã¥¯¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ÂоÝOS¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·¤·¤Þ¤¹¤¬¡¢\n"
 "¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ÎÊѹ¹¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "°Í¸À­¤òËþ¤¿¤¹¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î\n"
@@ -667,21 +667,21 @@ msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '%' ¤Çɽ¼¨¤·¤Þ¤¹"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë»þ¤ËÃÖ¤­´¹¤¨¤é¤ì¤ë¥Õ¥¡¥¤¥ë¤¬\n"
 "¤¢¤Ã¤Æ¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "´û¤Ë¸ºß¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ç¤âºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤»¤º¤Ë¡¢¥Æ¥¹¥È¤Î¤ß¹Ô¤¤¤Þ¤¹"
 
@@ -699,7 +699,7 @@ msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹(--install ¤È´ö¤Ä¤«¤Î¥ª¥×¥·¥ç¥ó¤òÉÕ¤±Â­¤·¤¿¤â"
 "¤Î)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -716,11 +716,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü(¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë)¤·¤Þ¤¹"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -837,7 +837,7 @@ msgstr "--rebuild 
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤·¤Þ¤¹(¸½ºß¤Î½ð̾¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹)"
 
@@ -845,7 +845,7 @@ msgstr "
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤òÄɲä·¤Þ¤¹"
 
@@ -857,15 +857,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "½ð̾¤Î¸¡¾Ú¤ò¤·¤Þ¤¹"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "PGP ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "GPG ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
@@ -904,8 +904,8 @@ msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î½êÍ­¼Ô¤È¥°¥ë¡¼¥×¤ËÀßÄꤷ¤Þ¤¹"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "°ì¤Ä¤Î¥á¥¸¥ã¡¼¥â¡¼¥É¤Î¤ß¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤"
 
@@ -917,24 +917,24 @@ msgstr "-u 
 msgid "Use -e or --erase instead.\n"
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "ºÆÇÛÃ֤Ϡ/ ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤ò´Þ¤ó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤Î¼¡¤Ë / ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "½ü³°¤¹¤ë¥Ñ¥¹¤Ï / ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -942,45 +942,45 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, fuzzy, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "°ú¿ô½èÍý(%d)¤Ç¤ÎÆâÉô¥¨¥é¡¼ :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "Ì䤤¹ç¤ï¤»/¸¡¾Ú¤Ï°ìÅ٤˰ì¤Ä¤·¤«¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥é¥°"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥½¡¼¥¹"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢¥½¡¼¥¹ºï½ü¡¢¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ëºï½ü»þ¤Î¤ß¶¯À©¤Ç¤­"
 "¤Þ¤¹"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï¥Ñ¥Ã¥±¡¼¥¸¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ßºÆÇÛÃ֤Ǥ­¤Þ¤¹"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ¤â¤·¤¯¤Ï --relocate ¤Î¤¤¤º¤ì¤«¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
@@ -988,64 +988,64 @@ msgstr ""
 "--relocate ¤È --excludepath ¤Ï¿·¤·¤¤¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍÑ"
 "¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix ¤Ï¿·µ¬¤Ë¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix ¤Ø¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "--excludedocs ¤È --includedocs ¤Ï¤É¤Á¤é¤«°ìÊý¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "-ignoreos ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "-ignoresize ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Îºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
@@ -1061,14 +1061,14 @@ msgstr "--noscripts 
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1076,13 +1076,13 @@ msgid ""
 msgstr ""
 "--nodeps ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤ÎºîÀ®¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢ºîÀ®»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1090,7 +1090,7 @@ msgstr ""
 "--root (-r) ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢Ì䤤¹ç¤ï¤»¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹ºÆ¹½ÃÛ»þ¤Î¤ß»ØÄê¤Ç"
 "¤­¤Þ¤¹"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) ¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
@@ -1113,79 +1113,79 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 ¤Ï½ð̾¸¡ºº¤È¥Ñ¥Ã¥±¡¼¥¸¸¡¾Ú»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "½ð̾¤¹¤ë¤¿¤á¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "pgp ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¥Á¥§¥Ã¥¯¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤ÏÀµ¾ï¤Ç¤¹¡¥\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign ¤Ï¥Ñ¥Ã¥±¡¼¥¸ºîÀ®»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "¼Â¹Ô¼ºÇÔ\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags ¤Î°ú¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "½ð̾¸¡ºº¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "½ð̾¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤ÎÌ䤤¹ç¤ï¤»¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "Ì䤤¹ç¤ï¤»¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤Î¸¡¾Ú¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "¸¡¾Ú¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
@@ -1229,7 +1229,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1296,60 +1296,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "»ÈÍÑË¡: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»ÈÍѤ·¤Ê¤¤¤Î¤Ë --dbpath ¤¬Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ºÆºîÀ®¤¹¤ë¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "ºîÀ®¤Î¤¿¤á¤Î spec ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "ºîÀ®(build)¤Î¤¿¤á¤Î tar ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó"
 
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "¼Â¹ÔÃæ: %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s ¤Î¼Â¹Ô¤Ë¼ºÇÔ (%s)"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s ¤ÎÉÔÀµ¤Ê½ªÎ»¥¹¥Æ¡¼¥¿¥¹ (%s)"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1376,222 +1376,222 @@ msgstr "
 msgid "parse error in expression\n"
 msgstr "¼°Ãæ¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
 
-#: build/expression.c:341
+#: build/expression.c:342
 #, fuzzy
 msgid "unmatched (\n"
 msgstr "°ìÃפ·¤Ê¤¤ ("
 
-#: build/expression.c:371
+#: build/expression.c:372
 #, fuzzy
 msgid "- only on numbers\n"
 msgstr "- ¿ô¤Î¤ß"
 
-#: build/expression.c:387
+#: build/expression.c:388
 #, fuzzy
 msgid "! only on numbers\n"
 msgstr "! ¿ô¤Î¤ß"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 #, fuzzy
 msgid "types must match\n"
 msgstr "·¿¤Ï°ìÃפ·¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: build/expression.c:444
+#: build/expression.c:447
 #, fuzzy
 msgid "* / not suported for strings\n"
 msgstr "* / ¤Ïʸ»úÎóÍѤ˥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: build/expression.c:497
+#: build/expression.c:502
 #, fuzzy
 msgid "- not suported for strings\n"
 msgstr "- ¤Ïʸ»úÎóÍѤ˥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: build/expression.c:648
+#: build/expression.c:657
 #, fuzzy
 msgid "&& and || not suported for strings\n"
 msgstr "&& ¤È || ¤Ïʸ»úÎóÍѤ˥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "¼°Ãæ¤Çʸˡ¥¨¥é¡¼"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK ¼ºÇÔ: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "')' ¤¬¤¢¤ê¤Þ¤»¤ó %s(%s "
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "̵¸ú¤Ê %s ¤Î¥È¡¼¥¯¥ó: %s"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: build/files.c:539
+#: build/files.c:541
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() ¤Ë³¤¯¶õÇò¤¬¤¢¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "ÉÔÀµ¤Êʸˡ: %s(%s)"
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:744
+#: build/files.c:746
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "°Û¾ï¤Ê¥í¥«¡¼¥ëĹ: \"%.*s\"  %%lang(%s)"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Ê£¿ô¤Î¥í¥«¡¼¥ë %.*s %%lang(%s)"
 
-#: build/files.c:906
+#: build/files.c:908
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdir ¤Î¸Â³¦¤Ë㤷¤Þ¤·¤¿"
 
-#: build/files.c:912
+#: build/files.c:914
 #, fuzzy, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir ¤Î°ú¿ô¤Ï1¤Ä¤Î¤ß¤Ç¤¹"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "1¹Ô¤Ë2¤Ä¤Î¥Õ¥¡¥¤¥ë: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï \"/\" ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:966
+#: build/files.c:970
 #, fuzzy, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "¾¤Î¥Õ¥©¡¼¥à¤ÇÆÃÊ̤ʠ%%doc ¤òº®¤¼¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ­¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Þ¤»¤ó: %s"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ð¡¼¥¸¥ç¥ó¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó(by glob): %s"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "¹ÔÌÜ: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s ¤ò fork ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s ¼ºÇÔ"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s ¤òõ¤·¤Æ¤¤¤Þ¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿:"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍýÃæ: %s-%s-%s\n"
@@ -1685,7 +1685,7 @@ msgstr "readRPM: %s 
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: %s ¤ÎÆɤ߹þ¤ß: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fread ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
@@ -1700,87 +1700,87 @@ msgstr "readRPM: %s 
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: %s ¤«¤é¤Î¥Ø¥Ã¥À¤ÎÆɤ߹þ¤ß\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:477
+#: build/pack.c:481
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "ÉÔÀµ¤Ê CSA ¥Ç¡¼¥¿"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "½ð̾¤ÎÀ¸À®Ãæ: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "sigtarget ¤ÎÆɤ߹þ¤ß¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "½ñ¤­¹þ¤ßÃæ: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
@@ -1820,17 +1820,17 @@ msgstr "%%changelog 
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "%d ¹ÔÌÜ: %%description ¤Î²òÀÏ¥¨¥é¡¼: %s"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó %s:%s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "%d ¹ÔÌÜ: Ì¾Á°¤¬Â¿¤¹¤®¤Þ¤¹: %s"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ñ¥Ã¥±¡¼¥¸¤¬Â¸ºß¤·¤Þ¤»¤ó: %s"
@@ -1916,57 +1916,57 @@ msgstr "%d 
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "%d ¹ÔÌÜ: %s Ãæ¤ËÉÔÀµ¤Êʸ»ú '-' : %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "%d ¹ÔÌÜ: BuildRoot ¤Ï \"/\" ¤Ë¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "%d ¹ÔÌÜ: Prefixes ¤Ï \"/\" ¤Ç½ª¤ï¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "%d ¹ÔÌÜ: Docdir ¤Ï '/' ¤Ç»Ï¤Þ¤é¤Ê¤¯¤Æ¤Ï¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, fuzzy, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "%d ¹ÔÌÜ: Epoch/Serial ¥Õ¥£¡¼¥ë¥É¤ÏÈÖ¹æ¤Ç¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó: %s"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê BuildArchitecture ¥Õ¥©¡¼¥Þ¥Ã¥È: %s"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "ÆâÉô¥¨¥é¡¼: ¤Ë¤»¤Î¥¿¥° %d"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "ÉÔÀµ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤Î»ØÄê: %s"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÌÀ¤Ê¥¿¥°: %s"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ï BuildRoot ¤ò»ÈÍѤǤ­¤Þ¤»¤ó"
@@ -2058,27 +2058,27 @@ msgstr "%d 
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ð¡¼¥¸¥ç¥óÉÕ¤±¤µ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ð¡¼¥¸¥ç¥ó¤¬É¬ÍפǤ¹: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥È¥ê¥¬¡¼¤Ï -- ¤¬¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "%d ¹ÔÌÜ: %s ¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "%d ¹ÔÌÜ: ¥¹¥¯¥ê¥×¥È¥×¥í¥°¥é¥à¤Ï '/' ¤Ç»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
@@ -2089,42 +2089,42 @@ msgid "line %d: %s\n"
 msgstr "%d ¹ÔÌÜ: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, fuzzy, c-format
 msgid "Unclosed %%if\n"
 msgstr "%%if ¤¬ÊĤ¸¤Æ¤¤¤Þ¤»¤ó"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s%d: parseExpressionBoolean ¤¬ %d ¤òÊÖ¤·¤Þ¤·¤¿"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%else ¤¬¤¢¤ê¤Þ¤¹"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%endif ¤¬¤¢¤ê¤Þ¤¹"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, fuzzy, c-format
 msgid "malformed %%include statement\n"
 msgstr "¤ª¤«¤·¤Ê %%include ¥¹¥Æ¡¼¥È¥á¥ó¥È¤Ç¤¹"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "ºîÀ®(build)²Äǽ¤Ê¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï %%description ¤¬¤¢¤ê¤Þ¤»¤ó: %s"
@@ -2139,58 +2139,58 @@ msgstr "%d 
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê no%s ÈÖ¹æ: %d"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, fuzzy, c-format
 msgid "(error 0x%x)"
 msgstr "(¥¨¥é¡¼ 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "ÉÔÀµ¤Ê/ÉÔ²ÄÆɤʥإåÀ"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "¥Ø¥Ã¥À¥µ¥¤¥º¤¬Â礭¤¹¤®¤Þ¤¹"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 #, fuzzy
 msgid "Unknown file type"
 msgstr "ÉÔÌÀ¤Ê¥Õ¥¡¥¤¥ë¥¿¥¤¥×"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "¥Ï¡¼¥É¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 #, fuzzy
 msgid "Internal error"
 msgstr "ÆâÉô¥¨¥é¡¼"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "¼ºÇÔ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2199,65 +2199,65 @@ msgstr ""
 "\"B\" ¤Î°Í¸À­¤Ï epoch ¤òɬÍפȤ·¤Þ¤¹(\"A\"¤ÈƱ¤¸¤Ç¤¢¤ë¤È²¾Äꤷ¤Æ)\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %s ¤Ï¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %s ¤Ï provide ¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %s ¤Ï db ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %s ¤Ï db ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %s ¤Ï db ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: %s ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
@@ -2265,47 +2265,47 @@ msgstr "%s: %s 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï require ¤¬Ëþ¤¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "%s ¤È¶¥¹ç¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤¹: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(¿ô»ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
 
@@ -2333,7 +2333,7 @@ msgstr "stat %s 
 msgid "getting list of mounted filesystems\n"
 msgstr "¥Þ¥¦¥ó¥È¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥ê¥¹¥È¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s"
@@ -2352,37 +2352,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%d ¹ÔÌÜ: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆÊݸ¤µ¤ì¤Þ¤¹"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s ¤òºï½ü¤Ç¤­¤Þ¤»¤ó - ¥Ç¥£¥ì¥¯¥È¥ê¤¬¶õ¤Ç¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s ¤Î rmdir ¤Ë¼ºÇÔ: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆºîÀ®¤µ¤ì¤Þ¤¹"
@@ -2395,87 +2395,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabDate() RPM_STRING_TYPE ¥«¥¦¥ó¥È¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "¥Ç¡¼¥¿¥¿¥¤¥× %d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "% ¤Î¸å¤Ë { ¤¬¤¢¤ê¤Þ¤»¤ó"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "%{ ¤Î¸å¤Ë } ¤¬¤¢¤ê¤Þ¤»¤ó"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "¶õ¤Î¥¿¥°¥Õ¥©¡¼¥Þ¥Ã¥È"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "¶õ¤Î¥¿¥°Ì¾"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "ÉÔÌÀ¤Ê¥¿¥°"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "ÇÛÎó¤Î¸å¤Ë ] ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "ͽ´ü¤»¤Ì ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "ͽ´ü¤»¤Ì }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "¼°Ãæ¤Ç ? ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "¼°Ãæ¤Ç ? ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "¼°Ãæ¤Ë } ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "°Ê²¼¤Î ? ¥µ¥Ö¼°¤Î ¤Ë: ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "¼°Ãæ¤Ç : ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "¼°¤Î½ª¤ê¤Ë | ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(ÉÔÌÀ¤Ê¥¿¥¤¥×)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë %s ¤ÎºîÀ®¥¨¥é¡¼"
@@ -2486,7 +2486,7 @@ msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 "¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2642,290 +2642,290 @@ msgstr "
 msgid "lookup i18N strings in specfile catalog"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N Ê¸»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤Ï¤¹¤Ç¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "PGP/GPG ½ð̾¤òÀ¸À®¤·¤Þ¤¹"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "<file> ¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "¥°¥ë¡¼¥×Ãæ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹\n"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 "<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr "Á´¤Æ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "Á´¤Æ¤Î¥É¥­¥å¥á¥ó¥È¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr "´ðËÜŪ¤Ê¥Õ¥¡¥¤¥ë¾ðÊó¤ò¥À¥ó¥×¤·¤Þ¤¹"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹\n"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "°Ê²¼¤ÎÌ䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥È¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "Îóµó¤·¤¿¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤ò¾éŤËɽ¼¨¤·¤Þ¤¹"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
@@ -3004,77 +3004,77 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÉÔÌÀ¤Ê¥¨¥é¡¼ %d ¤¬¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ÎÁàºîÃæ¤Ë¤ª¤­¤Þ¤·¤¿"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%s ¤Ø½ñ¤­¹þ¤á¤Þ¤»¤ó"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸: %s-%s-%s ¥Õ¥¡¥¤¥ë¥Æ¥¹¥È = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿­Ä¹¤Ë¼ºÇÔ %s%s: %s"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 #, fuzzy
 msgid " on file "
 msgstr "¥Õ¥¡¥¤¥ë¾å"
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s ¼ºÇÔ"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í­¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
@@ -3084,121 +3084,121 @@ msgstr "
 msgid "incorrect format: %s\n"
 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Î¥¨¥é¡¼: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "Ä̾ï"
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "ÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "¥Í¥Ã¥È¶¦Í­"
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(̤ÃΤΠ%3d)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(²¿¤Î¾õÂ֤⤢¤ê¤Þ¤»¤ó)"
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êÍ­¼Ô¤ä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "%s ¤òºï½ü(unlink)¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "µì·Á¼°¤Î¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: Fread ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡¢¥Ñ¡¼¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ë°¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s ¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤â°¤·¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "̵¸ú¤Ê¥Ñ¥Ã¥±¡¼¥¸ÈÖ¹æ: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ì¥³¡¼¥ÉÈÖ¹æ %d\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "¥ì¥³¡¼¥É %d ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
@@ -3223,160 +3223,160 @@ msgstr "%s: Fwrite 
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: v1.0 ¤Î RPM ¤Ë¤Ï½ð̾¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: v2.0 ¤Î RPM ¤Ë¤ÏºÆ½ð̾¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Í­¸ú¤Ê½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writedLead ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Í­¸ú¤Ê½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó(v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 #, fuzzy
 msgid " (MISSING KEYS:"
 msgstr " (¥­¡¼¤Îʶ¼º) "
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (¿®Íê¤Ç¤­¤Ê¤¤¸°:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "%s ¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr "%s ¤È¤·¤Æ...\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s ¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹ - Å¾Á÷¼ºÇÔ - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤«¤é¤ÎÆɤ߹þ¤ß¥¨¥é¡¼ "
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¤Ï¤è¤ê¿·¤·¤¤ RPM ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬É¬ÍפǤ¹\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "°Í¸À­¤Î·çÇ¡:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, fuzzy, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ¤ÏÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "¤³¤ì¤é¤Î¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü¤¹¤ë¤È°Í¸À­¤òÇ˲õ¤·¤Þ¤¹:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
@@ -3386,98 +3386,98 @@ msgstr "%s 
 msgid "read failed: %s (%d)\n"
 msgstr "Æɤ߹þ¤ß¤Î¼ºÇÔ: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "2ÈÖÌܤΠ':' ¤¬¤¢¤ê¤Þ¤»¤ó(%s:%d ¤Ç)"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "%s:%d ¤Ë¥¢¡¼¥­¥Æ¥¯¥Á¥ã̾¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¡¼¥¿¹Ô¤¬ÉÔ´°Á´¤Ç¤¹"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, fuzzy, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¡¼¥¿¹Ô¤Ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "ÉÔÀµ¤Ê arch/os ÈÖ¹æ: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "%s:%d ¤ÇÉÔ´°Á´¤Ê¥Ç¥Õ¥©¥ë¥È¹Ô"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, fuzzy, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "%s:%d ¤Ç¥Ç¥Õ¥©¥ë¥È¹Ô¤Ï°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "¿­Ä¥¤Ç¤­¤Þ¤»¤ó %s"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Æɤ߹þ¤à¤¿¤á¤Ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s¡£"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "%s ¤òÆɤà¤Î¤Ë¼ºÇÔ: $s¡£"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "%s:%d ¤Ç ':' ¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó %s:%d"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s ¤Î¿­Ä¥¼ºÇÔ %s:%d \"%s\""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó  %s:%d"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s ÍѤΥ¢¡¼¥­¥Æ¥¯¥Á¥ã¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "'%s' ¤ÎÉÔÀµ¤Ê¥ª¡¼¥×¥ó %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "ÉÔÌÀ¤Ê¥·¥¹¥Æ¥à: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "rpm-list@redhat.com ¤ËÏ¢Íí¤ò²¼¤µ¤¤\n"
 
@@ -3619,47 +3619,47 @@ msgstr "
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ë¤Ë \"%%_pgp_name\" ¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS ¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ¤Ï missingok ¥Õ¥é¥°¤Î¤¿¤á¥¹¥­¥Ã¥×¤·¤Þ¤¹\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤Î½ü³°: %s\n"
@@ -3683,127 +3683,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s ¤Î¤¿¤á¤Î°Í¸À­¤òËþ¤¿¤·¤Æ¤¤¤Þ¤»¤ó:"
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "½ü³°"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "¶¦Í­"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3837,316 +3838,316 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó  %s:%d"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "¥ì¥³¡¼¥É %s ¤Î¼èÆÀ¤Î¥¨¥é¡¼ (%s ¤«¤é)"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ë¥¹¥È¥¢¤Ç¥¨¥é¡¼ "
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ëºï½ü¤Ç¥¨¥é¡¼"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î¥ì¥³¡¼¥ÉÈÖ¹æ %d ¤ÏÉÔÀµ¤Ç¤¹ -- ¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "¸¡º÷¤Î¤¿¤á¤Î %d ¤Ç ¥Ø¥Ã¥À¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "name ¥¤¥ó¥Ç¥Ã¥¯¥¹ºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "rootdir %s Ãæ¤Ç¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "°ì»þŪ¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹ %s ¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "%d ¤Ë ¥ª¥ê¥¸¥Ê¥ë¤Î¥ì¥³¡¼¥É¤òÉղäǤ­¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 #, fuzzy
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎºÆ¹½Ãۤ˼ºÇÔ; ¥ª¥ê¥¸¥Ê¥ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬¤Þ¤À¤½¤³¤Ë»Ä¤Ã¤Æ¤¤¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÃÖ¤­´¹¤¨¤ë¤Î¤Ë¼ºÇÔ!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, fuzzy, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "%s Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥ê¥«¥Ð¡¼¤¹¤ë¤¿¤á¤Ë %s ¤«¤é¥Õ¥¡¥¤¥ë¤ÈÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤Îºï½ü¼ºÇÔ: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== ¥¢¥¯¥Æ¥£¥Ö %d ¥¨¥ó¥×¥Æ¥£ %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï¥Ü¥Ç¥£¤¬½ªÃ¼¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï°ãË¡¤Ê̾Á°¤Ç¤¹(%%define)"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï opts ¤¬½ªÃ¼¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, fuzzy, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï¶õ¤Î¥Ü¥Ç¥£¤Ç¤¹"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, fuzzy, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï¿­Ä¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "¥Þ¥¯¥í %%%s ¤Ï°ãË¡¤Ê̾Á°¤Ç¤¹(%%undefine)"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, fuzzy, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "¥Þ¥¯¥í %%%s (%s) ¤Ï¥ì¥Ù¥ë %d °Ê²¼¤Ç»ÈÍѤµ¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "ÉÔÌÀ¤Ê¥ª¥×¥·¥ç¥ó %c (%s(%s)Ãæ¤Ë)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, fuzzy, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "ºÆµ¢¤Î¿¼¤µ(%d)¤¬ºÇÂçÃÍ(%d)¤è¤ê¤âÂ礭¤¤"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤ %c: %s"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, fuzzy, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "A %% ¤Ï¹½Ê¸²òÀϤǤ­¤Ê¤¤¥Þ¥¯¥í¤¬Â³¤¤¤Æ¤¤¤Þ¤¹"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "¥Þ¥¯¥í %%%.*s ¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¡¢¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 #, fuzzy
 msgid "Target buffer overflow\n"
 msgstr "¥¿¡¼¥²¥Ã¥È¥Ð¥Ã¥Õ¥¡¥ª¡¼¥Ð¡¼¥Õ¥í¡¼"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, fuzzy, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: ¤Ï %d ¥Ð¥¤¥È¤è¤ê¾®¤µ¤¤¤Ç¤¹"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "À®¸ù"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 #, fuzzy
 msgid "Bad server response"
 msgstr "¥µ¡¼¥Ð¤«¤éÀµ¾ï¤Ê±þÅú¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "¥µ¡¼¥Ð IO ¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 #, fuzzy
 msgid "Server timeout"
 msgstr "¥µ¡¼¥Ð¥¿¥¤¥à¥¢¥¦¥È"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È¥¢¥É¥ì¥¹¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "¥µ¡¼¥Ð¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "¥µ¡¼¥Ð¤È¤Î¥Ç¡¼¥¿¥³¥Í¥¯¥·¥ç¥ó¤Î³ÎΩ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤Î IO ¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "¥ê¥â¡¼¥È¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥·¥Ö¥â¡¼¥ÉÀßÄꥨ¥é¡¼"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "¥µ¡¼¥Ð¾å¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "½èÍýÃæ¤Î¥¢¥Ü¡¼¥È"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "ÉÔÌÀ¤â¤·¤¯¤Ïͽ´ü¤»¤Ì¥¨¥é¡¼"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "%s ¤Ø %s pw %s ¤È¤·¤Æ¥í¥°¥¤¥óÃæ\n"
@@ -4176,38 +4177,38 @@ msgstr "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "%s@%s ¤Î¥Ñ¥¹¥ï¡¼¥É:"
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, fuzzy, c-format
 msgid "error: %sport must be a number\n"
 msgstr "¥¨¥é¡¼: %s¥Ý¡¼¥È¤Ï¿ô»ú¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 #, fuzzy
 msgid "url port must be a number\n"
 msgstr "url ¥Ý¡¼¥È¤Ï¿ô»ú¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "%s ¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
index 5ac4428..0a8c11f 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-09-07 22:03+0900\n"
 "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
 "Language-Team: GNU Translation project <ko@li.org>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "%s ¿¡¼­ rpm µ¥ÀÌÅͺ£À̽º¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "ÀÇÁ¸¼º ¹®Á¦·Î Á¦ÀÛ¿¡ ½ÇÆÐÇÔ:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "%s spec ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "tar ÆÄÀÌÇÁ¸¦ ¿©´Âµ¥ ½ÇÆÐÇÔ: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "%s ¿¡¼­ spec ÆÄÀÏÀ» Àдµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "%s ¿¡¼­ %s (À¸)·Î À̸§ º¯°æÇϴµ¥ ½ÇÆÐÇÔ: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "%s ÀÇ »óÅÂ(stat)¸¦ Ç¥½ÃÇϴµ¥ ½ÇÆÐÇÔ: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s ÆÄÀÏÀº Á¤±Ô(regular) ÆÄÀÏÀÌ ¾Æ´Õ´Ï´Ù.\n"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s ÆÄÀÏÀº spec ÆÄÀÏÀÌ ¾Æ´Ñ °Í °°½À´Ï´Ù.\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "¸ñÇ¥´ë»ó(target) Ç÷§ÆûÀ¸·Î Á¦ÀÛ Áß: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "%s (À»)¸¦ Á¦ÀÛÇÏ°í ÀÖ½À´Ï´Ù\n"
@@ -70,16 +70,16 @@ msgstr "%s (
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM - %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "ÀÌ ÇÁ·Î±×·¥Àº GNU Public License ³»¿¡¼­ ÀÚÀ¯·Ó°Ô Àç¹èÆ÷µÉ ¼ö ÀÖ½À´Ï´Ù."
 
@@ -525,11 +525,11 @@ msgid ""
 msgstr ""
 "-q ¿É¼Ç°ú °°Àº ÆÐÅ°Áö ÁöÁ¤ ¿É¼ÇÀ» »ç¿ëÇÏ¿© ¼³Ä¡µÇ¾î Àִ ÆÐÅ°Áö¸¦ °Ë»çÇÕ´Ï´Ù"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "ÆÐÅ°ÁöÀÇ ÀÇÁ¸¼ºÀ» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "ÆÄÀÏÀÇ md5 Ã¼Å©¼¶À» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
@@ -549,7 +549,7 @@ msgstr "    --install <
 msgid "    -i <packagefile>      "
 msgstr "    -i <ÆÐÅ°ÁöÆÄÀÏ>       "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÕ´Ï´Ù"
 
@@ -569,7 +569,7 @@ msgstr "      --relocate <
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "<ÀÌÀü°æ·Î> ¿¡¼­ <»õ·Î¿î°æ·Î> ·Î ÆÄÀÏÀ» Àç¹èÄ¡ÇÏ¿© ¼³Ä¡ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "Àç¹èÄ¡ ±â´ÉÀÌ ¾ø´Â ÆÐÅ°ÁöÀÇ ÆÄÀÏÀ» Àç¹èÄ¡ÇÏ¿© ¼³Ä¡ÇÕ´Ï´Ù"
 
@@ -577,50 +577,50 @@ msgstr "
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <µð·ºÅ丮> "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "Àç¹èÄ¡ ±â´ÉÀÌ Àִ ÆÐÅ°ÁöÀÇ °æ¿ì, ÁöÁ¤µÈ <µð·ºÅ丮> ·Î Àç¹èÄ¡ÇÏ¿© ¼³Ä¡ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "ÆÐÅ°Áö¿¡ Æ÷ÇԵȠ¹®¼­ ÆÄÀÏÀ» ¼³Ä¡ÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs ¿Í --replacefiles ¿É¼ÇÀ» µ¿½Ã¿¡ »ç¿ëÇÕ´Ï´Ù"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "ÆÐÅ°Áö ¼³Ä¡¸¦ Çؽø¶Å©(#)·Î Ç¥½ÃÇÕ´Ï´Ù (-v ¿É¼Ç°ú ÇÔ²² »ç¿ëÇϴ °ÍÀÌ ÁÁ½À´Ï"
 "´Ù)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "¾î¶°ÇÑ ¼³Á¤¿¡ »ó°ü¾øÀÌ ÆÐÅ°Áö ¾ÈÀÇ ¸ðµç ÆÄÀÏÀ» ¼³Ä¡ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "ÆÐÅ°ÁöÀÇ ¾ÆÅ°ÅØÃĸ¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "ÆÐÅ°Áö¸¦ ¼³Ä¡Çϱâ Àü¿¡ µð½ºÅ© °ø°£À» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "ÆÐÅ°ÁöÀÇ ¿î¿µÃ¼Á¦¸¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "ÆÐÅ°Áö¿¡ Æ÷ÇԵȠ¹®¼­ ÆÄÀÏÀ» ¼³Ä¡ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "ÆÄÀϽýºÅÛÀ» º¯°æÇÏÁö ¾Ê°í, µ¥ÀÌÅͺ£À̽º¸¦ °»½ÅÇÕ´Ï´Ù"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ÀÇÁ¸¼ºÀÌ Àִ ÆÐÅ°Áö¸¦ ¼³Ä¡Çϵµ·Ï Àç¿ä±¸ÇÏÁö ¾Ê½À´Ï´Ù"
 
@@ -632,19 +632,19 @@ msgstr "
 msgid "don't execute any scripts triggered by this package"
 msgstr "ÀÌ ÆÐÅ°Áö·Î ÀÎÇØ ¹ß»ýµÇ´Â ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "ÆÐÅ°Áö ¼³Ä¡¸¦ ÆÛ¼¾Æ®(%)·Î Ç¥½ÃÇÕ´Ï´Ù"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "ÆÐÅ°Áö ¼³Ä¡½Ã ±âÁ¸¿¡ ¼³Ä¡µÇ¾î Àִ ÆÄÀÏÀ» µ¤¾î¾¹´Ï´Ù"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "ÆÐÅ°Áö°¡ À̹̠¼³Ä¡µÇ¾î Àִ °æ¿ì¿¡µµ ¼³Ä¡ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÏÁö ¾Ê°í, Á¦´ë·Î ¼³Ä¡µÇ´ÂÁö¸¸ È®ÀÎÇÕ´Ï´Ù"
 
@@ -660,7 +660,7 @@ msgstr "    -U <
 msgid "upgrade package (same options as --install, plus)"
 msgstr "ÆÐÅ°Áö¸¦ ¾÷±×·¹À̵å ÇÕ´Ï´Ù (--install ¿É¼Ç¿¡ ¸î°¡Áö ¿É¼ÇÀÌ Ãß°¡µÊ)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -676,11 +676,11 @@ msgstr "    --erase <
 msgid "    -e <package>          "
 msgstr "    -e <ÆÐÅ°Áö>           "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "ÆÐÅ°Áö¸¦ (Á¦°Å) »èÁ¦ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -796,7 +796,7 @@ msgstr "--rebuild 
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <ÆÐÅ°Áö>+    "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "ÆÐÅ°Áö¿¡ ¼­¸íÇÕ´Ï´Ù (±âÁ¸ÀÇ ¼­¸íÀº »èÁ¦µË´Ï´Ù)"
 
@@ -804,7 +804,7 @@ msgstr "
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <ÆÐÅ°Áö>+   "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "ÆÐÅ°Áö¿¡ ¼­¸íÀ» Ãß°¡ÇÕ´Ï´Ù"
 
@@ -816,15 +816,15 @@ msgstr "    --checksig <
 msgid "    -K <pkg>+             "
 msgstr "    -K <ÆÐÅ°Áö>+          "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "ÆÐÅ°ÁöÀÇ ¼­¸íÀ» °Ë»çÇÕ´Ï´Ù"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "PGP ¼­¸íÀº °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "GPG ¼­¸íÀº °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
@@ -861,8 +861,8 @@ msgstr ""
 "¼ÒÀ¯ÀÚ¿Í ±×·ìÀ» ¼³Á¤ÇÕ´Ï´Ù"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "ÇϳªÀÇ ÁÖ¿ä(major) ¸ðµå¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
@@ -874,23 +874,23 @@ msgstr "-u 
 msgid "Use -e or --erase instead.\n"
 msgstr "´ë½Å -e ¶Ç´Â --erase ¿É¼ÇÀ» »ç¿ëÇϽʽÿä.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "Àç¹èÄ¡½Ã¿¡´Â ¹Ýµå½Ã '/' ·Î ½ÃÀ۵Ǿî¾ß ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "Àç¹èÄ¡½Ã¿¡´Â ¹Ýµå½Ã '=' ÀÌ Æ÷ÇԵǾî¾ß ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "Àç¹èÄ¡½Ã¿¡´Â ¹Ýµå½Ã '=' µÚ¿¡ '/' °¡ ¿Í¾ß ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "Á¦¿Ü½Ãų °æ·Î´Â ¹Ýµå½Ã '/' ·Î ½ÃÀ۵Ǿî¾ß ÇÕ´Ï´Ù"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "--rcfile ¿É¼ÇÀÌ Á¦°ÅµÇ¾ú½À´Ï´Ù.\n"
 
@@ -899,103 +899,103 @@ msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 "--macros ¿É¼ÇÀº ÄÝ·Ð(:)À¸·Î ±¸ºÐµÈ ¸ÅÅ©·Î ¸ñ·Ï ÆÄÀÏ°ú ÇÔ²² »ç¿ëÇϽʽÿä.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "(%d) ÀÇ Àμö Ã³¸® °úÁ¤ Áß ³»ºÎ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "ÁúÀÇ/°ËÁõ Áß¿¡¼­ ÇÑ°¡Áö À¯ÇüÀº µ¿½Ã¿¡ ¼öÇàµÉ ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "ºÎÀûÀýÇÑ ÁúÀÇ Ç÷¡±× ÀÔ´Ï´Ù"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "ºÎÀûÀýÇÑ ÁúÀÇ Çü½Ä ÀÔ´Ï´Ù"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "ºÎÀûÀýÇÑ ÁúÀÇ ¼Ò½º ÀÔ´Ï´Ù"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "¼³Ä¡, ¾÷±×·¹À̵å, ¼Ò½º »èÁ¦, spec ÆÄÀÏ »èÁ¦½Ã¿¡¸¸ ¼öÇàµË´Ï´Ù"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÆÄÀÏÀ» Àç¹èÄ¡ÇÒ ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ¶Ç´Â --relocate ¿É¼Ç Áß Çϳª¸¸ »ç¿ëÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate ¿Í --excludepath ¿É¼ÇÀº ÃÖ½ÅÀÇ ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÒ ¶§¿¡¸¸ »ç¿ëÇϽǠ¼ö "
 "ÀÖ½À´Ï´Ù"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix ¿É¼ÇÀº ÃÖ½ÅÀÇ ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÒ ¶§¿¡¸¸ »ç¿ëÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix ¿É¼ÇÀÇ Àμö´Â ¹Ýµå½Ã '/' ·Î ½ÃÀ۵Ǿî¾ß ÇÕ´Ï´Ù"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "--excludedocs ¿Í --includedocs ¿É¼Ç¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches ¿É¼ÇÀº ÆÐÅ°Áö »èÁ¦½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡¿Í »èÁ¦½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
@@ -1010,13 +1010,13 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr "Æ®¸®°Å ÇØÁ¦ ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡¿Í »èÁ¦½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1024,13 +1024,13 @@ msgstr ""
 "--nodeps ¿É¼ÇÀº ÆÐÅ°Áö Á¦ÀÛ, ÀçÁ¦ÀÛ(rebuild), ÀçÄÄÆÄÀÏ(recompile), ¼³Ä¡, »è"
 "Á¦, °ËÁõ½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡, »èÁ¦, Á¦À۽ÿ¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1038,7 +1038,7 @@ msgstr ""
 "--root (-r) ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡, »èÁ¦, ÁúÀÇ, µ¥ÀÌÅͺ£À̽º À籸Ãà½Ã¿¡¸¸ ÁöÁ¤ÇÏ"
 "½Ç ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) ¿É¼ÇÀÇ Àμö´Â ¹Ýµå½Ã '/' ·Î ½ÃÀ۵Ǿî¾ß ÇÕ´Ï´Ù"
 
@@ -1059,77 +1059,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 ¿É¼ÇÀº ¼­¸í °Ë»ç¿Í ÆÐÅ°Áö °ËÁõ½Ã¿¡¸¸ »ç¿ëÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "¼­¸íÇÒ ÆÄÀÏÀÌ ¾ø½À´Ï´Ù\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "%s ÆÄÀÏ¿¡ Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp¸¦ Ã£À» ¼ö ¾øÀ½: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Æнº ±¸¹®(pass phrase) ÀÔ·Â: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Æнº ±¸¹®(pass phrase) °Ë»ç¿¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Æнº ±¸¹®(pass phrase)ÀÌ ¿Ã¹Ù¸¨´Ï´Ù.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "¸ÅÅ©·Î ÆÄÀÏ¿¡ ºÎÀûÇÕÇÑ %%_signatureÀÇ ³»¿ëÀÌ ÀÖ½À´Ï´Ù.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign ¿É¼ÇÀº ÆÐÅ°Áö Á¦À۽ÿ¡¸¸ »ç¿ëÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "½ÇÇà¿¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags ¿É¼Ç¿¡ ºÎÀûÀýÇÑ Àμö°¡ ÁöÁ¤µÇ¾ú½À´Ï´Ù "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "¼­¸í °Ë»çÇÒ ÆÐÅ°Áö¸¦ ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "¼­¸íÇÒ ÆÐÅ°Áö¸¦ ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "Á¦°Å(uninstall)ÇÒ ÆÐÅ°Áö¸¦ ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "¼³Ä¡ÇÒ ÆÐÅ°Áö¸¦ ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "¸ðµç ÆÐÅ°Áö¸¦ ÁúÀÇÇϴµ¥ ÇÊ¿ä ÀÌ»óÀÇ Àμö°¡ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "ÁúÀÇ¿¡ ÇÊ¿äÇÑ Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "¸ðµç ÆÐÅ°Áö¸¦ °ËÁõÇϴµ¥ ÇÊ¿ä ÀÌ»óÀÇ Àμö°¡ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "°ËÁõ¿¡ ÇÊ¿äÇÑ Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
 
@@ -1170,7 +1170,7 @@ msgstr "<ǥ
 msgid "<cmd>"
 msgstr "<¸í·É>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<µð·ºÅ丮>"
 
@@ -1237,57 +1237,57 @@ msgstr "
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "\a »ç¿ë¹ý: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "´ë½Å \"--macros <ÆÄÀÏ:..>\" À» »ç¿ëÇÕ´Ï´Ù.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath ´Â µ¥ÀÌÅͺ£À̽º¸¦ »ç¿ëÇÏÁö ¾Ê±â À§ÇÑ ¿É¼ÇÀÔ´Ï´Ù"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr "½ºÅ©¸³Æ® ÇØÁ¦ ¿É¼ÇÀº ÆÐÅ°Áö ¼³Ä¡¿Í »èÁ¦½Ã¿¡¸¸ ÁöÁ¤ÇϽǠ¼ö ÀÖ½À´Ï´Ù"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ÀçÁ¦ÀÛ(rebuild)ÇÒ ÆÐÅ°Áö ÆÄÀÏÀ» ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ¿¡ ÇÊ¿äÇÑ spec ÆÄÀÏÀ» ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ¿¡ ÇÊ¿äÇÑ tar ÆÄÀÏÀ» ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "ÀӽàÆÄÀÏÀ» ¿­ ¼ö ¾ø½À´Ï´Ù.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "½ÇÇà Áß(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s ÀÇ ½ÇÇà¿¡ ½ÇÆÐÇÔ (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s ÀÇ À߸øµÈ Á¾·á »óȲ (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1313,214 +1313,214 @@ msgstr "'||' 
 msgid "parse error in expression\n"
 msgstr "Ç¥Çö½Ä¿¡¼­ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "'(' °¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "'-' ´Â ¼ýÀÚ¿¡¸¸ »ç¿ëµË´Ï´Ù\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "'!' ´Â ¼ýÀÚ¿¡¸¸ »ç¿ëµË´Ï´Ù\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "À¯ÇüÀº ¹Ýµå½Ã ÀÏÄ¡ÇؾߠÇÕ´Ï´Ù\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "'* /' ´Â ¹®ÀÚ¿­¿¡¼­ »ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "'-' ´Â ¹®ÀÚ¿­¿¡¼­ »ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "'&&' ¿Í '||' ´Â ¹®ÀÚ¿­¿¡¼­ »ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "Ç¥Çö½Ä¿¡¼­ ±¸¹® ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK ½ÇÆÐ: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s %s ¿¡¼­ '(' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "%s(%s ¿¡¼­ ')' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ºÎÀûÇÕÇÑ %s ÅäÅ«: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%2$s %3$s ¿¡¼­ %1$s (À»)¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() ´ÙÀ½¿¡ °ø¹éÀÌ ¾øÀ½: %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "À߸øµÈ ±¸¹®: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "À߸øµÈ ¸ðµå spec: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "À߸øµÈ dir¸ðµå spec: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "ºñÁ¤»óÀûÀΠ·ÎÄÉÀÏÀÇ ±æÀÌ: %%lang(%2$s) ÀÇ \"%1$.*s\"\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "%%lang(%2$s) ¿¡ Áߺ¹µÈ ·ÎÄÉÀÏ %1$.*s (ÀÌ)°¡ Á¸ÀçÇÕ´Ï´Ù\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdirÀÌ ÇÑ°è¿¡ À̸£·¶½À´Ï´Ù\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir¿¡´Â ÇϳªÀÇ Àμö¸¸ ÁöÁ¤µÉ ¼ö ÀÖ½À´Ï´Ù\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "ÇϳªÀÇ ÁÙ¿¡ µÎ°³ÀÇ ÆÄÀÏÀÌ Á¸ÀçÇÔ: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "ÆÄÀÏÀº ¹Ýµå½Ã \"/\" ·Î ½ÃÀÛÇؾßÇÔ: %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "ƯÁ¤ %%docÀ» ´Ù¸¥ Çü½Ä°ú ÇÔ²² »ç¿ëÇÒ ¼ö ¾øÀ½: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "ÆÄÀÏ ¸ñ·ÏÀÌ Áߺ¹µÊ: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "BuildRoot¿¡ ½Éº¼¸¯¸µÅ©ÇÔ: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "ÆÄÀÏÀÌ prefix (%s) (¿Í)°ú ÀÏÄ¡ÇÏÁö ¾ÊÀ½: %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "ÆÄÀÏÀ» Ã£À» ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "À߸øµÈ ¼ÒÀ¯ÀÚ/±×·ì: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "ÆÄÀÏ %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "ÆÄÀÏÀº \"/\" ·Î ½ÃÀÛÇؾßÇÔ: %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "GlobÀ» »ç¿ëÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "globÀ¸·Î ÆÄÀÏÀ» Ã£À» ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%s ÆÄÀÏÀÇ %%files¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "ÁÙ(line): %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "À߸øµÈ ÆÄÀÏ: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s (À»)¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s (À»)¸¦ fork ÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s (ÀÌ)°¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s ¿¡ ¸ðµç ÀڷḦ ±â·ÏÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s (À»)¸¦ Ã£´Â Áß: (%s »ç¿ë)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s (À»)¸¦ Ã£´Âµ¥ ½ÇÆÐÇÔ:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "ÆÄÀϠ󸮠Áß: %s-%s-%s\n"
@@ -1614,7 +1614,7 @@ msgstr "RPM 
 msgid "readRPM: read %s: %s\n"
 msgstr "RPM Àбâ(readRPM): %s (À»)¸¦ ÀнÀ´Ï´Ù: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek¿¡ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
@@ -1629,82 +1629,82 @@ msgstr "RPM 
 msgid "readRPM: reading header from %s\n"
 msgstr "RPM Àбâ(readRPM): %s ¿¡¼­ Çì´õ¸¦ Àаí ÀÖ½À´Ï´Ù\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr "°íÁ¤ Çì´õ ¿µ¿ª(immutable header region)À» »ý¼ºÇÒ ¼ö ¾ø½À´Ï´Ù.\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr "ÀÓ½Ã(temp) Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "À߸øµÈ CSA µ¥ÀÌÅÍ\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr "¸¶Áö¸·(final) Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "¼­¸í »ý¼º Áß: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr "¼­¸í(signature) Çì´õ¸¦ ´Ù½Ã Àоî¿Ã ¼ö ¾ø½À´Ï´Ù.\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "ÆÐÅ°Áö¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "¼­¸íÇÒ ´ë»ó %s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s ÀÇ Çì´õ¸¦ ÀÐÀ» ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s ¿¡ Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s ÀÇ payload¸¦ ÀÐÀ» ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s ¿¡ payload¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "ÀÛ¼º: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "%s ÆÐÅ°ÁöÀÇ Ãâ·Â ÆÄÀϸíÀ» »ý¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s (À»)¸¦ »ý¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "%d ¹ø° ÁÙ: µÎ¹ø° %s\n"
@@ -1744,17 +1744,17 @@ msgstr "%%changelog
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "%d ¹ø° ÁÙ: %%description¿¡¼­ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "%d ¹ø° ÁÙ: %s (Àº)´Â À߸øµÈ ¿É¼ÇÀÔ´Ï´Ù: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "%d ¹ø° ÁÙ: À̸§ÀÌ ³Ê¹« ¸¹½À´Ï´Ù: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "%d ¹ø° ÁÙ: ÆÐÅ°Áö°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù: %s\n"
@@ -1840,57 +1840,57 @@ msgstr "%d 
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "%d ¹ø° ÁÙ: %s ¿¡ ºÎÀûÇÕÇÑ ¹®ÀÚ '-' °¡ ÀÖÀ½: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot¸¦ \"/\" ·Î ÁöÁ¤ÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "%d ¹ø° ÁÙ: Prefixes´Â Àý´ë \"/\" ·Î ³¡³ª¼­´Â ¾ÈµË´Ï´Ù: %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "%d ¹ø° ÁÙ: DocdirÀº ¹Ýµå½Ã '/' ·Î ½ÃÀÛÇؾߠÇÕ´Ï´Ù: %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "%d ¹ø° ÁÙ: Epoch/Serial Ç׸ñ(field)Àº ¹Ýµå½Ã ¼ýÀÚÀ̾î¾ß ÇÕ´Ï´Ù: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "%d ¹ø° ÁÙ: À߸øµÈ %s: ¼ö½ÄÀÚ(qualifier): %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "%d ¹ø° ÁÙ: À߸øµÈ BuildArchitecture Çü½ÄÀÔ´Ï´Ù: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "³»ºÎ ¿À·ù ¹ß»ý: º¸°Å½º(Bogus) Å±נ%d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "À߸øµÈ ÆÐÅ°Áö ÁöÁ¤: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "ÆÐÅ°Áö°¡ À̹̠Á¸ÀçÇÔ: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "%d ¹ø° ÁÙ: ¾Ë ¼ö ¾ø´Â Å±×ÀÔ´Ï´Ù: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec ÆÄÀÏÀº BuildRoot¸¦ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
@@ -1981,27 +1981,27 @@ msgstr "%d 
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "%d ¹ø° ÁÙ: ¹öÀüÀÌ ¸í½ÃµÈ ÆÄÀÏ À̸§ÀÌ Çã°¡µÇÁö ¾Ê½À´Ï´Ù: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "%d ¹ø° ÁÙ: ¹öÀüÀÌ ÇÊ¿äÇÕ´Ï´Ù: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "%d ¹ø° ÁÙ: Æ®¸®°Å´Â ¹Ýµå½Ã '--' ¸¦ Æ÷ÇÔÇؾߠÇÕ´Ï´Ù: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "%d ¹ø° ÁÙ: %s ¿¡¼­ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "%d ¹ø° ÁÙ: ½ºÅ©¸³Æ® ÇÁ·Î±×·¥Àº ¹Ýµå½Ã '/' ·Î ½ÃÀÛÇؾߠÇÕ´Ï´Ù: %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "%d ¹ø° ÁÙ: µÎ¹ø° %s\n"
@@ -2012,41 +2012,41 @@ msgid "line %d: %s\n"
 msgstr "%d ¹ø° ÁÙ: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "%%if°¡ ´ÝÈ÷Áö ¾Ê¾Ò½À´Ï´Ù\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean¿¡¼­ %d (À»)¸¦ ¹ÝȯÇÏ¿´½À´Ï´Ù\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else°¡ %%if ¾øÀÌ »ç¿ëµÇ¾ú½À´Ï´Ù\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif°¡ %%if ¾øÀÌ »ç¿ëµÇ¾ú½À´Ï´Ù\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "%%include ¹®ÀÌ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ¿¡ È£È¯Çϴ ¾ÆÅ°ÅØÃĸ¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "ÆÐÅ°Áö¿¡ %%descriptionÀÌ ¾øÀ½: %s\n"
@@ -2061,54 +2061,54 @@ msgstr "%d 
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "%d ¹ø° ÁÙ: À߸øµÈ no%s ¼ýÀÚÀÔ´Ï´Ù: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "%d ¹ø° ÁÙ: À߸øµÈ %s ¼ýÀÚÀÔ´Ï´Ù: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(¿À·ù 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "À߸øµÈ magic ÀÔ´Ï´Ù"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "À߸øµÈ/ÀÐÀ» ¼ö ¾ø´Â Çì´õÀÔ´Ï´Ù"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Çì´õÀÇ Å©±â°¡ ³Ê¹« Å®´Ï´Ù"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "¾Ë ¼ö ¾ø´Â ÆÄÀÏ À¯ÇüÀÔ´Ï´Ù"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Çϵ堸µÅ©¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5 ÇÕ°è°¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "³»ºÎ ¿À·ù ¹ß»ý"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr "Çì´õ¿¡ ¾ÆÄ«À̺ê ÆÄÀÏÀÌ ¾ø½À´Ï´Ù"
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " ½ÇÆÐÇÔ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2117,65 +2117,65 @@ msgstr ""
 "\"B\" ÀÇÁ¸¼ºÀº Áß¿ä½Ã µÇ´Â °Í(epoch)À» ÇÊ¿ä·Î ÇÕ´Ï´Ù (\"A\" ·Î °¡Á¤ÇÕ´Ï´Ù)\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "¿¹"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "¾Æ´Ï¿À"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s ¿¹ (ÆÄÀÏÀÌ Ãß°¡µÊ)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s ¿¹ (Á¦°øÀÌ Ãß°¡µÊ)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (ij½ÃµÊ)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s ¿¹ (rpmrcÀÌ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s ¿¹ (rpmlibÀÌ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s ¿¹ (db ÆÄÀÏ)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s ¿¹ (db°¡ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s ¿¹ (db ÆÐÅ°Áö)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s ¾Æ´Ï¿À\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) ÀÇÁ¸(Depends) Ä³½Ã¿¡ Ãß°¡µÇ¾ú½À´Ï´Ù.\n"
@@ -2183,48 +2183,48 @@ msgstr "%s: (%s, %s) 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "%s-%s-%s ÆÐÅ°ÁöÀÇ ÇÊ¿ä »çÇ×ÀÌ ¸¸Á·µÇÁö ¾ÊÀ½: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "ÆÐÅ°Áö %s (ÀÌ)°¡ Ãæµ¹ÇÔ: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "tsort °ü°è¿¡¼­ %s-%s-%s \"%s\" (À»)¸¦ »èÁ¦ÇÕ´Ï´Ù.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== tsort °ü°è¸¦ ±â·Ï(record)ÇÕ´Ï´Ù\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== ÆÐÅ°Áö¸¦ tsort ÇÕ´Ï´Ù (¼ø¼­, #¼±ÀÓÀÚ, #ÈÄÀÓÀÚ, ±íÀÌ[depth])\n"
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== ÈÄÀÓÀÚ [successors only] (Ç¥Çö ¼ø)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "·çÇÁ(LOOP):\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== tsort¸¦ ÁøÇàÇÕ´Ï´Ù...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(¼ýÀÚ°¡ ¾Æ´Õ´Ï´Ù)"
 
@@ -2252,7 +2252,7 @@ msgstr "%s 
 msgid "getting list of mounted filesystems\n"
 msgstr "¸¶¿îÆ®µÈ ÆÄÀϽýºÅÛÀÇ ¸ñ·ÏÀ» ¼öÁýÇÏ°í ÀÖ½À´Ï´Ù\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "%s (À»)¸¦ ¿©´Âµ¥ ½ÇÆÐÇÔ: %s\n"
@@ -2271,37 +2271,37 @@ msgstr "========= 
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr "%04o Çã°¡±Ç(perms)ÀÇ %s µð·ºÅ丮°¡ »ý¼ºµÇ¾ú½À´Ï´Ù.\n"
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr "Çì´õ ÆÄÀÏ ¸ñ·Ï¿¡¼­ ¾ÆÄ«À̺ê ÆÄÀÏ %s (À»)¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s (ÀÌ)°¡ %s (À¸)·Î ÀúÀåµÇ¾ú½À´Ï´Ù\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s %s µð·ºÅ丮¸¦ »èÁ¦Çϴµ¥ ½ÇÆÐÇÔ: ºó µð·ºÅ丮°¡ ¾Æ´Õ´Ï´Ù\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s %s µð·ºÅ丮¸¦ »èÁ¦Çϴµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s %s ¸µÅ©¸¦ ÇØÁ¦Çϴµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s (ÀÌ)°¡ %s (À¸)·Î »ý¼ºµÇ¾ú½À´Ï´Ù\n"
@@ -2313,87 +2313,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE Ä«¿îÆ®´Â ¹Ýµå½Ã '1' À̾î¾ß ÇÕ´Ï´Ù.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "%d µ¥ÀÌÅÍ À¯ÇüÀº »ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "'%' µÚ¿¡ '{' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "'%{' µÚ¿¡ '}' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "űנÇü½ÄÀÌ ºñ¾îÀÖ½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "űנÀ̸§ÀÌ ºñ¾îÀÖ½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "¾Ë ¼ö ¾ø´Â Å±נÀÔ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "¹è¿­ÀÇ ³¡ºÎºÐ¿¡ ']' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "ºÒÇÊ¿äÇÑ ']' °¡ »ç¿ëµÇ°í ÀÖ½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "ºÒÇÊ¿äÇÑ '}' °¡ »ç¿ëµÇ°í ÀÖ½À´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "Ç¥Çö½Ä¿¡ '?' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "Ç¥Çö½Ä¿¡¼­ '?' µÚ¿¡ '{' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "Ç¥Çö½Ä¿¡ '}' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "ÇϺΠǥÇö½Ä(subexpression)ÀÇ '?' ´ÙÀ½¿¡ ':' ÀÌ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "Ç¥Çö½Ä¿¡¼­ ':' µÚ¿¡ '{' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "Ç¥Çö½ÄÀÇ ³¡ºÎºÐ¿¡ '|' °¡ ÇÊ¿äÇÕ´Ï´Ù"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(¾Ë ¼ö ¾ø´Â À¯Çü)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "ÀӽàÆÄÀÏ %s (À»)¸¦ »ý¼ºÇϴ µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
@@ -2402,7 +2402,7 @@ msgstr "
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "ÀÌ RPM ¹öÀü¿¡¼­´Â ÆÐŰ¡ ¹öÀü '1' ÀÌ Áö¿øµÇÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2545,250 +2545,250 @@ msgstr "
 msgid "lookup i18N strings in specfile catalog"
 msgstr "specÆÄÀÏ ¸ñ·Ï(catalog)¿¡¼­ i18N ¹®ÀÚ¿­À» Ã£½À´Ï´Ù"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr "¿Ã¹Ù¸£Áö ¸øÇÑ ·Ñ¹é(rollback) ½Ã°£"
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "ÆÐÅ°Áö ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr "ÇϺÎ-µð·ºÅ丮·Î À̸§ º¯°æ½Ã »èÁ¦µÈ ÆÐÅ°Áö ÆÄÀÏÀ» ÀúÀåÇÕ´Ï´Ù"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<ÆÐÅ°Áö>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "<°æ·Î> ·Î ½ÃÀ۵Ǵ ÆÄÀÏÀº ¼³Ä¡ÇÏÁö ¾Ê½À´Ï´Ù "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<°æ·Î>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "±âÁ¸¿¡ ¼³Ä¡µÈ ÆÐÅ°Áö¸¦ ¾÷±×·¹À̵å ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<ÆÐÅ°ÁöÆÄÀÏ>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "%%pre ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù (ÀÖÀ» °æ¿ì)"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "%%post ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù (ÀÖÀ» °æ¿ì)"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "%%preun ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù (ÀÖÀ» °æ¿ì)"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "%%postun ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù (ÀÖÀ» °æ¿ì)"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "ÀÌ ÆÐÅ°Áö¿¡ ÀÇÇØ ¹ß»ýµÇ´Â ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "%%triggerprein ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "%%triggerin ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "%%triggerun ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "%%triggerpostun ½ºÅ©¸³Æ®¸´(scriptlet)À» ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "<ÀÌÀü°æ·Î> ¿¡¼­ <»õ·Î¿î°æ·Î> ·Î ÆÄÀÏÀ» Àç¹èÄ¡ ÇÕ´Ï´Ù"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<ÀÌÀü°æ·Î>=<»õ·Î¿î°æ·Î>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "ÀçÆÐŰ¡(repackaging)À¸·Î ÀÎÇØ »èÁ¦µÇ´Â ÆÐÅ°Áö ÆÄÀÏÀ» ÀúÀåÇÕ´Ï´Ù"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr "»õ·Î¿î ÆÐÅ°Áö »èÁ¦, ÀÌÀü ÆÐÅ°Áö À缳ġ, ³¯Â¥ º¹±¸(back to date)"
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr "<³¯Â¥>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "ÆÐÅ°Áö¸¦ ¾÷±×·¹À̵å ÇÕ´Ï´Ù"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "¼­¸íÀ» ÀÛ¼ºÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "¸ðµç ÆÐÅ°Áö¿¡ ´ëÇØ ÁúÀÇ/°ËÁõÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "ÆÄÀÏÀ» ¼ÒÀ¯ÇÏ°í Àִ ÆÐÅ°Áö¸¦ ÁúÀÇ/°ËÁõ ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "±×·ì ¾ÈÀÇ ÆÐÅ°Áö¸¦ ÁúÀÇ/°ËÁõ ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "ÆÐÅ°Áö ÆÄÀÏÀ» ÁúÀÇ/°ËÁõ ÇÕ´Ï´Ù (¿¹: ¹ÙÀ̳ʸ® *.rpm ÆÄÀÏ)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "rpm ÁúÀÇ ¸ðµå"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "ÁúÀǠű׸¦ º¸¿©ÁÝ´Ï´Ù"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "spec ÆÄÀÏ¿¡ ´ëÇØ ÁúÀÇÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "ÆÐÅ°Áö·Î ÀÎÇÏ¿© ¹ß»ýµÇ´Â ÆÐÅ°Áö¿¡ ´ëÇØ ÁúÀÇÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "rpm °ËÁõ ¸ðµå"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "rpm °ËÁõ ¸ðµå (legacy)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "ÀÇÁ¸¼ºÀ» ÇÊ¿ä·Î Çϴ ÆÐÅ°Áö¿¡ ´ëÇØ ÁúÀÇ/°ËÁõ ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "ÀÇÁ¸¼ºÀ» Á¦°øÇϴ ÆÐÅ°Áö¿¡ ´ëÇØ ÁúÀÇ/°ËÁõ ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "¸ðµç ¼³Á¤ ÆÄÀÏÀ» ³ª¿­ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "¸ðµç ¹®¼­ ÆÄÀÏÀ» ³ª¿­ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "±âº» ÆÄÀÏ Á¤º¸¸¦ ¾Ë·ÁÁÝ´Ï´Ù"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "ÆÐÅ°Áö ¾ÈÀÇ ÆÄÀÏÀ» ³ª¿­ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr "%%ghost ÆÄÀÏÀ» »ý·«ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr "%%license ÆÄÀÏÀ» »ý·«ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr "%%readme ÆÄÀÏÀ» »ý·«ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "´ÙÀ½ÀÇ ÁúÀÇ Çü½ÄÀ» »ç¿ëÇϽʽÿä"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "spec ÆÄÀÏ ¾ÈÀÇ i18n Ç׸ñ(section)À» ´ëü(substitute)ÇÕ´Ï´Ù"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "³ª¿­µÈ ÆÄÀÏÀÇ »óÅÂ(state)¸¦ º¸¿©ÁÝ´Ï´Ù"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "ÆÄÀÏ ¸ñ·ÏÀ» ÀÚ¼¼È÷ º¸¿©ÁÝ´Ï´Ù"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "ÆÄÀÏÀÇ MD5 Ãà¾à(digest)À» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "ÆÄÀÏÀÇ ¿ë·®À» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "ÆÄÀÏÀÇ ½Éº¼¸¯ ¸µÅ© °æ·Î¸¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "ÆÄÀÏÀÇ ¼ÒÀ¯ÀÚ¸¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "ÆÄÀÏÀÇ ±×·ìÀ» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "ÆÄÀÏÀÇ ÃÖÁ¾ º¯°æ ½Ã°£À» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "ÆÄÀÏÀÇ ¸ðµå¸¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "ÆÐÅ°Áö ¾ÈÀÇ ÆÄÀÏÀ» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "ÆÐÅ°ÁöÀÇ ÀÇÁ¸¼ºÀ» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "%verifyscript¸¦ ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù (ÀÖÀ» °æ¿ì)"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "SHA1 Ãà¾à(digest) Çì´õ¸¦ °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
@@ -2863,80 +2863,80 @@ msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 "%2$s ÆÐÅ°Áö¸¦ Ã³¸®Çϴ °úÁ¤¿¡¼­ ¾Ë ¼ö ¾ø´Â ¿À·ù %1$d (ÀÌ)°¡ ¹ß»ýÇß½À´Ï´Ù"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%%%s %s (À»)¸¦ »ý¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%%%s %s (À»)¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "¼Ò½º ÆÐÅ°Áö°¡ ¿ä±¸µË´Ï´Ù, ¹ÙÀ̳ʸ®¸¦ Ã£¾Ò½À´Ï´Ù\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "¼Ò½º ÆÐÅ°Áö¿¡ .spec ÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 "%2$s-%3$s-%4$s ÀÇ %1$s ½ºÅ©¸³Æ®¸´(scriptlet) ½ÇÇà¿¡ ½ÇÆÐÇß½À´Ï´Ù, waitpid°¡ %"
 "5$s (À»)¸¦ ¹ÝȯÇÏ¿´½À´Ï´Ù \n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 "%2$s-%3$s-%4$s ÀÇ %1$s ½ºÅ©¸³Æ®¸´(scriptlet) ½ÇÇà¿¡ ½ÇÆÐÇß½À´Ï´Ù, Á¾·á »óȲ %"
 "5$d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s (ÀÌ)°¡ %d ÀÇ ÆÄÀÏÀ» °®°í ÀÖ½À´Ï´Ù, Å×½ºÆ® = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 "%s: %s ½ºÅ©¸³Æ®¸´(scriptlet)°¡ ½ÇÆÐÇß½À´Ï´Ù (%d), %s-%s-%s (À»)¸¦ »ý·«ÇÕ´Ï"
 "´Ù\n"
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "%s »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù - root¸¦ ÀÌ¿ëÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "%s ±×·ìÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù - root¸¦ ÀÌ¿ëÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "¾ÆÄ«À̺긦 Çª´Âµ¥ ½ÇÆÐÇÔ%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " ´ÙÀ½ ÆÄÀÏ¿¡ "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%2$s ÆÄÀÏÀÇ %1$s (ÀÌ)°¡ ½ÇÆÐÇÔ: %3$s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s (ÀÌ)°¡ ½ÇÆÐÇÔ: %s\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: %s ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÕ´Ï´Ù (ÀÖÀ» °æ¿ì)\n"
@@ -2946,119 +2946,119 @@ msgstr "%s: %s 
 msgid "incorrect format: %s\n"
 msgstr "¿Ã¹Ù¸£Áö ¸øÇÑ Çü½Ä: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(ÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖÁö ¾ÊÀ½)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "Á¤»ó(normal)        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "±³Ã¼µÊ(replaced)    "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "¼³Ä¡µÇ¾î ÀÖÁö ¾ÊÀ½  "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "net °øÀ¯µÊ          "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(¾Ë ¼ö ¾ø´Â %3d)    "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(»óŸ¦ ¾Ë ¼ö ¾øÀ½) "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "ÆÐÅ°Áö¿¡ ÆÄÀÏ ¼ÒÀ¯ÀÚ ¶Ç´Â id ¸ñ·ÏÀÌ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "%s (À»)¸¦ ÁúÀÇÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s (À»)¸¦ ¿©´Âµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s (À»)¸¦ ÁúÀÇÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "ÀÌÀü Çü½ÄÀÇ ¼Ò½º ÆÐÅ°Áö´Â ÁúÀÇÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: Àдµ¥ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s spec ÆÄÀÏÀ» ÁúÀÇÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù, ÆÄÀÏÀ» ºÐ¼®ÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s ±×·ìÀº ¾î¶² ÆÐÅ°Áö¿¡µµ Æ÷ÇԵǾî ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s (À»)¸¦ ¹ß»ý½ÃÅ°´Â ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s (À»)¸¦ ÇÊ¿ä·Î Çϴ ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s (À»)¸¦ Á¦°øÇϴ ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "%s ÆÄÀÏ: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "%s ÆÄÀÏÀº ¾î¶² ÆÐÅ°Áö¿¡µµ ¼ÓÇØ ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ºÎÀûÇÕÇÑ ÆÐÅ°Áö ¹øÈ£: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "ÆÐÅ°Áö ±â·Ï(record) ¹øÈ£: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "±â·Ï(record) ¹øÈ£ %u (Àº)´Â ÀÐÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s ÆÐÅ°Áö´Â ¼³Ä¡µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù\n"
@@ -3082,158 +3082,158 @@ msgstr "%s: Fwrite
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread¿¡ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead¿¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: v1.0 RPMÀº ¼­¸íÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: v2.0 RPMÀº Àç-¼­¸íÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature¿¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: À¯È¿ÇÑ ¼­¸íÀÌ ¾ø½À´Ï´Ù\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead¿¡ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature¿¡ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: À¯È¿ÇÑ ¼­¸íÀÌ ¾ø½À´Ï´Ù (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "¿Ã¹Ù¸£Áö ¾ÊÀ½"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (Å°¸¦ Ã£À» ¼ö ¾øÀ½:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (Å°¸¦ ½Å·ÚÇÒ ¼ö ¾øÀ½:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "È®ÀÎ"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Áغñ Áß..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "¼³Ä¡ÇÒ ÆÐÅ°Áö¸¦ ÁغñÇÏ°í ÀÖ½À´Ï´Ù..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "%s (À»)¸¦ º¹±¸ÇÕ´Ï´Ù\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... %s (À¸)·Î\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s (À»)¸¦ »ý·«ÇÕ´Ï´Ù - Àü¼Û(transfer)¿¡ ½ÇÆÐÇÔ - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "%s ¾ÈÀÇ ÆÐÅ°Áö µ¥ÀÌÅͺ£À̽º¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "%s ÆÐÅ°Áö´Â Àç¹èÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "%s ÆÄÀÏÀ» Àд µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "%s ÆÄÀÏÀÌ ÃֽŠ¹öÀüÀÇ RPMÀ» ÇÊ¿ä·Î ÇÕ´Ï´Ù\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s (Àº)´Â ¼³Ä¡µÉ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "%d ÀÇ ¼Ò½º¿Í %d ÀÇ ¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ Ã£¾Ò½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "ÀÇÁ¸¼º ¹®Á¦·Î ÀÎÇØ ½ÇÆÐÇÔ:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÕ´Ï´Ù\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "%s ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "%s/packages.rpm À» ¿­ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ¿©·¯°³ÀÇ ÆÐÅ°Áö¸¦ ÁöÁ¤ÇÕ´Ï´Ù\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "ÀÌ ÆÐÅ°ÁöµéÀ» Á¦°ÅÇϸé ÀÇÁ¸¼ºÀÌ ±úÁú ¼ö ÀÖÀ½:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "%s (À»)¸¦ ¼³Ä¡ÇÕ´Ï´Ù\n"
@@ -3243,98 +3243,98 @@ msgstr "%s (
 msgid "read failed: %s (%d)\n"
 msgstr "Àдµ¥ ½ÇÆÐÇÔ: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "%s ¿¡¼­ µÎ¹ø° ':' À» Ã£À» ¼ö ¾øÀ½:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "%s ¿¡¼­ ¾ÆÅ°ÅØÃÄ À̸§À» Ã£À» ¼ö ¾øÀ½:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "%s ÀÇ µ¥ÀÌÅÍ Ç׸ñ(line)ÀÌ ºÒÃæºÐÇÔ:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "%s ÀÇ µ¥ÀÌÅÍ Ç׸ñ(line)¿¡ Àμö°¡ ³Ê¹« ¸¹À½:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "À߸øµÈ ¾ÆÅ°ÅØÃÄ/¿î¿µÃ¼Á¦ ¹øÈ£: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "%s ÀÇ ±âº» Ç׸ñ(line)ÀÌ ºÒÃæºÐÇÔ:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "%s ÀÇ ±âº» Ç׸ñ(line)¿¡ Àμö°¡ ³Ê¹« ¸¹À½:%d\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "%s (À»)¸¦ È®Àå(expand)ÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "%s (À»)¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù, HOMEÀÌ ³Ê¹« Å®´Ï´Ù.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "%s (À»)¸¦ Àдµ¥ ½ÇÆÐÇÔ: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "%2$s ¿¡¼­ ':' (0x%1$02x Ã£À½) À» Ã£À» ¼ö ¾øÀ½:%3$d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%2$s ¿¡¼­ %1$s (À»)¸¦ À§ÇÑ Àμö¸¦ Ã£À» ¼ö ¾øÀ½:%3$d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%2$s ÀÇ %1$s È®Àå(expansion)ÀÌ ½ÇÆÐÇÔ:%3$d \"%4$s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "%2$s ÀÇ %1$s (À»)¸¦ ¿­ ¼ö ¾øÀ½:%3$d: %4$s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%2$s ¿¡¼­ %1$s (À»)¸¦ À§ÇÑ ¾ÆÅ°ÅØÃĸ¦ Ã£À» ¼ö ¾øÀ½:%3$d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "%2$s ¿¡ À߸øµÈ ¿É¼Ç '%1$s':%3$d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "¾Ë ¼ö ¾ø´Â ½Ã½ºÅÛ: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "rpm-list@redhat.com À¸·Î ¿¬¶ôÁֽñ⠹ٶø´Ï´Ù\n"
 
@@ -3463,47 +3463,47 @@ msgstr "
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "¸ÅÅ©·Î ÆÄÀÏ¿¡ \"%%_pgp_name\" À» ¼³Á¤ÇØ ÁּžߠÇÕ´Ï´Ù\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== Àç¹èÄ¡\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d Á¦¿Ü(exclude)  %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d Àç¹èÄ¡ %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "%s%s multilib °æ·Î¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "%s %s (À»)¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s ¿¡¼­ %s (À¸)·Î Àç¹èÄ¡ ÇÕ´Ï´Ù\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "%s µð·ºÅ丮¸¦ %s (À¸)·Î Àç¹èÄ¡ ÇÕ´Ï´Ù\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "missingok Ç÷¡±×·Î ÀÎÇØ %s (À»)¸¦ »ý·«ÇÕ´Ï´Ù\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
@@ -3523,28 +3523,28 @@ msgstr ""
 msgid "missing    %s"
 msgstr "´ÙÀ½À» Ã£À» ¼ö ¾ø½À´Ï´Ù    %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s ¿¡ ÀÇÁ¸¼º ¹®Á¦ ¹ß»ý: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 "%s-%s-%s: °íÁ¤ Çì´õ ¿µ¿ª Ãà¾à(immutable header region digest) °Ë»ç¿¡ ½ÇÆÐÇÔ\n"
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "%3$s ÀÇ db%1$d ¿À·ù(%2$d): %4$s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d ¿À·ù(%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
@@ -3552,101 +3552,102 @@ msgstr ""
 "¿ÀÇÁ¼Â %d(0x%08x)ÀÇ ÆÐÅ°Áö ¿¬°áºÎºÐ(chain)ÀÌ ¼Õ»óµÇ¾ú½À´Ï´Ù, Á¢±ÙÀ» Àç½Ãµµ ÇÕ"
 "´Ï´Ù ...\n"
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "¼Õ»óµÈ ¿ÀÇÁ¼Â %d(0x%08x)ÀÇ ¿¬°áºÎºÐ(chain)¿¡ ÀçÁ¢±Ù ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "´ÝÈù   db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "»èÁ¦µÈ db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "À߸øµÈ db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "¿­¸°   db ÆÄÀÏ    %s ¸ðµå 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "Àá°ÜÀִ µ¥ÀÌÅͺ£À̽ºÀÇ %s (À»)¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "Á¦¿ÜÇÔ(exclusive)"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "°øÀ¯µÊ"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "´ÝÈù   db È¯°æ    %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "»èÁ¦µÈ db È¯°æ    %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "¿­¸°   db È¯°æ    %s/%s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "´ÝÈù   db À妽º  %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "°ËÁõµÈ db À妽º  %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "¿­¸°   db À妽º  %s/%s %s ¸ðµå=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "Àá°ÜÀִ %2$s/%3$s ÀÇ %1$s (À»)¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "Àá±ä   db À妽º  %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "ÀÎÁõµÇÁö ¾ÊÀº db ¿É¼Ç: \"%s\" (À»)¸¦ ¹«½ÃÇÕ´Ï´Ù.\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s (Àº)´Â ºÎÀûÇÕÇÑ ¼öÄ¡ °ªÀÔ´Ï´Ù, »ý·«ÇÕ´Ï´Ù\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s (Àº)´Â ³Ê¹« Å©°Å³ª ³Ê¹« ÀÛÀº Á¤¼ö(long) °ªÀÔ´Ï´Ù, »ý·«ÇÕ´Ï´Ù\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "%s (Àº)´Â ³Ê¹« Å©°Å³ª ³Ê¹« ÀÛÀº Á¤¼ö(int) °ªÀÔ´Ï´Ù, »ý·«ÇÕ´Ï´Ù\n"
@@ -3680,44 +3681,44 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "(±âÁ¸ÀÇ) rpm[23] ÆÐŰ¡°ú È£È¯Çϴ Çì´õ¸¦ »ý¼ºÇÕ´Ï´Ù"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 "DB Å±נÃʱâÈ­[dbiTagsInit]: ÀÎÁõµÇÁö ¾ÊÀº Å±נÀ̸§: \"%s\" (Àº)´Â ¹«½ÃµË´Ï"
 "´Ù\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "db%2$d (À»)¸¦ ÀÌ¿ëÇÏ¿© %1$s À妽º¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù - %3$s (%4$d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "%s À妽º¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 "%3$s À妽º¿¡¼­ \"%2$s\" ·¹Äڵ带 ¾ò´Â µµÁß ¿À·ù(%1$d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "%3$s (À¸)·Î %2$s ·¹Äڵ带 ÀúÀåÇϴ µµÁß ¿À·ù(%1$d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "%3$s ¿¡¼­ %2$s ·¹Äڵ带 »èÁ¦Çϴ µµÁß ¿À·ù(%1$d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "db°æ·Î°¡ ¼³Á¤µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3726,264 +3727,264 @@ msgstr ""
 "·Á¸é --rebuilddb ¿É¼ÇÀ» ÀÌ¿ëÇϽʽÿä\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "ÆÐÅ°ÁöÀÇ ¼ö¸¦ ¼¼´Â µµÁß ¿À·ù(%d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "µ¥ÀÌÅͺ£À̽ºÀÇ ·¹Äڵ堹øÈ£ %u (ÀÌ)°¡ À߸øµÇ¾ú½À´Ï´Ù -- »ý·«ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: ¼Õ»óµÈ Çì´õ #%u (ÀÌ)°¡ º¹±¸(retrieved)µÇ¾ú½À´Ï´Ù, »ý·«ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: 0x%x ÀÇ Çì´õ¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "%2$s À妽º¿¡¼­ \"%1$s\" (À»)¸¦ »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "%2$s À妽º¿¡¼­ %1$d Ç׸ñµé(entries)À» »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "»õ·Î¿î ÆÐÅ°Áö¸¦ ¹èÄ¡Çϴ µµÁß ¿À·ù(%d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "%2$s À妽º¿¡ \"%1$s\" (À»)¸¦ Ãß°¡ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%2$s À妽º¿¡ %1$d Ç׸ñµé(entries)À» Ãß°¡ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "db3¸¦ À籸Ãà ÇÑ ÈÄ¿¡ %s (À»)¸¦ »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "db°æ·Î°¡ ¼³Á¤µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "%2$s ¿¡ µ¥ÀÌÅͺ£À̽º %1$s (À»)¸¦ À籸Ãà ÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "Àӽ൥ÀÌÅͺ£À̽º %s (ÀÌ)°¡ À̹̠Á¸ÀçÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »ý¼ºÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »ý¼ºÇÔ: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "dbapi %d (À»)¸¦ ÅëÇØ ÀÌÀü µ¥ÀÌÅͺ£À̽º¸¦ ¿±´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "dbapi %d (À»)¸¦ ÅëÇØ »õ·Î¿î µ¥ÀÌÅͺ£À̽º¸¦ ¿±´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "%u ¿¡ ·¹Äڵ带 Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "µ¥ÀÌÅͺ£À̽º¸¦ À籸ÃàÇϴµ¥ ½ÇÆÐÇÔ: ¿øº» µ¥ÀÌÅͺ£À̽º´Â ±×´ë·Î À¯ÁöµË´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "ÀÌÀü µ¥ÀÌÅͺ£À̽º¸¦ »õ·Î¿î µ¥ÀÌÅͺ£À̽º·Î ±³Ã¼Çϴµ¥ ½ÇÆÐÇß½À´Ï´Ù!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "º¹±¸Çϱâ À§ÇØ $2$s ÀÇ ÆÄÀÏÀ» $1$s ÀÇ ÆÄÀϷΠ±³Ã¼ÇÕ´Ï´Ù"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »èÁ¦ÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »èÁ¦Çϴµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== %d È°¼º, %d ºñ¾îÀÖÀ½\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(ºñ¾îÀÖÀ½)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(ºñ¾îÀÖÀ½)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "¸ÅÅ©·Î %%%s ¿¡ Á¾·áµÇÁö ¾ÊÀº ³»¿ë(body)ÀÌ ÀÖ½À´Ï´Ù\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "¸ÅÅ©·Î %%%s ¿¡ ºÎÀûÇÕÇÑ À̸§ÀÌ ÀÖ½À´Ï´Ù (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "¸ÅÅ©·Î %%%s ¿¡ Á¾·áµÇÁö ¾ÊÀº ¿É¼ÇÀÌ ÀÖ½À´Ï´Ù\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "¸ÅÅ©·Î %%%s ¿¡ ºñ¾îÀִ ³»¿ë(body)ÀÌ ÀÖ½À´Ï´Ù\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "¸ÅÅ©·Î %%%s (À»)¸¦ È®Àå(expand)Çϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "¸ÅÅ©·Î %%%s ¿¡ ºÎÀûÇÕÇÑ À̸§ÀÌ ÀÖ½À´Ï´Ù (%%undefine)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "¸ÅÅ©·Î %%%s (%s) (Àº)´Â ·¹º§ %d ÀÌÇÏ¿¡¼­´Â »ç¿ëµÉ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "%2$s(%3$s) ¿¡ ¾Ë ¼ö ¾ø´Â ¿É¼Ç %1$c (ÀÌ)°¡ ÀÖ½À´Ï´Ù\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "¹Ýº¹ È½¼ö(%d)°¡ ÃÖ´ëÄ¡(%d) º¸´Ù Å®´Ï´Ù\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Á¾·áµÇÁö ¾ÊÀº %c: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "ºÐ¼®ÇÒ ¼ö ¾ø´Â ¸ÅÅ©·Î ´ÙÀ½¿¡ '%%' °¡ ÀÖ½À´Ï´Ù\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "¸ÅÅ©·Î %%%.*s (À»)¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù, »ý·«ÇÕ´Ï´Ù\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "¸ñÇ¥´ë»ó(Target) ¹öÆÛ ¿À¹öÇ÷οì\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "%s ÆÄÀÏ: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "%s ÆÄÀÏÀÌ %u ¹ÙÀÌÆ® ¿ë·®º¸´Ù Àû½À´Ï´Ù\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "¼º°ø"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "¼­¹ö ÀÀ´äÀÌ À߸øµÇ¾ú½À´Ï´Ù"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "¼­¹ö ÀÔ/Ãâ·Â ¿À·ùÀÔ´Ï´Ù"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "¼­¹ö ´ë±â½Ã°£ÀÌ ÃÊ°úµÇ¾ú½À´Ï´Ù"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "¼­¹ö È£½ºÆ® ÁÖ¼Ò¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "¼­¹ö È£½ºÆ® À̸§À» Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "¼­¹ö¿¡ Á¢¼ÓÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "¼­¹ö·Î ÀÚ·á Á¢¼ÓÀ» ½ÃµµÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "·ÎÄàÆÄÀÏ¿¡ ÀÔ/Ãâ·Â ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 "¿ø°Ý ¼­¹ö¸¦ ¼öµ¿ ¸ðµå(passive mode)·Î ¼³Á¤Çϴ µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "¼­¹ö¿¡¼­ ÆÄÀÏÀ» Ã£À» ¼ö ¾ø½À´Ï´Ù"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "ÁøÇàÀÌ ÁߴܵǾú½À´Ï´Ù"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "¾Ë ¼ö ¾ø´Â È¤Àº ¿¹»óÄ¡ ¸øÇÑ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "%s ¿¡ %s (À¸)·Î ±â·Ï(logging)ÇÕ´Ï´Ù, pw %s\n"
@@ -4012,37 +4013,37 @@ msgstr "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "(%u ¹ÙÀÌÆ®)ÀÇ ¸Þ¸ð¸® ÇÒ´ç °ªÀÌ NULL·Î ¹ÝȯµÇ¾ú½À´Ï´Ù.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "°æ°í: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "°æ°í: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "°æ°í: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "%s@%s ÀÇ Æнº¿öµå: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "¿À·ù: %s Æ÷Æ®´Â ¹Ýµå½Ã ¼ýÀÚÀ̾î¾ß ÇÕ´Ï´Ù\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "URL Æ÷Æ®´Â ¹Ýµå½Ã ¼ýÀÚÀ̾î¾ß ÇÕ´Ï´Ù\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "%s (À»)¸¦ »ý¼ºÇϴµ¥ ½ÇÆÐÇÔ: %s\n"
index f426e86..db09fc5 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-06-27 12:24+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
 "Language-Team: Norwegian <no@li.org>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "kan ikke åpne database i %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "feil med avhengigheter under bygging:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kunne ikke åpne tar-rør: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Feil under lesing av spec-fil fra %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Feil under endring av navn fra %s til %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "kunne ikke kjøre stat på %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Fil %s er ikke en vanlig fil.\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Bygger målplattformene: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Bygger for mål %s\n"
@@ -70,16 +70,16 @@ msgstr "Bygger for m
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versjon %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright © 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 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"
@@ -527,11 +527,11 @@ msgstr ""
 "verifiser en pakkeinstallasjon ved å bruke samme alternativer for "
 "pakkespesifikasjon som -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "ikke verifiser pakkeavhengigheter"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "ikke verifiser filens md5 sjekksum"
 
@@ -551,7 +551,7 @@ msgstr "    --install <pakkefil>"
 msgid "    -i <packagefile>      "
 msgstr "    -i <pakkefil>         "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "installer pakke"
 
@@ -571,7 +571,7 @@ msgstr "      --relocate <gmlsti>=<nysti>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "omplasser filer fra <gmlsti> til <nysti>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "omplasser filer i ikke-omplasserbar pakke"
 
@@ -579,47 +579,47 @@ msgstr "omplasser filer i ikke-omplasserbar pakke"
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <kat>"
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "omplasser pakken til <kat>, hvis den er omplasserbar"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "ikke installer dokumentasjon"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "forkortning for --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "skriv ut skigarder etter som pakken installeres (nyttig med -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "installer alle filer, selv konfigurasjoner som ellers kan hoppes over"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "ikke verifiser pakkearkitektur"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "ikke sjekk diskplass før installasjon"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "ikke verifiser operativsystem for pakken"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "installer dokumentasjon"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "oppdater databasen, men ikke modifiser filsystemet"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ikke ordne pakkeinstallasjon for å tilfredsstille avhengigheter"
 
@@ -631,19 +631,19 @@ msgstr "ikke kj
 msgid "don't execute any scripts triggered by this package"
 msgstr "ikke kjør skript som utløses av denne pakken"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "skriv ut prosentvis fremgang etter som pakken installeres"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "installer selv om pakken erstatter installerte filer"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "reinstaller selv om pakken allerede er installert"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "ikke installer, men si ifra om det ville virke eller ikke"
 
@@ -659,7 +659,7 @@ msgstr "    -U <pakkefil>"
 msgid "upgrade package (same options as --install, plus)"
 msgstr "oppgrader pakke (samme alternativ som --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -675,11 +675,11 @@ msgstr "    --erase <pakke>"
 msgid "    -e <package>          "
 msgstr "    -e <pakke>            "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "slett (avinstaller) pakke"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -792,7 +792,7 @@ msgstr "som --rebuild, men ikke bygg noen pakke"
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakke>+     "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "signer en pakke (forkast nåværende signatur)"
 
@@ -800,7 +800,7 @@ msgstr "signer en pakke (forkast n
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakke>+    "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "legg til signatur til en pakke"
 
@@ -812,15 +812,15 @@ msgstr "    --checksig <pakke>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pkg>+             "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "verifiser pakkesignatur"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "hopp over PGP-signaturer"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "hopp over GPG-signaturer"
 
@@ -857,8 +857,8 @@ msgstr ""
 "alternativer for pakkespesifikasjon som -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "kun ett større modi kan spesifiseres"
 
@@ -870,23 +870,23 @@ msgstr "-u og --uninstall er utg
 msgid "Use -e or --erase instead.\n"
 msgstr "Bruk -e eller --erase i stedet.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "relokasjoner må begynne med en /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "relokasjoner må inneholde et ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "relokasjoner må ha et / etter ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "eksluderingssti må begynne med en /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -894,102 +894,102 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Intern feil i argumentprosesseringen (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "uventede flagg for spørring"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "ventet spørringsformat"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "uventet spørringskilde"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "kun installasjon, oppgradering, rmsource og rmspec kan tvinges"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "filer kan kun omplasseres under pakkeinstallasjon"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "kune en av --prefix eller --relocate kan brukes"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan kun brukes ved installasjon av nye pakker"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenter til --prefix må begynne med en /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -1005,7 +1005,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply kan kun spesifiseres under pakkeinstallasjon"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
@@ -1013,25 +1013,25 @@ msgstr ""
 "alternativer som slår av utløsing  kan kun spesifiseres under "
 "pakkeinstallasjon, og sletting"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1052,77 +1052,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "ingen filer å signere\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "kan ikke aksessere fil %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp ikke funnet: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Skriv inn passord: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Passordsjekk feilet\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Passord er ok.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "kjøring feilet\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "uventede argumenter til --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "ingen pakke oppgitt for signatursjekk"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "ingen pakker oppgitt for signering"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "ingen pakker oppgitt for avinstallering"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "ingen pakker oppgitt for installering"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "ekstra argumenter oppgitt for spørring på alle pakker"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "ingen argumenter oppgitt for spørring"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "ekstra argumenter oppgitt for verfisering av alle pakker"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "ingen argumenter oppgitt for verifisering"
 
@@ -1163,7 +1163,7 @@ msgstr "<uttr>+"
 msgid "<cmd>"
 msgstr "<kmd>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<kat>"
 
@@ -1229,20 +1229,20 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Bruk: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Bruk -e eller --erase i stedet.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath oppgitt for operasjon som ikke bruker en database"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
@@ -1250,38 +1250,38 @@ msgstr ""
 "skript som slår av alternativer kan kun spesifiseres under pakkeinstallasjon "
 "og sletting"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ingen pakkefiler oppgitt for ombygging"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "ingen spec-fil oppgitt for bygging"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "ingen tar-fil oppgitt for bygging"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Kjører(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Kjøring av %s feilet (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Ugyldig sluttstatus fra %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1307,214 +1307,214 @@ msgstr "syntaksfeil under lesing av ||\n"
 msgid "parse error in expression\n"
 msgstr "feil under lesing av uttrykk\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "ubalansert (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- kun på tall\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! kun på tall\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "typene må være like\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / ikke støttet for strenger\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- ikke støttet for strenger\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& og || ikke støttet for strenger\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "syntaksfeil i uttrykk\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIDSJEKK feil: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Mangler '(' i %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Mangler ')' i %s(%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ugyldig %s-tegn: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Mangler '(' i %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "To filer på én linje: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Filen må begynne med \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Kan ikke blande spesiell %%doc med andre skjema: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Fil listet to ganger: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolsk lenke peker til BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Fil ikke funnet: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Ugyldig eier/gruppe: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linje %d: Filnavn ikke tillatt: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "Installerer %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Ugyldig fil %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunne ikke kjøre %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s feilet\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunne ikke skrive alle data til %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Klarte ikke å finne %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1608,7 +1608,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek feilet: %s\n"
@@ -1623,86 +1623,86 @@ msgstr "readRPM: %s er ikke en RPM-pakke\n"
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: leser header fra %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "Ugyldige CSA-data\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererer signatur: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunne ikke åpne %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunne ikke skrive pakke: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kunne ikke åpne sigmål %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kunne ikke lese \"payload\" fra %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kunne ikke skrive \"payload\" til %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1742,17 +1742,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "linje %d: Ugyldig flagg %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1838,57 +1838,57 @@ msgstr "linje %d: Tom tagg: %s\n"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "linje %d: Ugyldig tegn '-' i %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot kan ikke være \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "linje %d: Prefiks må ikke slutte på \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "linje %d: Docdir må begynne med '/': %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "linje %d: Epoch/serienummer må være et tall: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "linje %d: Ugyldig %s: kvalifikatorer: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "linje %d: Ugyldig BuildArchitecture format: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Intern feil: Ugyldig tag %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Ugyldig pakkespesifikasjon: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "Pakke eksisterer allerede: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "linje %d: Ukjent tagg: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec-fil kan ikke bruke BuildRoot\n"
 
@@ -1979,27 +1979,27 @@ msgstr "linje %d: Filnavn ikke tillatt: %s\n"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "linje %d: Filnavn med versjon ikke tillatt: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "linje %d: Versjon kreves: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "linje %d: triggere må ha --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "linje %d: Feil under lesing av %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "linje %d: skriptprogram må begynne med '/': %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "linje %d: Andre %s\n"
@@ -2010,41 +2010,41 @@ msgid "line %d: %s\n"
 msgstr "linje %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Kan ikke åpne %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "Åpen %%if\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean returnerer %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else uten %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif uten %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "ugyldig %%include utsagn\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "Ingen kompatible arkitekturer funnet for bygging\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Pakken har ingen %%description: %s\n"
@@ -2059,119 +2059,119 @@ msgstr "linje %d: Ugyldig nummer: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "linje %d: Ugyldig no%s nummer: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "linje %d: Ugyldig %s-nummer: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(feil 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Ugyldig magi"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Ugyldig/ulesbar header"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "For stor header"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Ukjent filtype"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Mangler hard(e) lenke(er)"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5-sum stemmer ikke"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Intern feil"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " feilet - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "JA"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "NEI"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2179,47 +2179,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakke %s er i konflikt: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2246,7 +2246,7 @@ msgstr "feil under kj
 msgid "getting list of mounted filesystems\n"
 msgstr "henter liste over monterte filsystemer\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
@@ -2265,37 +2265,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s lagret som %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s rmdir av %s feilet: Katalogen er ikke tom\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s rmdir av %s feilet: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s unlink av %s feilet: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s opprettet som %s\n"
@@ -2307,87 +2307,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatype %d ikke støttet\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "mangler { etter %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "mangler } etter %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(ukjent type)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "feil under oppretting av midlertidig fil %s\n"
@@ -2396,7 +2396,7 @@ msgstr "feil under oppretting av midlertidig fil %s\n"
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2536,251 +2536,251 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "ikke kjør pakkespesifikke skriptlet"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr "lagre slettede pakkefiler ved å endre navn til underkatalog"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<pakke>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "hopp over filer med innledende komponent <sti> "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<sti>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "oppgrader pakke(r) hvis allerede installert"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<pakkefil>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "ikke kjør noen %%pre skriptlet (hvis noen)"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "ikke kjør %%post skriptlet (hvis noen)"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "ikke kjør %%preun skriptlet (hvis noen)"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "ikke kjør %%postun skriptlet (hvis noen)"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "Ikke kjør noen skriptlets som utløses av denne pakken"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "ikke kjør %%triggerprein skriptlets"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "ikke kjør %%triggerin skriptlets"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "ikke kjør %%triggerun skriplets"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "ikke kjør %%triggerpostun skriptlets"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "omplasser filer fra sti <gml> til <ny>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<gml>=<ny>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "lagre slettede pakkefiler ved ompakking"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 #, fuzzy
 msgid "<date>"
 msgstr "<sti>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "oppgrader pakke(r)"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "generer signatur"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "spør/verifiser alle pakker"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "spør/verifiser pakke(r) som eier fil"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "spør/verifiser pakke(r) i gruppe"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "spør/verifiser pakker utløst av <pakke>"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "rpm spørremodus"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "vis kjente tagger for spørring"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "spørring på spec-fil"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "spør pakker utløst av <pakke>"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "spør etter etter pakker som trenger <funk> funksjonalitet"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "spør etter pakker som tilbyr <funk> funksjonalitet"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "ikke verifiser størrelse på filer"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "ikke verifiser sti til symbolske lenker for filer"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "ikke verifiser eier av filer"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "ikke verifiser gruppe for filer"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "ikke verifisert endringsdato for filer"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "ikke verifiser modus for filer"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "ikke verifiser filer i pakke"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "ikke verifiser pakkeavhengigheter"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "ikke kjør %verifyscript (hvis noen)"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "ikke verifiser header SHA1 digest"
 
@@ -2849,74 +2849,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan ikke opprette %%%s %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kan ikke skrive til %%%s %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "kildepakke forventet, binær funnet\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "kildepakke inneholder ikke en .spec-fil\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s feilet\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: kjører %s-skript (hvis noen)\n"
@@ -2926,119 +2926,119 @@ msgstr "%s: kj
 msgid "incorrect format: %s\n"
 msgstr "ukorrekt format: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(inneholder ingen filer)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "erstattet     "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "ikke installert"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "delt via nett "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ukjent %3d)  "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(ingen tilstand)"
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "pakken har verken fileier eller id-lister\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "kan ikke spørre på %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "feil under åpning av %s: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "spørring på %s feilet\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "kildepakker i gammelt format kan ikke spørres\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: lesing av manifest feilet: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "ingen pakker\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "gruppe %s inneholder ingen pakker\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ingen pakke utløser %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ingen pakke krever %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ingen pakke gir %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s eies ikke av noen pakke\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakke %s er ikke installert\n"
@@ -3062,158 +3062,158 @@ msgstr "%s: Fwrite feilet: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread feilet: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead feilet\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: kan ikke signere v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Kan ikke signere v2.0 RPM på nytt\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature feilet\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Ingen signatur tilgjengelig\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead feilet: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature feilet: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Ingen signatur tilgjengelig (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "IKKE OK"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "OK"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Forbereder..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "Forbereder pakker for installasjon..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Henter %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "hopper over %s - overføring feilet - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "kan ikke åpne pakkedatabase i %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "pakke %s kan ikke relokeres\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "feil under lesing fra fil %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, 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:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "fant %d kilde- og %d binærpakker\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "feilede avhengigheter:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "installerer binærpakker\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "kan ikke åpne %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" spesifiserer flere pakker\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "fjerning av disse pakkene vil ødelegge avhengigheter:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kan ikke åpne %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerer %s\n"
@@ -3223,98 +3223,98 @@ msgstr "Installerer %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "lesing feilet: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "mangler andre ':' ved %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manglende navn på arkitektur ved %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Ukomplett datalinje ved %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "For mange argumenter i datalinje ved %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Ukomplett standardlinje ved %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "Kan ikke utvide %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "mangler ':' (fant 0x%02X) ved %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manglende argumentfor %s ved %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan ikke åpne %s ved %s:%d %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manglende arkitektur for %s ved %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ugyldig flagg '%s' ved %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3439,47 +3439,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d omplasser %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ekskluderer multilib-sti %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "eksluderer %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "relokerer %s til %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "relokerer katalog %s til %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ekskluderer katalog %s\n"
@@ -3497,127 +3497,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "mangler    %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "kan ikke åpne pakkedatabase i %s\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3645,303 +3646,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generer headere som er kompatible med (gamle) rpm[23] pakker"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "kan ikke åpne %s-indeks ved bruk av db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan ikke åpne %s indeks\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "feil(%d) under lagring av post %s til %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "feil(%d) under fjerning av post %s fra %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Overflyt i målbuffer\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Fil %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Fil %s er mindre enn %u bytes\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3970,37 +3971,37 @@ msgstr "advarsel: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "advarseo: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Passord for %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "feil: %s-port må være et tall\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url-port må være et tall\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
index 845fe11..9794d13 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -21,53 +21,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "niespe³nione zale¿no¶ci:\n"
 
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku spec: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, 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:173
+#: build.c:177
 #, 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:201
+#: build.c:205
 #, 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:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "stat nie powiod³o siê %s: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Plik: %s nie jest regularnym plikiem\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Budowanie dla platform: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Budowanie dla %s\n"
@@ -77,17 +77,17 @@ msgstr "Budowanie dla %s\n"
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM wersja %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -553,11 +553,11 @@ msgid ""
 "options as -q"
 msgstr "sprawd¼ stan pakietu (u¿ywa tych samych opcji co -q)"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "nie sprawdzaj zale¿no¶ci pakietu"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "nie sprawdzaj sum kontrolnych md5 plików"
 
@@ -577,7 +577,7 @@ msgstr "    --install <nazwa pakietu>"
 msgid "    -i <packagefile>      "
 msgstr "    -i <nazwa pakietu>      "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "instaluj pakiet"
 
@@ -597,7 +597,7 @@ msgstr "      --relocate <stara-
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "nie mo¿na u¿yæ ¶cie¿ki %s przy przesuwaniu pakietu %s-%s-%s"
@@ -606,49 +606,49 @@ msgstr "nie mo
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>      "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "przesuñ pliki pakietu do drzewa <katalog>, je¶li jest przesuwalny"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "nie instaluj dokumentacji"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skrócona wersja kombinacji --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "wy¶wietlaj znaki hash przy instalacji (fajne z -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 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"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "nie sprawdzaj architektury systemu"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "nie sprawdzaj zajêto¶ci dysku przed instalacj±"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "nie sprawdzaj rodzaju systemu operacyjnego"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "zainstaluj dokumentacjê"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "od¶wie¿ bazê, ale nie modyfikuj systemu plików"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nie zmieniaj kolejno¶ci instalacji pakietów by zapewniæ zale¿no¶ci"
 
@@ -660,19 +660,19 @@ msgstr "nie wykonuj 
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "wy¶wietlaj stan instalacji w procentach"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "instaluj nawet gdy pakiet zastêpuje inne zainstalowane pliki"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "przeinstaluj je¶li pakiet jest ju¿ zainstalowany"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "nie instaluj, podaj tylko czy instalacja zadzia³a czy nie"
 
@@ -688,7 +688,7 @@ msgstr "    -U <nazwa pakietu>      "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uaktualnij pakiet (te same opcje jak --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -705,11 +705,11 @@ msgstr "    --erase <pakiet>"
 msgid "    -e <package>          "
 msgstr "    --resign <pakiet>+    "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "usuñ (odinstaluj) pakiet"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -824,7 +824,7 @@ msgstr "jak --rebuild, ale nie buduj 
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakiet>+    "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "podpisz pakiet (porzuæ bierz±c± sygnaturê)"
 
@@ -832,7 +832,7 @@ msgstr "podpisz pakiet (porzu
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakiet>+   "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "dodaj sygnaturê do pakietu"
 
@@ -846,15 +846,15 @@ msgstr "    --checksig <pakiet>+  "
 msgid "    -K <pkg>+             "
 msgstr "    --resign <pakiet>+    "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "sprawd¼ sygnaturê pakietu"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "pomiñ wszelkie sygnatury PGP"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "pomiñ wszelkie sygnatury GPG"
 
@@ -892,8 +892,8 @@ msgstr ""
 "samych opcji co -q)"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "tylko jeden g³ówny tryb pracy mo¿e byæ podany"
 
@@ -905,23 +905,23 @@ msgstr "-u i --uninstall nie s
 msgid "Use -e or --erase instead.\n"
 msgstr "U¿yj -e lub --erase\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "drzewa przesuniêæ musz± zaczynaæ sie od /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ / po ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "¶cie¿ki wy³±czeñ musz± siê zaczynaæ od /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -929,103 +929,103 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "B³±d wewnêtrzny w przetwarzaniu argumentu (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "tylko instalacjê, uaktualnienie i usuwanie ¼róde³ mo¿na wymusiæ"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "przesuwania plików mo¿na dokonaæ tylko w trakcie instalacji"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --prefix i --relocate"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 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:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty dla --prefix musz± siê rozpoczynaæ od /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 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:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --excludedocs i --includedocs"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¿na u¿yæ tylko w trakcie usuwania pakietów"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 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"
 
@@ -1043,14 +1043,14 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "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:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1059,14 +1059,14 @@ msgstr ""
 "--nodeps mo¿na u¿yæ tylko w trakcie budowania, instalacji, usuwania lub "
 "sprawdzania pakietów"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 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:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1074,7 +1074,7 @@ msgstr ""
 "--root (-r) mo¿na u¿yæ tylko w trakcie instalacji, usuwania, sprawdzania "
 "pakietów lub przebudowywania bazy"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty dla --root (-r) musz± siê rozpoczynaæ od /"
 
@@ -1096,77 +1096,77 @@ msgid ""
 msgstr ""
 "--nomd5 mo¿na u¿yæ tylko podczas sprawdzania sygnatury i weryfkiacji pakietu"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "brak dostêpu do pliku %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "nie znaleziono pgp: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Podaj has³o: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Weryfikacja has³a nieudana\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Has³o jest prawid³owe.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "B³êdny %%_signature spec w pliku makra.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign mo¿na u¿yæ tylko w trakcie budowania pakietu"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "wykonanie nie powiod³o siê\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "nieoczekiwane argumenty dla --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "nie podano nazwy pakietu do sprawdzenia sygnatury"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "nie podano nazwy pakietu do podpisania"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "nie podano nazw plików do usuniêcia"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "nie podano nazw plików do zainstalowania"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "zbyt wiele argumentów dla odpytywania wszystkich pakietów"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "nie podano argumentów dla trybu zapytañ"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "zbyt wiele argumentów dla weryfikacji wszystkich pakietów"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "nie podano argumentów dla sprawdzania"
 
@@ -1208,7 +1208,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1275,60 +1275,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "plik %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "U¿ycie: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "U¿yj -e lub --erase\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath podano dla operacji nie u¿ywaj±cej bazy"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "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:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "nie podano nazw pakietów do przebudowania"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "nie podano nazw plików spec do budowania"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "nie podano nazw plików tar do budowania"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie mo¿na otworzyæ pliku tymczasowego"
 
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Wykonywanie: %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Wykonanie %s nie powiod³o siê (%s)"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "B³êdny status wyj¶cia z %s (%s)"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1355,222 +1355,222 @@ msgstr "b
 msgid "parse error in expression\n"
 msgstr "b³±d interpretacji wyra¿enia"
 
-#: build/expression.c:341
+#: build/expression.c:342
 #, fuzzy
 msgid "unmatched (\n"
 msgstr "niesparowane ("
 
-#: build/expression.c:371
+#: build/expression.c:372
 #, fuzzy
 msgid "- only on numbers\n"
 msgstr "- tylko na liczbach"
 
-#: build/expression.c:387
+#: build/expression.c:388
 #, fuzzy
 msgid "! only on numbers\n"
 msgstr "! tylko na liczbach"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 #, fuzzy
 msgid "types must match\n"
 msgstr "typy musz± siê zgadzaæ"
 
-#: build/expression.c:444
+#: build/expression.c:447
 #, fuzzy
 msgid "* / not suported for strings\n"
 msgstr "* / nie jest wspierane dla ³añcuchów znakowych"
 
-#: build/expression.c:497
+#: build/expression.c:502
 #, fuzzy
 msgid "- not suported for strings\n"
 msgstr "- nie jest wspierane dla ³añcuchów znakowych"
 
-#: build/expression.c:648
+#: build/expression.c:657
 #, fuzzy
 msgid "&& and || not suported for strings\n"
 msgstr "&& i || nie jest wspierane dla ³añcuchów znakowych"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "b³±d sk³adni w wyra¿eniu"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK nie powiod³o siê: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Brak '(' w %s %s"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Brak ')' w %s(%s"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "B³êdny znak %s: %s"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Brak '(' w %s %s"
 
-#: build/files.c:539
+#: build/files.c:541
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Brak bia³ego znaku po %s(): %s"
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "B³êdna sk³adnia: %s(%s)"
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie trybu: %s(%s)"
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie dirmode: %s(%s)"
 
-#: build/files.c:744
+#: build/files.c:746
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Niespotykana d³ugo¶æ okre¶lenia lokalizacji \"%.*s\" w %%lang(%s)"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Powtórzone okre¶lenie lokalizacji %.*s w %%lang(%s)"
 
-#: build/files.c:906
+#: build/files.c:908
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Limit trafieñ dla %%docdir"
 
-#: build/files.c:912
+#: build/files.c:914
 #, fuzzy, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Tylko jeden argument dla %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dwa pliki w jedenj linii: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:966
+#: build/files.c:970
 #, fuzzy, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Nie mo¿na mieszaæ specjalnej %%doc z innymi formami: %s"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Plik podany dwukrotnie: %s"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "B³êdny u¿ytkownik/grupa: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, 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:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linia %d: Wersja niedozwolona: %s"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "linia: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie mo¿na uruchomiæ %s"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie mo¿na wykonaæ fork na %s"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s nie powiod³o siê"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, 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:2434
+#: build/files.c:2450
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Wyszukiwanie wymaganych zasobów...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Wyszukiwanie nie powiod³o siê"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Przetwarzanie plików: %s\n"
@@ -1664,7 +1664,7 @@ msgstr "readRPM: otwieranie %s: %s\n"
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: czytanie %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead nie powiod³o siê\n"
@@ -1679,87 +1679,87 @@ msgstr "readRPM: %s nie jest pakietem RPM\n"
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: czytanie nag³ówka z %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nie mo¿na zapisaæ %s"
 
-#: build/pack.c:477
+#: build/pack.c:481
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "B³êdne dane CSA"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nie mo¿na zapisaæ %s"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generowanie sygnatury: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie mo¿na odczytaæ sigtarget: %s"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, 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:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie mo¿na utworzyæ %s"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "linia %d: druga %s"
@@ -1799,17 +1799,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:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "linia %d: B³edna opcja %s: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "linia %d: Zbyt du¿o nazw: %s"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "linia %d: Pakiet nie istnieje: %s"
@@ -1895,57 +1895,57 @@ msgstr "linia %d: Pusta etykieta: %s"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "linia %d: Nielegalny znak '-' w %s: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "linia %d: wpis BuildRoot nie mo¿e byæ \"/\": %s"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, 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:590
+#: build/parsePreamble.c:594
 #, 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:602
+#: build/parsePreamble.c:606
 #, 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:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "linia %d: B³êdny numer %s: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "linia %d: B³êdny format wpisu BuildArchitecture: %s"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "B³±d wewnêtrzny: Fa³szywa etykieta %d"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "B³êdna specyfikacja pakietu: $s"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Pakiet ju¿ istnieje: %s"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "linia %d: Nieznana etykieta: %s"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "W pliku spec nie mo¿na u¿ywaæ wpisów BuildRoot"
@@ -2037,27 +2037,27 @@ msgstr "linia %d: Nazwa pliku niedozwolona: %s"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "linia %d: Wersja w nazwach plików niedozwolona: %s"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "linia %d: Wymagana wersja: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "linia %d: triggery musz± mieæ --: %s"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "linia %d: B³±d przetwarzania %s: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "linia %d: skrypt (tu jako program) musi siê zaczynaæ od '/': %s"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "linia %d: Drugi %s"
@@ -2068,42 +2068,42 @@ msgid "line %d: %s\n"
 msgstr "linia %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Nie mo¿na otworzyæ: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, fuzzy, c-format
 msgid "Unclosed %%if\n"
 msgstr "Niedomkniête %%if"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Napotkano %%else bez if"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Napotkano %%endif bez if"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, fuzzy, c-format
 msgid "malformed %%include statement\n"
 msgstr "b³ednie sformatowany wpis %%include"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "Nie mo¿na budowaæ na takie architektury"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Pakiet nie ma %%description: %s"
@@ -2118,121 +2118,121 @@ msgstr "linia %d: B
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "linia %d: b³êdny numer no%s: %d"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "linia %d: B³êdny numer %s: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(b³±d 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "B³êdny magic"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "B³êdny/nieczytelny nag³ówek"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Rozmiar nag³ówka jest zbyt du¿y"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Nieznany typ pliku"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "Brak twardego dowi±zania"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "B³±d wewnêtrzny"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " nie powiod³o siê -"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 #, fuzzy
 msgid "NO "
 msgstr "NIE DOBRZE"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
@@ -2240,47 +2240,47 @@ msgstr "plik %s nie nale
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "zale¿no¶ci pakietu %s nie zosta³y spe³nione: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakiet %s jest w konflikcie: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "usuwanie indeksu grupy\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(nie jest liczb±)"
 
@@ -2308,7 +2308,7 @@ msgstr "stat nie powiod
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "nie mo¿na otworzyæ %s: %s"
@@ -2327,37 +2327,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "linia %d: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "ostrze¿enie: %s zapisany jako %s"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "skasowanie katalogu %s nie powiod³o siê"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "ostrze¿enie: %s utworzony jako %s"
@@ -2370,87 +2370,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE licznik musi byæ 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ danych %d nie jest obs³ugiwany\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "brak { po %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "brak } po %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "pusty format etykiety"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "pusta nazwa etykiety"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "nieznana etykieta"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "spodziewany ] na koñcu tablicy"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "nie spodziewany ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "nie spodziewany }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "spodziewany ? w wyra¿eniu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "spodziewany { po ? w wyra¿eniu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "spodziewany } w wyra¿eniu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "spodziewany : po podwyra¿eniu ?"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "spodziewany { po : w wyra¿eniu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "spodziewany | na koñcu wyra¿enia"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(nieznany typ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "b³±d w tworzeniu pliku tymczasowego %s"
@@ -2461,7 +2461,7 @@ msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 "tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2614,279 +2614,279 @@ msgstr "wymu
 msgid "lookup i18N strings in specfile catalog"
 msgstr "wyszukaj wpisy I18N w katalogu speca"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "pakiet %s-%s-%s jest ju¿ zainstalowany"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <nazwa pakietu>+ "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "odpytywanie pakietów zahaczanych przez pakiet"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "generuj sygnaturê PGP/GPG"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "odpytuj wszystkie pakiety"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "odpytywanie pakietów w grupie"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "odpytywanie pakietu"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "tryb odpytywania"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "odpytywanie pliku spec"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "odpytywanie pakietów zahaczanych przez pakiet"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "tryb odpytywania"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "tryb odpytywania"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "wy¶wietl wszystkie pliki konfiguracyjne"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "wy¶wietl wszystkie pliki dokumentacji"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "podaj postawowe informacje o pliku"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "wy¶wietl pliki zawarte w pakiecie"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "u¿yj nastêpuj±cego formatu zapytania"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "wy¶wietl status pokazywanych plików"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "wy¶wietl wiêcej informacji o plikach z listy"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "nie sprawdzaj plików pakietu"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "nie sprawdzaj zale¿no¶ci pakietu"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "nie sprawdzaj plików pakietu"
@@ -2958,76 +2958,76 @@ 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:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nie mo¿na utworzyæ %s"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nie mo¿na zapisaæ do %s"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, 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:1027
+#: lib/psm.c:1036
 #, 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:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "pakiet: %s-%s-%s test plików = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, 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:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupa %s nie istnieje - u¿yto grupy root"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, 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:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " na pliku "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nie mo¿na otworzyæ %s: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s nie powiod³o siê"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "uruchamianie skryptu postinstall (je¶li istnieje)\n"
@@ -3037,121 +3037,121 @@ msgstr "uruchamianie skryptu postinstall (je
 msgid "incorrect format: %s\n"
 msgstr "b³±d w formacie: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(nie zawiera plików)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normalny      "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "zast±piony    "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "niezainstalowany"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "udostêpniony w sieci"
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(nieznany %3d)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(brak statusu)"
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, 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:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "nie mo¿na odwi±zaæ %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "odpytywanie %s nie powiod³o siê\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, 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:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¿aden pakiet nie wymaga %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¿aden pakiet nie udostêpnia %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "plik %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, 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:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "b³êdny numer pakietu: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "numer rekordu pakietu: %d\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "nie mo¿na odczytaæ rekordu %d\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakiet %s nie jest zainstalowany\n"
@@ -3176,159 +3176,159 @@ msgstr "%s: readLead nie powiod
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Nie mo¿na podpisaæ v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Nie mo¿na ponownie podpisaæ v2.0 RPM\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature nie powiod³o siê\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Sygnatura nie jest dostêpna\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmReadSignature nie powiod³o siê\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Sygnatura nie jest dostêpna (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "NIE DOBRZE"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (BRAK KLUCZY:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr "(NIEWIARYGODNE KLUCZE:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "OK"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "nie podano nazw plików do zainstalowania"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr "... jako %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "pakiet %s nie jest przesuwalny\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "b³±d czytania z pliku %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "plik %s wymaga nowszej wersji RPM\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nie mo¿e byæ zainstalowany\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, 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:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "niespe³nione zale¿no¶ci:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "instalacja pakietów binarnych\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nie mo¿na otworzyæ pliku %s: %s"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" okre¶la wiele pakietów\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "usuniêcie tych pakietów zerwie zale¿no¶ci:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nie mo¿na otworzyæ %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instalacja %s\n"
@@ -3338,98 +3338,98 @@ msgstr "Instalacja %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "odczyt nie powiód³ siê: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "brak drugiego ':' przy %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "brak nazwy architektury przy %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Niekompletna linia danych przy %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, 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:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "B³êdny numer arch/os: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Niekompletna domy¶lna linia przy %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nie mo¿na rozszerzyæ %s"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Odczytanie %s nie powiod³o siê: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "brak ':' przy %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "brak argumentu dla %s przy %s:%d"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s: Open nie powiod³o siê\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "nie mo¿na otworzyæ %s przy %s:%d"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "brak architektury dla %s przy %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "b³êdna opcja '%s' przy %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Nieznany system: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Skontaktuj siê, proszê, z rpm-list@redhat.com\n"
 
@@ -3566,47 +3566,47 @@ msgstr "Musisz ustawi
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Musisz ustawiæ \"%%_pgp_name\" w pliku swego makra"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Ten OS nie jest wspierany: %s"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "wy³±czanie %s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "wy³±czanie %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s pominiêty z powodu flagi missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
@@ -3630,127 +3630,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "brak    %s\n"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "b³êdny status pliku: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3779,42 +3780,42 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "nie mo¿na otworzyæ %s przy %s:%d"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "nie mo¿na otworzyæ %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "b³±d pobierania rekordu %s z %s"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "b³±d zapisywania rekordu %s do %s"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "b³±d usuwania rekordu %s z %s"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "¶cie¿ka bazy danych nie zosta³a podana"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3824,266 +3825,266 @@ msgstr ""
 "nowym formacie"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "b³±d szukania pakietu %s\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "rekord numer %d w bazie danych jest b³êdny -- rekord pominiêto"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "nie mo¿na odczytaæ nag³ówka przy %d dla poszukiwania"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "usuwanie indeksu grupy\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "usuwanie indeksu nazw\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "b³±d szukania pakietu %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "zmiana nazwy %s na %s\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "zmiana nazwy %s na %s\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "¶cie¿ka bazy danych nie zosta³a podana"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "odbudowywujê bazê danych w rootdir %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "tymczasowa baza danych %s ju¿ istnieje"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otwieranie starej bazy danych\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otwieranie nowej bazy danych\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "nie mo¿na dodaæ rekordu oryginalnie przy %d"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 #, fuzzy
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "przebudowanie bazy nie powiod³o siê; stara pozosta³a na miejscu\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "zamiana starej bazy na now± nie powiod³a siê!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, fuzzy, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "naprawcze zastêpowanie plików w %s plikami z %s"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "usuniêcie katalogu %s nie powiod³o siê: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktywny %d pusty %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(pusty)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(pusty)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makro %%%s ma niezakoñczon± strukturê"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makro %%%s ma niedozwolon± nazwê (%%define)"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makro %%%s ma niezakoñczone opcje"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, fuzzy, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "Makro %%%s nie zawiera ¿adnych poleceñ"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, fuzzy, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Rozwiniêcie makra %%%s nie powiod³o siê"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makro %%%s ma niedozwolon± nazwê (%%undefine)"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, fuzzy, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) nie by³o u¿yte poni¿ej poziomu %d"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Nieznana opcja %c in %s(%s)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, fuzzy, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "G³êboko¶æ(%d) rekursji wiêksza mi¿ maks(%d)"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Niezakoñczone %c: %s"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, fuzzy, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Napotkano nieprzetwarzalne makro po %%"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Nie znaleziono makra %%%.*s, makro pominiête"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 #, fuzzy
 msgid "Target buffer overflow\n"
 msgstr "Przepe³nienie bufora docelowego"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "Plik %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, fuzzy, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Plik %s jest mniejszy ni¿ %d bajtów"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Sukces"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "B³êdna odpowied¼ serwera"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "B³±d WE/WY(IO) serwera"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Przekroczony limit czasu serwera"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Nie mo¿na znale¼æ adresu serwera"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Nie mo¿na znale¼æ nazwy serwera"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Po³±czenie z serwerem nie powiod³o siê"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Otwarcie transmisji danych z serwera nie powiod³o siê"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "B³±d WE/WY(IO) na lokalnym pliku"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "B³±d: ustawienie zdalnego serwera w tryb pasywny nie powiod³o siê"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Plik nie zosta³ znaleziony na serwerze"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Przerywanie ..."
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Nieznany lub nieoczekiwany b³±d"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "logowanie do %s jako %s, has³o %s\n"
@@ -4113,37 +4114,37 @@ msgstr "ostrze
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Has³o dla %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "b³±d: %sport musi byæ liczb±\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "port musi byæ liczb±\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "utworzenie %s nie powiod³o siê\n"
index 508b249..ca6307d 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2000-06-22 01:13+01:00\n"
 "Last-Translator: José Nuno Coelho Sanarra Pires\n"
 "Language-Team: pt <kde@poli.org>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "não consigo a base de dados do RPM em %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "não consegui construir dependências:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Não consegui abrir ficheiro spec %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Não consegui abrir o 'pipe' para o tar: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Não consegui ler o ficheiro spec do %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Não consegui mudar o nome de %s para %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "Não consegui analisar o %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "O ficheiro %s não é um ficheiro normal.\n"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "O ficheiro %s não parece ser um ficheiro spec.\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "A construir plataformas alvo: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "A construir para o alvo %s\n"
@@ -70,16 +70,16 @@ msgstr "A construir para o alvo %s\n"
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versão %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Este programa pode ser distribuído livremente sob os termos da GPL da GNU"
 
@@ -523,11 +523,11 @@ msgid ""
 "options as -q"
 msgstr "verifica a instalação dum pacote usando as mesmas opções de especificação que o -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "não verifica as dependências do pacote"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "não faz as verificações de md5 dos ficheiros"
 
@@ -547,7 +547,7 @@ msgstr "    --install <pacote>"
 msgid "    -i <packagefile>      "
 msgstr "    -i <pacote>      "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "instala o pacote"
 
@@ -567,7 +567,7 @@ msgstr "      --relocate <oldpath>=<newpath>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "muda os ficheiros de <oldpath> para <newpath>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "muda os ficheiros de sítio num pacote de localização fixa"
 
@@ -575,47 +575,47 @@ msgstr "muda os ficheiros de s
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <dir>      "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "muda o pacote para <dir>, se for possível"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "não instala a documentação"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "abreviatura para --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "mostra cardinais enquanto o pacote instala (conveniente com o -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "instala todos os ficheiros, mesmo as configurações que de outro modo seriam ignoradas"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "não verifica a arquitectura do pacote"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "não verifica o espaço em disco antes de instalar"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "não verifica o sistema operativo do pacote"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "instala a documentação"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "actualiza a base de dados, mas não altera o sistema de ficheiros"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "não reorganiza a instalação dos pacotes para satisfazer as dependências"
 
@@ -627,19 +627,19 @@ msgstr "n
 msgid "don't execute any scripts triggered by this package"
 msgstr "não executa nenhuns scripts activados por este pacote"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "mostra percentagens enquanto o pacote instala"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "instala mesmo se o pacote substituir ficheiros instalados"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "reinstalar se o pacote já estiver presente"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "não instala, mas indica se iria funcionar ou não"
 
@@ -655,7 +655,7 @@ msgstr "    -U <pacote>       "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "actualiza o pacote (as mesmas opções que --install, além de)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -670,11 +670,11 @@ msgstr "    --erase <pacote>"
 msgid "    -e <package>          "
 msgstr "    -i <pacote>      "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "apaga (desinstala) o pacote"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -783,7 +783,7 @@ msgstr "como o --rebuild, mas n
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pacote>+    "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "assinar um pacote (retira a assinatura actual)"
 
@@ -791,7 +791,7 @@ msgstr "assinar um pacote (retira a assinatura actual)"
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pacote>+   "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "adicionar uma assinatura a um pacote"
 
@@ -803,15 +803,15 @@ msgstr "    --checksig <pacote>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pacote>+      "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "verificar a assinatura do pacote"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "ignorar as assinaturas de PGP"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "ignorar as assinaturas de GPG"
 
@@ -845,8 +845,8 @@ msgid ""
 msgstr "alterar o dono e o grupo do ficheiro para as da base de dados do pacote usando as mesmas opções de especificação do pacote que o -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "só pode ser especificado um 'major mode'"
 
@@ -858,23 +858,23 @@ msgstr "o -u e o --uninstall est
 msgid "Use -e or --erase instead.\n"
 msgstr "Use -e ou --erase em alternativa.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "os novos locais têm de começar por /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "os novos locais têm de conter um ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "os novos locais têm de ter um / a seguir ao ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "as directorias de exclusão têm de começar por /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "A opção --rcfile foi eliminada.\n"
 
@@ -883,101 +883,101 @@ msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 "Use --macros com uma lista separada por ':' de ficheiros de macros a ler.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Erro interno no processamento de argumentos (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "só pode ser realizado um tipo de pesquisa/verificação de cada vez"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "opções de pesquisa inesperadas"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "formato de pesquisa inesperado"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "origem de pesquisa inesperada"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "só a instalação, a actualização, o rmsource e o rmpspec podem ser forçados"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "os ficheiros só podem ser mudados de sítio durante a instalação do pacote"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "só uma das opções --prefix ou --relocate pode ser usada"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "o --relocate e o --excludepath só podem ser usados ao instalar pacotes novos"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "o --prefix só pode ser usado ao instalar pacotes novos"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "os argumentos do --prefix têm de começar por /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "o --hash (-h) só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "o --percent só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "o --replacefiles só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "o --replacepkgs só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "o --excludedocs  só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "o --includedocs  só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "só uma das opções --excludedocs e --includedocs pode ser usada"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "o --ignorearch só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "o --ignoreos só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "o --ignoresize só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "o --allmatches só pode ser indicado ao apagar o pacote"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "o --allfiles só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "o --justdb só pode ser indicado durante a instalação ou a remoção do pacote"
 
@@ -993,32 +993,32 @@ msgstr "o --noscripts s
 msgid "--apply may only be specified during package installation"
 msgstr "o --allfiles só pode ser indicado durante a instalação do pacote"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr "o --notriggers só pode ser usado durante a instalação ou remoção do pacote"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr "o --nodeps só pode ser indicado durante a criação, reconstrução, recompilação, instalação, remoção ou verificação do pacote"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "o --test só pode ser indicado durante a instalação, remoção ou criação do pacote"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr "o --root (-r) só pode ser indicado durante a instalação, remoção ou pesquisa do pacote ou na reconstrução da base de dados"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "os argumentos do --root (-r) têm de começar por /"
 
@@ -1039,77 +1039,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "o --nomd5 só pode ser usado na verificação das assinaturas e do pacote"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "não existem ficheiros a assinar\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "não consigo aceder ao ficheiro %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp não encontrado: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Indique a palavra-chave: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "A verificação da palavra-chave falhou\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "A palavra-chave está correcta.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Spec %%_signature inválido no ficheiro de macros.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "o --sign só pode ser usado na criação do pacote"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "o exec falhou\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "argumentos inesperados no --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "não foram indicados pacotes para verificar as assinaturas"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "não foram indicados pacotes para assinar"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "não foram indicados pacote para desinstalar"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "não foram indicados pacotes para instalar"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "indicados argumentos extra na pesquisa de todos os pacotes"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "não foram indicados argumentos para a pesquisa"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "indicados argumentos extra para a verificação de todos os pacotes"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "não foram indicados argumentos para a verificação"
 
@@ -1150,7 +1150,7 @@ msgstr "<expr>+"
 msgid "<cmd>"
 msgstr "<com>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<dir>"
 
@@ -1216,58 +1216,58 @@ msgstr "Op
 msgid "%s: %s\n"
 msgstr "ficheiro %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Utilização: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Usar o \"--macros <fich:...>\" em alternativa.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "o --dbpath foi usado numa operação que não precisa duma base de dados"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr "o --justdb só pode ser indicado durante a instalação ou a remoção do pacote"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "não foram indicados pacotes para a reconstrução"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "não foram indicados ficheiros spec para a criação"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "não foram indicados ficheiros tar para a criação"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Não consegui abrir um ficheiro temporário.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "A executar(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "A execução de %s falhou (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Código de saída inválido do %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1293,214 +1293,214 @@ msgstr "erro de sintaxe ao analisar o ||\n"
 msgid "parse error in expression\n"
 msgstr "erro de análise na expressão\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "( não correspondido\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- só em números\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! só em números\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "os tipos têm de corresponder\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / não suportados em cadeias de caracteres\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- não suportado em cadeias de caracteres\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& e || não suportados em cadeias de caracteres\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "erro de sintaxe na expressão\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "Falha no TIMECHECK: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Falta um '(' em %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Falta um ')' em %s(%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Elemento %s inválido: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Falta um '(' em %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Carácter sem ser espaço a seguir a %s(): %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Sintaxe inválida: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Spec de modo inválido: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Spec de dirmode inválido: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Tamanho anormal do locale: \"%.*s\" no %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Locale %.*s duplicado no %%lang(%s)\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Limite atingido para o %%docdir\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Só um argumento no %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dois ficheiros na mesma linha: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "O ficheiro tem de começar por \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Não é possível misturar o %%doc especial com outras formas: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Ficheiro listado duas vezes: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "A 'symlink' aponta para a BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "O ficheiro não corresponde ao prefixo (%s): %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Ficheiro não encontrado: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Dono/grupo inválido: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Ficheiro: %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "O ficheiro precisa de começar por \"/\": %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linha %d: Nome do ficheiro não permitido: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Ficheiro não encontrado pelo glob: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Não consegui abrir o ficheiro do %%files %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "linha: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Ficheiro inválido: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Não consegui executar o %s: %S\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Não consegui executar à parte o %s: &s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "O %s falhou\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "não consegui escrever todos os dados em %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "A procurar o %s: (usando o %s)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Não consegui encontrar o %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "A processar os ficheiros: %s-%s-%s\n"
@@ -1596,7 +1596,7 @@ msgstr "readRPM: aceder ao %s: %s\n"
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ler o %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: O fread falhou: %s\n"
@@ -1611,86 +1611,86 @@ msgstr "readRPM: o %s n
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: a ler o cabeçalho do %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Não consegui ler o cabeçalho de %s: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Não consegui gravar o cabeçalho de %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "Dados de CSA inválidos\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Não consegui gravar o cabeçalho de %s: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "A gerar a assinatura: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Não consegui ler o cabeçalho de %s: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Não consigo aceder ao %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Não consegui gravar o pacote: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Não consegui abrir o sigtarget %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Não consegui ler o cabeçalho de %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Não consegui gravar o cabeçalho de %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Não consegui ler o conteúdo de %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Não consegui escrever o conteúdo de %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Gravei: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "Não consigo gerar o ficheiro de saída para o pacote %s: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "não consigo criar o %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "linha %d: segundo %s\n"
@@ -1730,17 +1730,17 @@ msgstr "falta a descri
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "linha %d: Erro ao analisar a %%description: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "linha %d: Opção inválida %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "linha %d: Demasiados nomes: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "linha %d: O pacote não existe: %s\n"
@@ -1826,57 +1826,57 @@ msgstr "linha %d: Op
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "linha %d: Carácter '-' ilegal no %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "O BuildRoot não pode ser o \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "linha %d: Os prefixos não podem acabar em \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "linha %d: A docdir tem de começar por '/': %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "linha %d: O campo Epoch/Serial tem de ser um número: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "linha %d: Qualificadores %s: inválidos: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "linha %d: Formato da BuildArchitecture inválido: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Erro interno: Opção esquisita %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Descrição do pacote inválida: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "O pacote já existe: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "linha %d: Opção desconhecida: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "O ficheiro spec não pode usar a BuildRoot\n"
 
@@ -1965,27 +1965,27 @@ msgstr "linha %d: Nome do ficheiro n
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "linha %d: Nome do ficheiro com versão não permitido: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "linha %d: Necessária a versão: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "linha %d: os 'triggers' (que activam) têm de ter --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "linha %d: Erro ao analisar o %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "linha %d: o programa de 'script' tem de começar por '/': %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "linha %d: Segundo %s\n"
@@ -1996,42 +1996,42 @@ msgid "line %d: %s\n"
 msgstr "linha %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Incapaz de aceder ao %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "%%if não fechado\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: o parseExpressionBoolean devolve %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Descobri um %%else sem um %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Descobri um %%endif sem um %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "instrução %%include desorganizada\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "Não foram indicadas arquitecturas para as quais criar\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "O pacote não tem uma %%description: %s\n"
@@ -2046,55 +2046,55 @@ msgstr "linha %d: N
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "linha %d: Número no%s inválido: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "linha %d: Número %s inválido: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(erro 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Código de integridade inválido"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Cabeçalho inválido/ilegível"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Tamanho do cabeçalho demasiado grande"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Tipo de ficheiro desconhecido"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "Falta o 'hard link'"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "erro na soma de MD5"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Erro interno"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " falhou - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2103,66 +2103,66 @@ msgstr ""
 "A dependência \"B\" precisa duma época (assumindo a mesma que \"A\")\n"
 "\t %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s     A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 #, fuzzy
 msgid "NO "
 msgstr "NÃO-OK"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s SIM (ficheiros adicionados)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s SIM (oferecidos para adição)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (em cache)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s SIM (oferecidos pelo rpmrc)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s SIM (oferecidos pela rpmlib)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s SIM (ficheiros db)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s SI (oferecidos pelo db)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s SIM (pacote db)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NÃO\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) adicionado à cache de dependências.\n"
@@ -2170,47 +2170,47 @@ msgstr "%s: (%s, %s) adicionado 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "requisito %s-%s-%s do pacote não satisfeito: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "o pacote %s está em conflito: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "a remover o %s-%s-%s \"%s\" das relações do tsort.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "=========== a guardar as relações do tsort\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== só os sucessores (ordem de apresentação)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "CICLO:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== a prosseguir o tsort ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(não é um número)"
 
@@ -2238,7 +2238,7 @@ msgstr "N
 msgid "getting list of mounted filesystems\n"
 msgstr "a obter a lista dos sistemas de ficheiros montados\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "falhei ao aceder ao %s: %s\n"
@@ -2257,37 +2257,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "linha %d: %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s gravado como %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "não consigo remover a %s - a directoria não está vazia\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "o rmdir da %s falhou: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "o acesso ao %s falhou: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s criado como %s\n"
@@ -2299,87 +2299,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "o valor RPM_STRING_TYPE do dataLength() tem de ser 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "O tipo de dados %d não é suportado\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "falta um { depois do %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "falta um } depois do %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "formato da opção em branco"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "nome da opção em branco"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "opção desconhecida"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] esperado no fim do vector"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "] inesperado"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "} inesperado"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "esperado um ? na expressão"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "esperado um { a seguir ao ? na expressão"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "esperado um } na expressão"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "esperado um : a seguir à sub-expressão ?"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "esperado um { a seguir ao : na expressão"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "esperado um | no fim da expressão"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(tipo desconhecido)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "erro ao criar o ficheiro temporário %s\n"
@@ -2388,7 +2388,7 @@ msgstr "erro ao criar o ficheiro tempor
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "a versão 1 dos pacotes não é suportada por esta versão do RPM\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "só os pacotes com versão <= 4 são suportados por esta versão do RPM\n"
@@ -2526,266 +2526,266 @@ msgstr "ignorar a plataforma-alvo"
 msgid "lookup i18N strings in specfile catalog"
 msgstr "procurar as mensagens de i18N no catálogo do ficheiro spec"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "não executa nenhuns scripts específicos do pacote"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "<pacote>"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "ignorar os ficheiros com a componente inicial <dir> "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "actualizar o pacote se já estiver instalado"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<pacote>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "não executar os scripts (se existirem)"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "não executar os scripts (se existirem)"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "não executar os scripts (se existirem)"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "não executar os scripts (se existirem)"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "não executar nenhuns 'scriptlets' activados por este pacote"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "não executa nenhuns scripts específicos do pacote"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "não executar nenhuns 'scriptlets' de instalação"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "não executar nenhuns 'scriptlets' de instalação"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "não executar nenhuns 'scriptlets' de instalação"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "muda os ficheiros de <oldpath> para <newpath>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "<dir_ant>=<dir_nova>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "actualizar o pacote"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "gerar a assinatura PGP/GPG"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "pesquisar/verificar todos os pacotes"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "pesquisar/verificar o(s) pacote(s) que contém(êm) o ficheiro"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "pesquisar/verificar o(s) pacote(s) no grupo"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "pesquisar/verificar um ficheiro do pacote (i.e. um ficheiro *.rpm binário)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "modo de pesquisa do rpm"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "mostrar as opções de pesquisa conhecidas"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "pesquisar um ficheiro spec"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "pesquisar o(s) pacote(s) activados pelo pacote"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "modo de verificação do rpm"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "modo de verificação do rpm (antigo)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "pesquisar/verificar o(s) pacote(s) que precisa duma dependência"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "pesquisar/verificar o(s) pacote(s) que oferecem uma dependência"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "listar todos os ficheiros de configuração"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "listar todos os ficheiros de documentação"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "apresentar a informação básica do ficheiro"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "listar os ficheiros no pacote"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr ":%s: o readLead falhou\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "usar o formato de pesquisa seguinte"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "substituir as secções i18n no ficheiro spec"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "mostrar os estados dos ficheiros listados"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "mostrar uma listagem descritiva do ficheiro"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "não verificar os ficheiros no pacote"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "não verifica as dependências do pacote"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "não executar o %verifyscript (se existir)"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "não verificar os ficheiros no pacote"
@@ -2855,74 +2855,74 @@ msgstr "a(s) chamada(s) de pr
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "encontrado o erro desconhecido %d ao manipular o pacote %s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "não consigo criar o %s: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "não consigo escrever em %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "esperava-se um pacote com código-fonte, foi encontrado um pacote binário\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "o pacote de código-fonte não contem um ficheiro .spec\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "a execução do 'scriptlet' %s do %s-%s-%s falhou com código de erro %d\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "a execução do 'scriptlet' %s do %s-%s-%s falhou com código de erro %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "pacote: teste dos ficheiros do %s-%s-%s = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "o utilizador %s não existe - a usar o root\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "o grupo %s não existe - a usar o root\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "a abertura do pacote falhou%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " no ficheiro "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "falhei ao aceder ao %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "O %s falhou\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "a correr os programas de pós-instalação (se existirem)\n"
@@ -2932,119 +2932,119 @@ msgstr "a correr os programas de p
 msgid "incorrect format: %s\n"
 msgstr "formato incorrecto: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(não contém ficheiros)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "substituído   "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "não instalado "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "partilhado"
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(desconhecido %3d)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(sem estado)  "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "o pacote nem tem um dono do ficheiro ou as listas de IDs\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "não consigo pesquisar o %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "o acesso ao %s falhou: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "a pesquisa do %s falhou\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "os pacotes com código-fonte no formato antigo não podem ser pesquisados\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: O fread falhou: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "a pesquisa do ficheiro spec %s falhou, não consigo analisar\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "nenhum pacote\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "o grupo %s não contém nenhum pacote\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nenhum pacote activa o %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nenhum pacote precisa do %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nenhum pacote oferece o %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ficheiro %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "o ficheiro %s não pertence a nenhum pacote\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "número de pacote inválido: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "número de registo do pacote: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "o registo %d não pôde ser lido\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "o pacote %s não está instalado\n"
@@ -3068,158 +3068,158 @@ msgstr "%s: O fwrite falhou: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: O fread falhou: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ":%s: o readLead falhou\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Não consigo assinar o RPM v1.0\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: não consigo assinar de novo o RPM v2.0\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: o rpmReadSignature falhou\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Nenhuma assinatura disponível\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: o writeLead falhou: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: o rpmWriteSignature falhou: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Nenhuma assinatura disponível (RPM v1.0)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "NÃO-OK"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (FALTAM AS CHAVES:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (CHAVES SUSPEITAS:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "OK"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "A preparar..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "A preparar os pacotes para a instalação..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "A obter o %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... como %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "a ignorar o %s - a transferência falhou - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "não consigo abrir a base de dados Packages em %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "o pacote %s não pode ser mudado de sítio\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "erro ao ler do ficheiros %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "o %s precisa duma versão mais recente do RPM\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "o %s não pode ser instalado\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "encontrados %d pacotes com código-fonte e %d binários\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "dependências falhadas:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "a instalar os pacotes binários\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "não consigo aceder ao ficheiro %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "não consigo abrir %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "o \"%s\" especifica vários pacotes\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "a remoção destes pacotes irá quebrar dependências:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "não consigo aceder ao %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "A instalar o %s\n"
@@ -3229,98 +3229,98 @@ msgstr "A instalar o %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "a leitura falhou: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "falta o segundo ':' em %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "falta o nome da arquitectura em %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Linha de dados incompleta em %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "Demasiados argumentos na linha de dados em %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Número de arq./SO errado: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Linha por omissão incompleta em %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "Demasiados argumentos na linha por omissão em %s:%d\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "Não consigo expandir o %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Não consigo ler o %s, a HOME é demasiado grande.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Não consegui abrir o %s para leitura: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Não consegui ler o %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "falta um ':' (encontrado um 0x%02x) em %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "faltam argumentos para o %s em %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "a expansão do %s falhou em %s:%d \"%s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "não consigo abrir o %s em %s:%d: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "falta a arquitectura para o %s em %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "má opção '%s' em %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Sistema desconhecido: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Por favor contacte o rpm-list@redhat.com\n"
 
@@ -3445,47 +3445,47 @@ msgstr "Precisa definir o \"%%_gpg_name\" no seu ficheiro de macros\n"
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Precisa definir o \"%%_pgp_name\" no seu ficheiro de macros\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== mudanças de local\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d excluir o %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d mudar de local %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "a exclur a directoria 'multilib' %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "a excluir o %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "a mudar o %s para %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "a mudar a directoria %s para %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ignorado devido à opção missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "a excluir a directoria %s\n"
@@ -3503,127 +3503,128 @@ msgstr "o pacote n
 msgid "missing    %s"
 msgstr "falta     %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Dependências não satisfeitas para o %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "erro do db%d (%d) do %s: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "erro do db%d (%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "fechei o ficheiro do db %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "removi o ficheiro do db %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ficheiro db inválido %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "a aceder ao ficheiro db %s modo 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "não consegui adquirir exclusivamente o %s na base de dados\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "exclusivo"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "partilhado"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "fechei o ambiente do db %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "removi o ambiente do db %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "a aceder ao ambiente do db %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "fechei o índice do db  %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "fechei o índice do db  %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "a abrir o índice do db   %s/%s %s modo=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "não consigo trancar o %s no %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "tranquei o índice do db     %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, fuzzy, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "opção do db desconhecida: \"%s\" ignorado\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "O %s tem um valor numérico inválido, foi ignorado\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "O %s tem um valor demasiado elevado ou pequeno, foi ignorado\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "O %s tem um valor inteiro demasiado elevado ou pequeno, foi ignorado\n"
@@ -3656,303 +3657,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "gerar os cabeçalhos compatíveis com o formato do rpm[23]"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: nome de opção não reconhecido: \"%s\" ignorado\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "não consigo abrir o índice de %s usando o db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "não consigo abrir o índice do %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "erro(%d) ao guardar o registo %s em %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "erro(%d) ao remover o registo %s do %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "não foi definido o dbpath\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr "está presente uma base de dados antiga; use o --rebuildb para gerar uma base de dados no novo formato\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "erro(%d) ao contar os pacotes\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "o número do registo %d na base de dados está errado -- a ignorar.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: não consigo ler o cabeçalho em 0x%x\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "a remover o \"%s\" do índice %s.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "a remover %d registos do índice %s.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "erro(%d) ao criar uma nova instância do pacote\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "a adicionar o \"%s\" ao índice %s.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "a adicionar %d registos ao índice %s.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "a remover o %s depois duma reconstrução bem sucedida do db3.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "não foi definido o dbpath"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "a reconstruir a base de dados %s em %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "A base de dados temporária %s já existe\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "a criar a directoria %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "a criar a directoria %s: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "a abrir a base de dados antiga com a dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "a abrir a base de dados nova com a dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "não consigo adicionar o registo originalmente em %d\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "falhou a reconstrução da base de dados: a base de dados original mantém-se\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "falhou a substituição da base de dados antiga pela nova!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "substituir os ficheiros em %s por ficheiros de %s a recuperar"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "a remover a directoria %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "falhou a remoção da directoria %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== activo %d vazio %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(vazio)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(vazio)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "A macro %%%s tem o conteúdo incompleto\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "A macro %%%s tem um nome inválido (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "A macro %%%s tem as opções incompletas\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "A macro %%%s tem o conteúdo em branco\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "A macro %%%s não conseguiu ser expandida\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "A macro %%%s tem um nome ilegal (%%%undefine)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "A macro %%%s (%s) não foi usada abaixo do nível %d\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Opção desconhecida %c em %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Nível de recursividade(%d) maior que o máximo(%d)\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "%c não terminado: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Segue-se uma macro impossível de analisar ao %%\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "A macro %%%.*s não foi encontrada, por isso foi ignorada\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Sobrecarga do tampão de destino\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Ficheiro %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "O ficheiro %s tem menos de %u bytes\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Sucesso"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Resposta errada do servidor"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "Erro de E/S do servidor"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Tempo de espera pelo servidor expirado"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Incapaz de descobrir o endereço da máquina do servidor"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Incapaz de descobrir o nome da máquina do servidor"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Não consegui ligar ao servidor"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Não consigo estabelecer uma ligação de dados ao servidor"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "Erro de E/S no ficheiro local"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Erro ao configurar o servidor remoto para o modo passivo"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Ficheiro não encontrado no servidor"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Interrupção em progresso"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Erro desconhecido ou inesperado"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "a ligar ao %s como %s com senha %s\n"
@@ -3981,37 +3982,37 @@ msgstr "aviso: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "a alocação de memória (%u bytes) devolveu NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "aviso: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "aviso: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "aviso: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Senha para o %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "erro: o %sport tem de ser um número\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "o porto do URL tem de ser um número\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "não consegui criar o %s: %s\n"
index df27cde..d301b37 100644 (file)
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 
 # , c-format
 #: build.c:37
@@ -12,59 +12,59 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "lista dependncias do pacote"
 
 # , c-format
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "no foi passado pacote para instalao"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "instale pacote"
@@ -82,16 +82,16 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verso %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, fuzzy
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
@@ -586,11 +586,11 @@ msgstr ""
 "verifique uma instalao de pacote usando as mesmas opes de especificao de "
 "pacote do -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "no verifique as dependncias do pacote"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "no verifique os checksums md5 do arquivo"
 
@@ -612,7 +612,7 @@ msgstr "instale pacote"
 msgid "    -i <packagefile>      "
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "instale pacote"
 
@@ -634,7 +634,7 @@ msgstr "                        [--nomd5] [alvos]"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "no foi passado pacote para instalao"
@@ -643,48 +643,48 @@ msgstr "no foi passado pacote para instalao"
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "realoque o pacote para <diretrio>, se realocvel"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "no instale documentao"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "alis para --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 #, fuzzy
 msgid "don't verify package architecture"
 msgstr "no verifique a arquitetura do pacote"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "no verifique o sistema operacional do pacote"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "instale documentao"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 #, fuzzy
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "no verifique as dependncias do pacote"
@@ -697,19 +697,19 @@ msgstr "no execute nenhuma script de instalao"
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "imprima porcentagens a medida que o pacote vai sendo instalado"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "instale mesmo que o pacote substitua arquivos j instalados"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "reinstale se o pacote j estiver presente"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "no instale, mas diga se a instalao funcionar ou no"
 
@@ -726,7 +726,7 @@ msgstr "    -b<estgio> <spec>    "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "atualize pacote (mesmas opces em --install, mais"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -743,11 +743,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "apague (desinstale) pacote"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -868,7 +868,7 @@ msgstr "como --rebuild, mas no construa nenhum pacote"
 msgid "    --resign <pkg>+       "
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "assine um pacote (descarte a assinatura corrente)"
 
@@ -877,7 +877,7 @@ msgstr "assine um pacote (descarte a assinatura corrente)"
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "adicione uma assinatura a um pacote"
 
@@ -891,15 +891,15 @@ msgstr "    -b<estgio> <spec>    "
 msgid "    -K <pkg>+             "
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "verifique a assinatura do pacote"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
@@ -938,8 +938,8 @@ msgstr ""
 "usando as mesmas opes de especificao de pacote do -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "somente um modo principal pode ser especificado"
 
@@ -951,25 +951,25 @@ msgstr "-u e --uninstall foram descontinuados e no funcionam mais.\n"
 msgid "Use -e or --erase instead.\n"
 msgstr "Use -e ou --erase no lugar.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -977,115 +977,115 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "um tipo de pesquisa/verificao pode ser feita por vez"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "fonte de pesquisa no esperado"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "fonte de pesquisa no esperado"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "fonte de pesquisa no esperado"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "somente instalao e atualizao podem ser foradas"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr "--percent somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix somente pode ser usada quando se est instalando novos pacotes"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumentos para --prefix devem comear com uma /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 "--hash (-h) somente podem ser especificado durante instalaes de pacotes"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 "--excludedocs somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 "--includedocs somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 "--ignorearch somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--allmatches somente pode ser especificado durante desinstalaes de pacotes"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
@@ -1106,7 +1106,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalaes de pacotes"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "trigger disabling options may only be specified during package installation "
@@ -1115,7 +1115,7 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalaes e construes de "
 "pacotes"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1124,7 +1124,7 @@ msgstr ""
 "--nodeps somente pode ser especificado durante [des]instalaes e verificaes "
 "de pacotes"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1132,7 +1132,7 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalaes e construes de "
 "pacotes"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1140,7 +1140,7 @@ msgstr ""
 "--root (-r) somente pode ser especificado durante [des]instalaes, pesquisas "
 "e reconstruo de bancos de dados"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumentos para --root (-r) devem comear com uma /"
 
@@ -1165,80 +1165,80 @@ msgstr ""
 "--nopgp somente pode ser usado durante checagem de assinaturas e verificao "
 "de pacotes"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Checagem de pass phrase falhou\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Pass phrase ok.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign somente pode ser usado durante a construo de pacotes"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 #, fuzzy
 msgid "exec failed\n"
 msgstr "Construo falhou.\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "argumentos no esperados em --querytags"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "nenhum pacote informado para checagem de assinatura"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "no foram passados pacotes para assinatura"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "no foi passado pacote para instalao"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "no foi passado argumento para pesquisa"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "no foi passado argumento para verificao"
 
@@ -1281,7 +1281,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1348,21 +1348,21 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "uso: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Use -e ou --erase no lugar.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath passado para uma operao que no usa um banco de dados"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "script disabling options may only be specified during package installation "
@@ -1371,20 +1371,20 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalaes e construes de "
 "pacotes"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "no foram passados pacotes para reconstruo"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "no foi passado arquivo spec para construo"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "no foram passados arquivos tar para construo"
 
 # , c-format
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "No consegui abrir: %s\n"
@@ -1397,23 +1397,23 @@ msgstr "No consegui abrir: %s\n"
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "RPM verso %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Construo falhou.\n"
 
 # , c-format
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1436,229 +1436,229 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 # , c-format
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
 # , c-format
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
 # , c-format
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:2136
+#: build/files.c:2152
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "Construo falhou.\n"
 
 # , c-format
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "No consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "No consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1765,7 +1765,7 @@ msgid "readRPM: read %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -1781,98 +1781,98 @@ msgid "readRPM: reading header from %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "gere assinatura PGP"
 
 # , c-format
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
@@ -1913,19 +1913,19 @@ msgid "line %d: Error parsing %%description: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
 # , c-format
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -2030,60 +2030,60 @@ msgstr "No consegui abrir: %s\n"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
 # , c-format
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Opces para especificao de pacotes:"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "no foi passado pacote para instalao"
 
 # , c-format
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -2184,29 +2184,29 @@ msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
 # , c-format
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
 # , c-format
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
@@ -2219,43 +2219,43 @@ msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
 # , c-format
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "%s no pode ser construido nesta arquitetura\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "no foi passado pacote para desinstalao"
@@ -2272,120 +2272,120 @@ msgstr "No consegui abrir: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "Construo falhou.\n"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2393,47 +2393,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "no foi passado pacote para instalao"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2463,7 +2463,7 @@ msgid "getting list of mounted filesystems\n"
 msgstr ""
 
 # , c-format
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -2483,40 +2483,40 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
 # , c-format
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "Construo falhou.\n"
 
 # , c-format
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -2528,90 +2528,90 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 #, fuzzy
 msgid "unexpected ]"
 msgstr "fonte de pesquisa no esperado"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 #, fuzzy
 msgid "unexpected }"
 msgstr "fonte de pesquisa no esperado"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
 # , c-format
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -2620,7 +2620,7 @@ msgstr "No consegui abrir: %s\n"
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2774,286 +2774,286 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "no execute nenhuma script especfica do pacote"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<estgio> <spec>    "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "no execute nenhuma script especfica do pacote"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "no execute nenhuma script de instalao"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "no execute nenhuma script de instalao"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "no execute nenhuma script de instalao"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "instale pacote"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "gere assinatura PGP"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "no foi passado pacote para desinstalao"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "modo pesquisa"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "modo pesquisa"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "modo pesquisa"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "pesquise pacotes que requerem capacidade <i>"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "pesquise pacotes que fornecem a capacidade <i>"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr "liste somente os arquivos de configurao (implica -l)"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "instale documentao"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr "mostre informao do pacote"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
 # , c-format
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 #, fuzzy
 msgid "use the following query format"
 msgstr "fonte de pesquisa no esperado"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "mostre a lista de arquivos do pacote"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "instale pacote"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "no verifique as dependncias do pacote"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "instale pacote"
@@ -3124,77 +3124,77 @@ msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
 # , c-format
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
 # , c-format
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "no execute nenhum estgio"
@@ -3204,124 +3204,124 @@ msgstr "no execute nenhum estgio"
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 #, fuzzy
 msgid "not installed "
 msgstr "no foi passado pacote para instalao"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "no foi passado pacote para instalao"
 
 # , c-format
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
 # , c-format
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "pesquise todos os pacotes"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "no foram passados pacotes para assinatura"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "no foi passado pacote para instalao"
@@ -3349,76 +3349,76 @@ msgstr "No consegui abrir: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "no foi passado pacote para instalao"
@@ -3431,92 +3431,92 @@ msgstr "no foi passado pacote para instalao"
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, fuzzy, c-format
 msgid "Retrieving %s\n"
 msgstr "RPM verso %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
 # , c-format
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 #, fuzzy
 msgid "failed dependencies:\n"
 msgstr "lista dependncias do pacote"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "instale pacote"
 
 # , c-format
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 #, fuzzy
 msgid "removing these packages would break dependencies:\n"
 msgstr "lista dependncias do pacote"
 
 # , c-format
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3527,104 +3527,104 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, fuzzy, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
 # , c-format
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3762,7 +3762,7 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
@@ -3774,13 +3774,13 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "RPM verso %s\n"
 
 # , c-format
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -3793,7 +3793,7 @@ msgstr "No consegui abrir: %s\n"
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "RPM verso %s\n"
@@ -3806,23 +3806,23 @@ msgstr "RPM verso %s\n"
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "RPM verso %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
 # , c-format
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
@@ -3836,7 +3836,7 @@ msgstr ""
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "RPM verso %s\n"
@@ -3854,128 +3854,129 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -4004,154 +4005,154 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "no foi passado pacote para instalao"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "no foi passado pacote para instalao"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
@@ -4164,163 +4165,163 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "RPM verso %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
 # , c-format
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 # , c-format
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4349,38 +4350,38 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 # , c-format
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "No consegui abrir o pipe tar: %s\n"
index f6dc7de..edd9b96 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -70,16 +70,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -502,11 +502,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -526,7 +526,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -546,7 +546,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -554,47 +554,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -606,19 +606,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -634,7 +634,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -648,11 +648,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -761,7 +761,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -769,7 +769,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -781,15 +781,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -822,8 +822,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -835,23 +835,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -859,101 +859,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -967,31 +967,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1012,77 +1012,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1123,7 +1123,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1189,57 +1189,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1262,214 +1262,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1563,7 +1563,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1578,82 +1578,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1693,17 +1693,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1789,57 +1789,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1928,27 +1928,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1959,41 +1959,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2008,119 +2008,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2128,47 +2128,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2195,7 +2195,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2214,37 +2214,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2256,87 +2256,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2345,7 +2345,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2482,250 +2482,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2794,74 +2794,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2871,119 +2871,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3007,158 +3007,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3168,98 +3168,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3384,47 +3384,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3442,127 +3442,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3590,303 +3591,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3915,37 +3916,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 253e245..0df356a 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 08a326f..7dd50b6 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-08-29 13:55-0400\n"
 "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
 "Language-Team:  Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -16,53 +16,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ RPM × %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÓÂÏÒËÉ:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ ËÁÎÁÌÁ tar: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ ÉÚ %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "îÅ ÏÂÙÞÎÙÊ ÆÁÊÌ: %s.\n"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "æÁÊÌ %s ÎÅ ÐÏÈÏÖ ÎÁ ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ.\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "ðÌÁÔÆÏÒÍÙ ÄÌÑ ÓÂÏÒËÉ: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "óÂÏÒËÁ ÄÌÑ ÐÌÁÔÆÏÒÍÙ %s\n"
@@ -72,16 +72,16 @@ msgstr "
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ×ÅÒÓÉÑ %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "üÔÕ ÐÒÏÇÒÁÍÍÕ ÍÏÖÎÏ Ó×ÏÂÏÄÎÏ ÒÁÓÐÒÏÓÔÒÁÎÑÔØ ÎÁ ÕÓÌÏ×ÉÑÈ GNU GPL"
 
@@ -530,11 +530,11 @@ msgstr ""
 "ÐÒÏ×ÅÒÉÔØ ÐÒÁ×ÉÌØÎÏÓÔØ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ, ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÐÁÒÁÍÅÔÒÙ "
 "ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔÓÑ Ó -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÙÅ md5-ÓÕÍÍÙ ÆÁÊÌÏ×"
 
@@ -554,7 +554,7 @@ msgstr "    --install <
 msgid "    -i <packagefile>      "
 msgstr "    -i <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ"
 
@@ -574,7 +574,7 @@ msgstr "      --relocate <oldpath>=<newpath>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ × ÎÅÐÅÒÅÍÅÝÁÅÍÏÍ ÐÁËÅÔÅ"
 
@@ -582,49 +582,49 @@ msgstr "
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <ËÁÔÁÌÏÇ>  "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÐÁËÅÔ × <ËÁÔÁÌÏÇ>, ÅÓÌÉ ÐÁËÅÔ ÜÔÏ ÐÏÚ×ÏÌÑÅÔ"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "ÓÏËÒÁÝÅÎÉÅ ÄÌÑ --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "×Ù×ÏÄÉÔØ \"#\" ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ (ÈÏÒÏÛÏ Ó -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ×ÓÅ ÆÁÊÌÙ, ÄÁÖÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÂÙ ÂÙÔØ "
 "ÐÒÏÐÕÝÅÎÙ"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ÐÁËÅÔÁ"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÄÉÓËÏ×ÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï ÐÅÒÅÄ ÕÓÔÁÎÏ×ËÏÊ"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÏÐÅÒÁÃÉÏÎÎÕÀ ÓÉÓÔÅÍÕ ÐÁËÅÔÁ"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "ÏÂÎÏ×ÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ, ÎÏ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÔØ ÆÁÊÌÏ×ÕÀ ÓÉÓÔÅÍÕ"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ÎÅ ÍÅÎÑÔØ ÐÏÒÑÄÏË ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÏ× ÄÌÑ ÕÄÏ×ÌÅÔ×ÏÒÅÎÉÑ ÚÁ×ÉÓÉÍÏÓÔÅÊ"
 
@@ -636,19 +636,19 @@ msgstr "
 msgid "don't execute any scripts triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓÃÅÎÁÒÉÅ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "×Ù×ÏÄÉÔØ ÐÒÏÃÅÎÔ ÇÏÔÏ×ÎÏÓÔÉ ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, ÄÁÖÅ ÅÓÌÉ ÐÁËÅÔ ÐÅÒÅÐÉÛÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÆÁÊÌÙ"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ, ÅÓÌÉ ÐÁËÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, Á ÔÏÌØËÏ ÓÏÏÂÝÉÔØ, ÕÄÁÓÔÓÑ ÌÉ ÕÓÔÁÎÏ×ËÁ"
 
@@ -664,7 +664,7 @@ msgstr "    -U <
 msgid "upgrade package (same options as --install, plus)"
 msgstr "ÏÂÎÏ×ÌÅÎÉÅ ÐÁËÅÔÁ (ÔÅ ÖÅ ÐÁÒÁÍÅÔÒÙ, ÞÔÏ É Ó --install, ÐÌÀÓ)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -680,11 +680,11 @@ msgstr "    --erase <
 msgid "    -e <package>          "
 msgstr "    -Å <ÐÁËÅÔ>            "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "ÕÄÁÌÉÔØ (ÄÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ) ÐÁËÅÔ"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -798,7 +798,7 @@ msgstr "
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkg>+       "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "ÐÏÄÐÉÓÁÔØ ÐÁËÅÔ (ÕÄÁÌÉ× ÔÅËÕÝÕÀ ÐÏÄÐÉÓØ)"
 
@@ -806,7 +806,7 @@ msgstr "
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkg>+      "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "ÄÏÂÁ×ÉÔØ ÐÏÄÐÉÓØ Ë ÐÁËÅÔÕ"
 
@@ -818,15 +818,15 @@ msgstr "    --checksig <pkg>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <ÐÁËÅÔ>+           "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ × ÐÁËÅÔÅ"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ PGP-ÐÏÄÐÉÓÉ"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ GPG-ÐÏÄÐÉÓÉ"
 
@@ -863,8 +863,8 @@ msgstr ""
 "ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÐÁÒÁÍÅÔÒÙ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÏÄÉΠÉÚ ÏÓÎÏ×ÎÙÈ ÒÅÖÉÍÏ×"
 
@@ -876,23 +876,23 @@ msgstr "
 msgid "Use -e or --erase instead.\n"
 msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÉÍÅÔØ / ÐÏÓÌÅ ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "ÉÓËÌÀÞÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "×ÁÒÉÁÎÔ --rcfile ÂÏÌØÛÅ ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ.\n"
 
@@ -901,108 +901,108 @@ msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 "éÓÐÏÌØÚÕÊÔÅ --macros ÓÏ ÓÐÉÓËÏÍ ÍÁËÒÏ-ÆÁÊÌÏ× ÒÁÚÄÅÌ£ÎÎÙÈ Ä×ÏÅÔÏÞÉÑÍÉ.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ ÐÒÉ ÏÂÒÁÂÏÔËÅ ÁÒÇÕÍÅÎÔÏ× (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "ÚÁ ÏÄÉΠÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌÎÅΠÔÏÌØËÏ ÏÄÉΠÔÉРÐÒÏ×ÅÒËÉ ÉÌÉ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÆÌÁÇÉ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "ÐÒÉÎÕÄÉÔÅÌØÎÙÍÉ ÍÏÇÕÔ ÂÙÔØ ÔÏÌØËÏ ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ, ÕÄÁÌÅÎÉÅ ÉÓÈÏÄÎÉËÏ× "
 "É ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "ÆÁÊÌÙ ÍÏÇÕÔ ÂÙÔØ ÐÅÒÅÍÅÝÅÎÙ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁΠÔÏÌØËÏ ÏÄÉΠÉÚ ×ÁÒÉÁÎÔÏ× --prefix ÉÌÉ --relocate"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "×ÁÒÉÁÎÔÙ --relocate É --excludepath ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ "
 "ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "×ÁÒÉÁÎÔ --prefix ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --prefix ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁΠÔÏÌØËÏ ÏÄÉΠÉÚ ÐÁÒÁÍÅÔÒÏ× --excludedocs ÉÌÉ --"
 "includedocs"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
@@ -1018,7 +1018,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
@@ -1026,7 +1026,7 @@ msgstr ""
 "ÐÁÒÁÍÅÔÒÙ ÚÁÐÒÅÔÁ ÔÒÉÇÇÅÒÏ× ÍÏÇÕÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ "
 "ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ(Ï×)"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1034,14 +1034,14 @@ msgstr ""
 "--nodeps ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ, ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É ÐÒÏ×ÅÒËÉ "
 "ÐÁËÅÔÏ×"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É ÓÂÏÒËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1049,7 +1049,7 @@ msgstr ""
 "--root (-r) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ, ÚÁÐÒÏÓÁÈ "
 "ÐÁËÅÔÁ É ÐÅÒÅÓÔÒÏÅÎÉÉ ÂÁÚÙ ÄÁÎÎÙÈ"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --root (-r) ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
@@ -1072,77 +1072,77 @@ msgstr ""
 "--nomd5 ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁΠÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ É ×ÅÒÉÆÉËÁÃÉÉ "
 "ÐÁËÅÔÁ"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "ÎÅÔ ÆÁÊÌÏ× ÄÌÑ ÐÏÄÐÉÓÉ\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "ÎÅÔ ÄÏÓÔÕÐÁ Ë ÆÁÊÌÕ %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp ÎÅ ÎÁÊÄÅÎ: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "îÅ×ÅÒÎÁÑ ËÌÀÞÅ×ÁÑ ÆÒÁÚÁ\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "ëÌÀÞÅ×ÁÑ ÆÒÁÚÁ ÐÒÉÎÑÔÁ.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁΠÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ ÐÁËÅÔÏ×"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "ÚÁÐÕÓË ÎÅ ÕÄÁÌÓÑ\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÁÒÇÕÍÅÎÔÙ ÄÌÑ --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÒÏ×ÅÒËÉ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ËÏ ×ÓÅÍ ÐÁËÅÔÁÍ ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ×ÅÒÉÆÉËÁÃÉÉ ×ÓÅÈ ÐÁËÅÔÏ× ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÄÌÑ ×ÅÒÉÆÉËÁÃÉÉ"
 
@@ -1183,7 +1183,7 @@ msgstr "<
 msgid "<cmd>"
 msgstr "<ËÏÍÁÎÄÁ>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<ËÁÔÁÌÏÇ>"
 
@@ -1250,20 +1250,20 @@ msgstr "
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "÷ÍÅÓÔÏ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÊÔÅ \"--macros <ÆÁÊÌ:...>\".\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "ÐÁÒÁÍÅÔÒ --dbpath ÚÁÄÁΠÄÌÑ ÏÐÅÒÁÃÉÉ, ÎÅ ÉÓÐÏÌØÚÕÀÝÅÊ ÂÁÚÕ ÄÁÎÎÙÈ"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
@@ -1271,38 +1271,38 @@ msgstr ""
 "ÐÁÒÁÍÅÔÒÙ ÚÁÐÒÅÔÁ ÓÃÅÎÁÒÉÅ× ÍÏÇÕÔ ÂÙÔØ ÕËÁÚÁÎÙ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ "
 "ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÅÒÅÓÂÏÒËÉ"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "ÎÅ ÚÁÄÁΠÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "÷ÙÐÏÌÎÑÅÔÓÑ(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "÷ÙÐÏÌÎÉÔØ %s ÎÅ ÕÄÁÌÏÓØ (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "îÅ×ÅÒÎÙÊ ËÏÄ ×ÏÚ×ÒÁÔÁ ÉÚ %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1328,214 +1328,214 @@ msgstr "
 msgid "parse error in expression\n"
 msgstr "ÏÛÉÂËÁ ÁÎÁÌÉÚÁ ×ÙÒÁÖÅÎÉÑ\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "ÎÅÚÁËÒÙÔÁÑ (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- ÔÏÌØËÏ ÄÌÑ ÞÉÓÅÌ\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! ÔÏÌØËÏ ÄÌÑ ÞÉÓÅÌ\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "ÔÉÐÙ ÄÏÌÖÎÙ ÓÏ×ÐÁÄÁÔØ\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÄÌÑ ÓÔÒÏË\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÄÌÑ ÓÔÒÏË\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& É || ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÄÌÑ ÓÔÒÏË\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "ïÛÉÂËÁ TIMECHECK: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ '(' × %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ')' × %s(%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÔÏËÅΠ%s: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ %s × %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "îÅ ÐÒÏÂÅÌ ÓÌÅÄÕÅÔ ÐÏÓÌÅ %s(): %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÊ ÓÉÎÔÁËÓÉÓ: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á ÎÁ ËÁÔÁÌÏÇ %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "îÅÏÂÙÞÎÁÑ ÄÌÉÎÁ locale: \"%.*s\" × %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "äÕÂÌÉËÁÔ locale %.*s × %%lang(%s)\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "ìÉÍÉÔ ÄÌÑ %%docdir ÐÒÅ×ÙÛÅÎ\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "ôÏÌØËÏ ÏÄÉΠÁÒÇÕÍÅÎÔ ÄÌÑ %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "ä×Á ÆÁÊÌÁ × ÏÄÎÏÊ ÓÔÒÏËÅ: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "îÅÌØÚÑ ÓÍÅÛÉ×ÁÔØ ÓÐÅÃ. %%doc Ó ÄÒÕÇÉÍÉ ÆÏÒÍÁÍÉ: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "æÁÊÌ ÕËÁÚÁΠÄ×ÁÖÄÙ: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "óÉÍ×ÏÌÉÞÅÓËÁÑ ÓÓÙÌËÁ ÕËÁÚÙ×ÁÅÔ ÎÁ BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "æÁÊÌ ÎÅ ÓÏÏÔ×ÅÔÓÔÕÅÔ ÐÒÅÆÉËÓÕ (%s): %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ×ÌÁÄÅÌÅÃ/ÇÒÕÐÐÁ: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "æÁÊÌ %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Glob ÎÅ ÒÁÚÒÅÛÁÀÔÓÑ: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %%files %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "ÓÔÒÏËÁ: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÆÁÊÌ %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÌÎÉÔØ %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "óÂÏÊ ×ÅÔ×ÌÅÎÉÑ %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s ÎÅ ÕÄÁÌÏÓØ\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "ÚÁÐÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "ðÏÉÓË %s (ÉÓÐÏÌØÚÕÑ %s): ...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "ïÂÒÁÂÁÔÙ×ÁÀÔÓÑ ÆÁÊÌÙ: %s-%s-%s\n"
@@ -1629,7 +1629,7 @@ msgstr "readRPM: 
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ÞÔÅÎÉÅ %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ Fseek: %s\n"
@@ -1644,82 +1644,82 @@ msgstr "readRPM: %s  
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ÞÉÔÁÅÔÓÑ ÚÁÇÏÌÏ×ÏË ÉÚ %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÍÅÓÔÉÔØ ÚÁÇÏÌÏ×ÏË × ÎÅÒÐÅÒÙ×ÎÕÀ ÏÂÌÁÓÔØ ÐÁÍÑÔÉ.\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ×ÒÅÍÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "îÅ×ÅÒÎÙÅ ÄÁÎÎÙÅ CSA\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÏËÏÎÞÁÔÅÌØÎÙÊ ÚÁÇÏÌÏ×ÏË\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÚÁÇÏÌÏ×ÏË ÐÏÄÐÉÓÉ.\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÃÅÌØ ÐÏÄÐÉÓÉ %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÚÁÇÏÌÏ×ÏË ÉÚ %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÚÁÇÏÌÏ×ÏË × %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÉÚ %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÓÏÄÅÒÖÉÍÏÅ × %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "úÁÐÉÓÁÎ: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÐÁËÅÔÁ %s: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "ÓÔÒÏËÁ %d: ×ÔÏÒÏÅ %s\n"
@@ -1759,17 +1759,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÁÎÁÌÉÚÁ %%description: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÐÁÒÁÍÅÔÒ %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "ÓÔÒÏËÁ %d: óÌÉÛËÏÍ ÍÎÏÇÏ ÉÍÅÎ: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÁËÅÔ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ: %s\n"
@@ -1855,57 +1855,57 @@ msgstr "
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ '-' × %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot ÎÅ ÍÏÖÅÔ ÂÙÔØ \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÒÅÆÉËÓ ÎÅ ÍÏÖÅÔ ÚÁËÁÎÞÉ×ÁÔØÓÑ ÎÁ \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "ÓÔÒÏËÁ %d: Docdir ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó '/': %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÏÌÅ Epoch/Serial ÄÏÌÖÎÏ ÂÙÔØ ÞÉÓÌÏÍ: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ %s: ÏÐÒÅÄÅÌÑÅÔ: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÆÏÒÍÁÔ BuildArchitecture: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ: îÅÉÚ×ÅÓÔÎÙÊ ÑÒÌÙË %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ ÐÁËÅÔÁ: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "ðÁËÅÔ ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "æÁÊÌ spec ÎÅ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ BuildRoot\n"
 
@@ -1996,27 +1996,27 @@ msgstr "
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ÷ÅÒÓÉÉ × ÉÍÅÎÁÈ ÆÁÊÌÏ× ÎÅÄÏÐÕÓÔÉÍÙ: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ôÒÅÂÕÅÔÓÑ ×ÅÒÓÉÑ: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ÔÒÉÇÇÅÒÙ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÁÎÁÌÉÚÁ %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "ÓÔÒÏËÁ %d: ðÒÏÇÒÁÍÍÙ × ÓÃÅÎÁÒÉÑÈ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó '/': %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÅ %s\n"
@@ -2027,41 +2027,41 @@ msgid "line %d: %s\n"
 msgstr "ÓÔÒÏËÁ %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "îÅÚÁËÒÙÔÙÊ %%if\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean ËÏÄ ×ÏÚ×ÒÁÔÁ: %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: îÁÊÄÅΠ%%else ÂÅÚ %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: îÁÊÄÅΠ%%endif ÂÅÚ %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "ÎÅ×ÅÒÎÏÅ ÏÂßÑ×ÌÅÎÉÅ %%include\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "îÅ ÎÁÊÄÅÎÙ ÓÏ×ÍÅÓÔÉÍÙÅ ÁÒÈÉÔÅËÔÕÒÙ ÄÌÑ ÓÂÏÒËÉ.\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "ðÁËÅÔ ÎÅ ÉÍÅÅÔ %%description: %s\n"
@@ -2076,54 +2076,54 @@ msgstr "
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ no%s: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ %s: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(ÏÛÉÂËÁ 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "îÅ×ÅÒÎÙÊ magic"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "îÅ×ÅÒÎÙÊ/ÎÅÞÉÔÁÅÍÙÊ ÚÁÇÏÌÏ×ÏË"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "úÁÇÏÌÏ×ÏË ÓÌÉÛËÏÍ ×ÅÌÉË"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉРÆÁÊÌÁ"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ ÖÅÓÔËÁÑ ÓÓÙÌËÁ"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "ËÏÎÔÒÏÌØÎÙÅ MD5-ÓÕÍÍÙ ÎÅ ÓÏ×ÐÁÄÁÀÔ"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr "æÁÊÌ ÁÒÈÉ×Á ÎÅ ÎÁÊÄÅΠנÚÁÇÏÌÏ×ËÅ ÐÁËÅÔÁ"
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr "ÎÅ ÕÄÁÌÏÓØ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2132,65 +2132,65 @@ msgstr ""
 "ÄÌÑ ÚÁ×ÉÓÉÍÏÓÔÉ \"B\" ÎÕÖÎÏ ÕËÁÚÁÔØ \"epoch\" (ÔÁË ÖÅ ËÁË ÄÌÑ \"A\")\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "äá"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "îåT"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s YES (added files)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s YES (added provide)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (cached)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s YES (rpmrc provides)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s YES (rpmlib provides)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s YES (db files)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s YES (db provides)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s YES (db package)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NO\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) ÄÏÂÁ×ÌÅÎÏ × ËÅÛ ÚÁ×ÉÓÉÍÏÓÔÅÊ\n"
@@ -2198,49 +2198,49 @@ msgstr "%s: (%s, %s) 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "ÔÒÅÂÏ×ÁÎÉÑ ÐÁËÅÔÁ %s-%s-%s ÎÅ ÕÄÏ×ÌÅÔ×ÏÒÅÎÙ: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "ÐÁËÅÔ %s ËÏÎÆÌÉËÔÕÅÔ Ó: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %s-%s-%s \"%s\" ÉÚ ÕÐÏÒÑÄÏÞÅÎÎÙÈ ÚÁ×ÉÓÉÍÏÓÔÅÊ.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== ÚÁÐÉÓØ ÕÐÏÒÑÄÏÞÅÎÎÙÈ ÚÁ×ÉÓÉÍÏÓÔÅÊ\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== ÓÏÒÔÉÒÏ×ËÁ ÐÁËÅÔÏ× (ÏÞÅÒÅÄÎÏÓÔØ, #predecessors, #succesors, "
 "ÇÌÕÂÉÎÁ)\n"
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== ÔÏÌØËÏ ÐÏÓÌÅÄÏ×ÁÔÅÌÉ (× ÐÏÒÑÄËÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "ãéëì:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== ÐÒÏÄÏÌÖÅÎÉÅ ÕÐÏÒÑÄÏÞÅÎÉÑ ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(ÎÅ ÞÉÓÌÏ)"
 
@@ -2268,7 +2268,7 @@ msgstr "
 msgid "getting list of mounted filesystems\n"
 msgstr "ÐÏÌÕÞÅÎÉÅ ÓÐÉÓËÁ ÓÍÏÎÔÉÒÏ×ÁÎÎÙÈ ÆÁÊÌÏ×ÙÈ ÓÉÓÔÅÍ\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
@@ -2287,37 +2287,37 @@ msgstr "========= 
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr "ËÁÔÁÌÏÇ %s ÓÏÚÄÁΠӠÐÒÁ×ÁÍÉ ÄÏÓÔÕÐÁ %04o.\n"
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr "ÆÁÊÌ ÁÒÈÉ×Á %s ÎÅ ÎÁÊÄÅΠנÓÐÉÓËÅ ÆÁÊÌÏ× ÚÁÇÏÌÏ×ËÁ\n"
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s ÓÏÈÒÁÎÅΠËÁË %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ %s: ËÁÔÁÌÏÇ ÎÅ ÐÕÓÔ\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ %s: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s ÓÏÚÄÁΠËÁË %s\n"
@@ -2329,87 +2329,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() ÄÏÐÕÓÔÉÍ ÔÏÌØËÏ ÏÄÉΠÜÌÅÍÅÎÔ ÔÉÐÁ RPM_STRING_TYPE\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "ôÉРÄÁÎÎÙÈ %d ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"{\" ÐÏÓÌÅ \"%\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"}\" ÐÏÓÌÅ \"%{\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "ÐÕÓÔÏÊ ÆÏÒÍÁÔ ÔÜÇÁ"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "ÐÕÓÔÏÅ ÉÍÑ ÔÜÇÁ"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "× ËÏÎÃÅ ÍÁÓÓÉ×Á ÏÖÉÄÁÌÁÓØ \"]\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"]\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"}\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"?\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \"{\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"}\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \":\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \":\" ÏÖÉÄÁÌÏÓØ \"{\""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "× ËÏÎÃÅ ×ÙÒÁÖÅÎÉÑ ÏÖÉÄÁÌÓÑ \"|\""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ×ÒÅÍÅÎÎÏÇÏ ÆÁÊÌÁ %s\n"
@@ -2418,7 +2418,7 @@ msgstr "
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "ÐÁËÅÔÙ ×ÅÒÓÉÉ 1 ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÜÔÏÊ ×ÅÒÓÉÅÊ RPM\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ÐÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ÐÁËÅÔÙ ×ÅÒÓÉÉ <= 4\n"
@@ -2566,252 +2566,252 @@ msgstr "
 msgid "lookup i18N strings in specfile catalog"
 msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr "ÎÅÐÒÁ×ÉÌØÎÙÊ ÆÏÒÍÁÔ ×ÒÅÍÅÎÉ ÏÔËÁÔÁ"
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓÃÅÎÁÒÉÅ× ÐÁËÅÔÁ(Ï×)"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr "ÓÏÈÒÁÎÉÔØ × ÐÏÄËÁÔÁÌÏÇÅ ÐÏÄÌÅÖÁÝÉÅ ÕÄÁÌÅÎÉÀ ÆÁÊÌÙ ÐÁËÅÔÁ"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<ÐÁËÅÔ>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<ÐÕÔØ>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "ÏÂÎÏ×ÉÔØ ÐÁËÅÔ(Ù) ÅÓÌÉ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<ÆÁÊÌ ÐÁËÅÔÁ>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ  %%pre ÓÃÅÎÁÒÉÅ× (ÅÓÌÉ ÅÓÔØ)"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%post ÓÃÅÎÁÒÉÅ× (ÅÓÌÉ ÅÓÔØ)"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%preun ÓÃÅÎÁÒÉÅ× (ÅÓÌÉ ÅÓÔØ)"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%postun ÓÃÅÎÁÒÉÅ× (ÅÓÌÉ ÅÓÔØ)"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓÃÅÎÁÒÉÅ×, ×Ú×ÅÄÅÎÎÙÈ ÜÔÉÍ ÐÁËÅÔÏÍ"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%triggerprein ÓÃÅÎÁÒÉÅ×"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%triggerin ÓÃÅÎÁÒÉÅ×"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%triggerun ÓÃÅÎÁÒÉÅ×"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %%triggerpostun ÓÃÅÎÁÒÉÅ×"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ ÐÕÔÉ <old> × <new>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<old>=<new>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "ÓÏÈÒÁÎÉÔØ ÐÏÄÌÅÖÁÝÉÅ ÕÄÁÌÅÎÉÀ ÆÁÊÌÙ × ÎÏ×ÏÍ ÐÁËÅÔÅ"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 "ÕÄÁÌÉÔØ ÎÏ×ÙÊ(Å) ÐÁËÅÔ(Ù), ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ ÓÔÁÒÙÊ(Å) ÐÁËÅÔ(Ù), ÏÂÒÁÔÎÏ ÎÁ "
 "ÕËÁÚÁÎÎÕÀ ÄÁÔÕ"
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr "<ÄÁÔÁ>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "ÏÂÎÏ×ÉÔØ ÐÁËÅÔ(Ù)"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ ÐÏÄÐÉÓØ"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ×ÓÅ ÐÁËÅÔÙ"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ ÆÁÊÌ"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ × ÇÒÕÐÐÅ"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ÆÁÊÌ ÐÁËÅÔÁ (Ô.Å. *.rpm ÆÁÊÌ Ä×ÏÉÞÎÏÇÏ ÐÁËÅÔÁ)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ rpm"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "ÏÔÏÂÒÁÚÉÔØ ÉÚ×ÅÓÔÎÙÅ ËÌÀÞÉ ÚÁÐÒÏÓÁ"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "ÚÁÐÒÏÓÉÔØ ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓÃÅÎÁÒÉÑÍÉ ÎÁ ÐÁËÅÔ"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "ÒÅÖÉÍ ÐÒÏ×ÅÒËÉ rpm"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "ÒÅÖÉÍ ÐÒÏ×ÅÒËÉ rpm (ÓÔÁÒÙÊ)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓ"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ËÏÎÆÉÇÕÒÁÃÉÉ"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "ÐÏËÁÚÁÔØ ÏÓÎÏ×ÎÕÀ ÉÎÆÏÒÍÁÃÉÀ Ï ÆÁÊÌÅ"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "ÐÏËÁÚÁÔØ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ %%ghost"
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ %%license"
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ %%readme"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "ÉÓÐÏÌØÚÕÊÔÅ ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "ÚÁÍÅÎÉÔØ ÓÅËÃÉÉ i18n × ÆÁÊÌÅ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÐÅÒÅÞÉÓÌÅÎÎÙÈ ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "ÐÏËÁÚÁÔØ ÄÅÔÁÌØÎÙÊ ÓÐÉÓÏË ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ÎÁ ËÏÎÔÒÏÌØÎÕÀ ÓÕÍÍÕ MD5"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÒÁÚÍÅÒ ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÐÕÔØ ÓÉÍ×ÏÌÉÞÅÓËÉÈ ÓÓÙÌÏË"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÈÏÚÑÉÎÁ ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÇÒÕÐÐÕ ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ×ÒÅÍÑ ÍÏÄÉÆÉËÁÃÉÉ ÆÁÊÌÏ×"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÆÁÊÌÏ× ÐÁËÅÔÁ"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ %verifyscript (ÅÓÌÉ ÅÓÔØ)"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÕÀ ÓÕÍÍÕ SHA1 ÚÁÇÏÌÏ×ËÁ ÐÁËÅÔÁ"
 
@@ -2880,74 +2880,74 @@ msgstr "
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ %d ÐÒÉ ÒÁÂÏÔÅ Ó ÐÁËÅÔÏÍ %s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %%%s %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÉÓÁÔØ × %%%s %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "ÏÂÎÁÒÕÖÅΠÄ×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓÃÅÎÁÒÉÑ %s ÉÚ %s-%s-%s, waitpid() ×ÏÚ×ÒÁÔÉÌ %s\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓÃÅÎÁÒÉÑ %s ÉÚ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s ÓÏÄÅÒÖÉÔ %d ÆÁÊÌÏ×, test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr "%s: ÏÛÉÂËÁ ÓÃÅÎÁÒÉÑ %s (%d), %s-%s-%s ÐÒÏÐÕÓËÁÅÔÓÑ\n"
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " ÎÁ ÆÁÊÌÅ "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s ÏÛÉÂËÁ ÎÁ ÆÁÊÌÅ %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s ÎÅ ÕÄÁÌÏÓØ: %s\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: ×ÙÐÏÌÎÑÅÔÓÑ ÓÃÅÎÁÒÉÊ %s (ÅÓÌÉ ÅÓÔØ)\n"
@@ -2957,119 +2957,119 @@ msgstr "%s: 
 msgid "incorrect format: %s\n"
 msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "ÎÏÒÍÁÌØÎÙÊ    "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "ÚÁÍÅÎÅÎÎÙÊ    "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅΠ"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "ÓÅÔÅ×ÏÊ       "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ÎÅÉÚ×. %3d)  "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(ÓÏÓÔ. ÎÅÔ)   "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÐÒÏÓÉÔØ %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "ÚÁÐÒÏÓÙ Ë ÉÓÈÏÄÎÙÍ ÐÁËÅÔÁÍ × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ ÞÔÅÎÉÑ ÓÐÉÓËÁ ÆÁÊÌÏ×: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "ÚÁÐÒÏÓ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ×ÏÚÍÏÖÎÏ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ÆÁÊÌ %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "ÎÏÍÅÒ ÚÁÐÉÓÉ ÐÁËÅÔÁ: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÚÁÐÉÓØ %u\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
@@ -3093,158 +3093,158 @@ msgstr "%s: 
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ Fread: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: ÏÛÉÂËÁ readLead\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: îÅ ÍÏÇÕ ÐÏÄÐÉÓÁÔØ RPM v1.0\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: îÅ ÍÏÇÕ ÐÅÒÅÐÏÄÐÉÓÁÔØ RPM v2.0\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: ÏÛÉÂËÁ rpmReadSignature\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: ðÏÄÐÉÓØ ÎÅÄÏÓÔÕÐÎÁ\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ writeLead: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ rpmWriteSignature: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: ðÏÄÐÉÓÉ ÎÅÔ (RPM v1.0)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "îå Oë"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (ïôóõôóô÷õàô ëìàþé:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (îåô äï÷åòéñ ë ëìàþáí:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "Oë"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "ðÏÄÇÏÔÏ×ËÁ..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "ðÏÄÇÏÔÏ×ËÁ ÐÁËÅÔÏ× ÄÌÑ ÕÓÔÁÎÏ×ËÉ..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "úÁÇÒÕÖÁÅÔÓÑ %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... ËÁË %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ Packages × %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "ÐÁËÅÔ %s - ÎÅ ÐÅÒÅÍÅÝÁÅÍÙÊ\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ ÉÚ ÆÁÊÌÁ %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "ÄÌÑ ÆÁÊÌÁ %s ÎÅÏÂÈÏÄÉÍÁ ÂÏÌÅÅ ÎÏ×ÁÑ ×ÅÒÓÉÑ RPM\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎ\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÂÉÎÁÒÎÙÅ ÐÁËÅÔÙ\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ÚÁÄÁÅÔ ÎÅÓËÏÌØËÏ ÐÁËÅÔÏ×\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "ÕÄÁÌÅÎÉÅ ÜÔÉÈ ÐÁËÅÔÏ× ÎÁÒÕÛÉÔ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ %s\n"
@@ -3254,98 +3254,98 @@ msgstr "
 msgid "read failed: %s (%d)\n"
 msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ×ÔÏÒÏÅ ':' × %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÎÁÚ×ÁÎÉÅ ÁÒÈÉÔÅËÔÕÒÙ × %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "îÅÐÏÌÎÁÑ ÓÔÒÏËÁ ÄÁÎÎÙÈ × %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ÄÁÎÎÙÈ × %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "îÅ×ÅÒÎÙÊ ÎÏÍÅÒ arch/os: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "îÅÐÏÌÎÁÑ ÓÔÒÏËÁ ÐÏ ÕÍÏÌÞÁÎÉÀ × %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ÐÏ ÕÍÏÌÞÁÎÉÀ × %s:%d\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÒÁÓËÒÙÔØ %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ %s, ÚÎÁÞÅÎÉÅ HOME ÓÌÉÛËÏÍ ×ÅÌÉËÏ.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s ÄÌÑ ÞÔÅÎÉÑ: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ':' (ÎÁÊÄÅΠ0x%02x) × %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ ÄÌÑ %s × %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "ÏÛÉÂËÁ ÒÁÓËÒÙÔÉÑ %s ÎÁ %s:%d \"%s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s × %s:%d %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÈÉÔÅËÔÕÒÁ ÄÌÑ %s × %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÐÁÒÁÍÅÔÒ '%s' × %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÓÉÓÔÅÍÁ: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "ó×ÑÖÉÔÅÓØ Ó rpm-list@redhat.com\n"
 
@@ -3475,47 +3475,47 @@ msgstr "
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"%%_pgp_name\" × ×ÁÛÅÍ ÍÁËÒÏÆÁÊÌÅ\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== ÐÅÒÅÍÅÝÅÎÉÊ\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d ÉÓËÌÀÞÅΠ%s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d ÐÅÒÅÍÅÝÅÎÉÅ %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ ÍÎÏÇÏÂÉÂÌÉÏÔÅÞÎÙÊ ÐÕÔØ %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ %s × %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ ËÁÔÁÌÏÇ %s × %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ÐÒÏÐÕÝÅΠÉÚ-ÚÁ ÆÌÁÇÁ missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
@@ -3537,128 +3537,129 @@ msgstr ""
 msgid "missing    %s"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr "%s-%s-%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÐÏÄÐÉÓØ ÏÂÌÁÓÔÉ ÚÁÇÏÌÏ×ËÁ ÐÁËÅÔÁ\n"
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "ÏÛÉÂËÁ(%d) db%d ÉÚ %s: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "ÏÛÉÂËÁ(%d) db%d: %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 "ãÅÐÏÞËÁ ÐÁËÅÔÏ× ÏÂÏÒ×ÁÎÁ ÎÁ ÓÍÅÝÅÎÉÉ %d(0x%08x), ÐÏÐÙÔËÁ ÓÏÅÄÉÎÅÎÉÑ...\n"
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "óÏÅÄÉÎÑÅÔÓÑ ÏÂÏÒ×ÁÎÎÁÑ Ó×ÑÚØ × ÓÍÅÝÅÎÉÉ %d(0x%08x).\n"
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "ÚÁËÒÙÔ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "ÕÄẠ́ΠÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "ÏÔËÒÙ×ÅÔÓÑ ÆÁÊÌ %s ÂÁÚÙ ÄÁÎÎÙÈ × ÒÅÖÉÍÅ 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÂÁÚÙ ÄÁÎÎÙÈ\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "ÉÓËÌÀÞÉÔÅÌØÎÙÊ"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "ÒÁÚÄÅÌÑÅÍÙÊ"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "ÚÁËÒÙÔÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "ÕÄÁÌÅÎÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "ÚÁËÒÙÔ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "ÐÒÏ×ÅÒÅΠÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s mode=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÎÁ %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "ÚÁÂÌÏËÉÒÏ×ÁΠÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "ÎÅÏÐÏÚÎÁÎÎÙÊ ÐÁÒÁÍÅÔÒ ÂÁÚÙ ÄÁÎÎÙÈ: \"%s\" ÐÒÏÉÇÎÏÒÉÒÏ×ÁÎ\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "ÎÅ×ÅÒÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ %s, ÐÒÏÐÕÝÅÎÏ\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s ÉÍÅÅÔ ÓÌÉÛËÏÍ ÍÁÌÕÀ ÉÌÉ ÓÌÉÛËÏÍ ÂÏÌØÛÕÀ ×ÅÌÉÞÉÎÕ long, ÐÒÏÐÕÝÅÎÏ\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3693,41 +3694,41 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "ÓÏÚÄÁÔØ ÚÁÇÏÌÏ×ËÉ, ÓÏ×ÍÅÓÔÉÍÙÅ Ó (ÕÓÔÁÒÅ×ÛÉÍÉ) ÐÁËÅÔÁÍÉ rpm[23]"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: ÉÍÑ ËÌÀÞÁ \"%s\" ÎÅ ÉÚ×ÅÓÔÎÏ, ÉÇÎÏÒÉÒÕÅÔÓÑ\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s ÉÓÐÏÌØÚÕÑ db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "ÏÛÉÂËÁ(%d) ÐÏÌÕÞÅÎÉÑ ÚÁÐÉÓÅÊ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "ÏÛÉÂËÁ(%d) ÚÁÐÉÓÉ ÚÁÐÉÓÉ %s × %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "ÏÛÉÂËÁ(%d) ÕÄÁÌÅÎÉÑ ÚÁÐÉÓÉ %s ÉÚ %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3736,263 +3737,263 @@ msgstr ""
 "ÂÁÚÙ ÄÁÎÎÙÈ ÎÏ×ÏÇÏ ÆÏÒÍÁÔÁ\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "ÏÛÉÂËÁ(%d) ÐÒÉ ÐÏÄÓÞ£ÔÅ ÐÁËÅÔÏ×\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "ÚÁÐÉÓØ ÎÏÍÅÒ %u × ÂÁÚÅ ÄÁÎÎÙÈ ÎÅ×ÅÒÎÁ, ÐÒÏÐÕÓËÁÅÔÓÑ.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: ÐÏÌÕÞÅΠÐÏ×ÒÅÖÄÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË #%u, ÐÒÏÐÕÓËÁÅÔÓÑ.\n"
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÚÁÇÏÌÏ×ÏË × 0x%x\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ ÉÚ ÉÎÄÅËÓÁ %s.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "ÏÛÉÂËÁ(%d) ÒÅÚÅÒ×ÉÒÏ×ÁÎÉÑ ÐÁÍÑÔÉ ÄÌÑ ÏÂÒÁÚÁ ÎÏ×ÏÇÏ ÐÁËÅÔÁ\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ \"%s\" × ÉÎÄÅËÓ %s.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ × ÉÎÄÅËÓ %s\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %s ÐÏÓÌÅ ÕÓÐÅÛÎÏÇÏ ÚÁ×ÅÒÛÅÎÉÑ ÐÅÒÅÉÎÄÅËÁÃÉÉ ÂÁÚÙ × db3.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "ÐÅÒÅÓÔÒÁÉ×ÁÅÔÓÑ ÂÁÚÁ ÄÁÎÎÙÈ %s × %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "×ÒÅÍÅÎÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÎÏ×ÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÄÏÂÁ×ÉÔØ ÚÁÐÉÓØ (ÐÅÒ×ÏÎÁÞÁÌØÎÏ × %u)\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "ÐÅÒÅÓÔÒÏÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ ÎÅ ÕÄÁÌÏÓØ, ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÏÓÔÁÅÔÓÑ ÎÁ ÍÅÓÔÅ\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÍÅÎÉÔØ ÓÔÁÒÕÀ ÂÁÚÕ ÄÁÎÎÙÈ ÎÁ ÎÏ×ÕÀ!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "ÆÁÊÌÙ × %s ÚÁÍÅÎÑÀÔÓÑ ÆÁÊÌÁÍÉ ÉÚ %s ÄÌÑ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÑ"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "====================== ÁËÔÉ×ÎÙÈ %d ÐÕÓÔÙÈ %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(ÐÕÓÔÏ)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(ÐÕÓÔÏ)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "îÅÚÁËÒÙÔÙÊ ÍÁËÒÏÓ %%%s\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "îÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ (%%define) ÍÁËÒÏÓÁ %%%s\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "îÅÚÁËÒÙÔÙÅ ÐÁÒÁÍÅÔÒÙ × ÍÁËÒÏÓÅ %%%s\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "íÁËÒÏÓ %%%s ÐÕÓÔ\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÒÁÓËÒÙÔØ ÍÁËÒÏÓ %%%s\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "îÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ (%%undefine) ÍÁËÒÏÓÁ %%%s\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "íÁËÒÏÓ %%%s (%s) ÎÅ ÂÙÌ ÉÓÐÏÌØÚÏ×ÁΠÎÉÖÅ ÕÒÏ×ÎÑ %d\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ %c × %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "çÌÕÂÉÎÁ ÒÅËÕÒÓÉÉ(%d) ÂÏÌØÛÅ ÄÏÐÕÓÔÉÍÏÊ(%d)\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "îÅÚÁËÒÙÔÁÑ %c: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "ÎÅÐÏÎÑÔÎÙÊ ÍÁËÒÏÓ ÐÏÓÌÅ %%\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "íÁËÒÏÓ %%%.*s ÎÅ ÎÁÊÄÅÎ, ÐÒÏÐÕÓËÁÀ\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "ðÅÒÅÐÏÌÎÅÎÉÅ ÃÅÌÅ×ÏÇÏ ÂÕÆÅÒÁ\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "æÁÊÌ %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "äÌÉÎÁ ÆÁÊÌÁ %s ÍÅÎØÛÅ ÞÅÍ %u ÂÁÊÔ\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "÷ÙÐÏÌÎÅÎÏ"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "îÅ×ÅÒÎÙÊ ÏÔ×ÅÔ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "ôÁÊÍÁÕÔ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÁÄÒÅÓ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ ÓÅÒ×ÅÒÁ"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ Ó ÓÅÒ×ÅÒÏÍ"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "æÁÊÌÏ×ÁÑ ÏÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "ïÛÉÂËÁ ÐÒÉ ÐÅÒÅ×ÏÄÅ ÕÄÁÌÅÎÎÏÇÏ ÓÅÒ×ÅÒÁ × ÐÁÓÓÉ×ÎÙÊ ÒÅÖÉÍ"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅΠÎÁ ÓÅÒ×ÅÒÅ"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "ïÔÍÅÎÁ × ÐÒÏÃÅÓÓÅ"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÉÌÉ ÎÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "ÒÅÇÉÓÔÒÉÒÕÀÓØ × %s ËÁË %s, ÐÁÒÏÌØ %s\n"
@@ -4021,37 +4022,37 @@ msgstr "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "memory alloc (%u bytes) returned NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "×ÎÉÍÁÎÉÅ: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "×ÎÉÍÁÎÉÅ: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "×ÎÉÍÁÎÉÅ: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "ðÁÒÏÌØ ÄÌÑ %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "ÏÛÉÂËÁ: %s ÐÏÒÔ ÄÏÌÖÅΠÂÙÔØ ÞÉÓÌÏÍ\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url ÐÏÒÔ ÄÏÌÖÅΠÂÙÔØ ÞÉÓÌÏÍ\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
index 959b8ee..7f1700f 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -14,54 +14,54 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "nevyrie¹ené závislosti:\n"
 
-#: build.c:79
+#: build.c:81
 #, 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:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Otvorenie rúry pre tar zlyhalo: %s\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, 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:201
+#: build.c:205
 #, 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:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "nepodarilo sa zisti» stav %s: %s"
 
-#: build.c:245
+#: build.c:249
 #, 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:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, fuzzy, c-format
 msgid "Building target platforms: %s\n"
 msgstr "predefinova» cieµovú platformu"
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "vyhµadáva sa balík %s\n"
@@ -71,17 +71,17 @@ msgstr "vyh
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzia %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -557,11 +557,11 @@ msgstr ""
 "overi» in¹taláciu balíka s pou¾itím rovnakých volieb ¹pecifikácia balíka ako "
 "pre -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "neoverova» závislosti balíka"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "neoverova» md5 kontrolné súèty súborov"
 
@@ -581,7 +581,7 @@ msgstr "    --install <s
 msgid "    -i <packagefile>      "
 msgstr "    -i <súbor_balíku>      "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "in¹talova» balík"
 
@@ -601,7 +601,7 @@ msgstr "      --relocate <star
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "balík %s nie je nain¹talovaný\n"
@@ -610,49 +610,49 @@ msgstr "bal
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adresár>  "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "presunú» balík do <adresára>, pokiaµ to balík povoµuje"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "nein¹talova» dokumentáciu"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skratka pre --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "vypisova» znaèky poèas in¹talácie balíka (vhodné s -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 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é"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "neoverova» architektúru balíka"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "pred in¹taláciou nekontrolova» dostupné miesto na disku"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "neoverova» operaèný systém balíka"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "in¹talova» dokumentáciu"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "aktualizova» databázu bez zmeny súborového systému"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nemeni» poradie balíkov kvôli vyrie¹eniu závislostí"
 
@@ -664,19 +664,19 @@ msgstr "nevykona
 msgid "don't execute any scripts triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "vypisova» percentá poèas in¹talácie balíka"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "in¹talova» aj pokiaµ balík prepí¹e in¹talované súbory"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "prein¹talova», pokiaµ u¾ balík existuje"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "nein¹talova», ale oznámi», èi by to bolo mo¾né"
 
@@ -692,7 +692,7 @@ msgstr "    -U <s
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizova» balík (rovnaké voµby ako --install, a k tomu)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -709,11 +709,11 @@ msgstr "    --erase <package>"
 msgid "    -e <package>          "
 msgstr "    --resign <balík>+     "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "odin¹talova» balík"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -828,7 +828,7 @@ msgstr "ako --rebuild, ale nezostavi
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balík>+     "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "podpísa» balík (znièi» aktuálny podpis)"
 
@@ -836,7 +836,7 @@ msgstr "podp
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balík>+    "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "prida» podpis balíku"
 
@@ -850,15 +850,15 @@ msgstr "    --checksig <bal
 msgid "    -K <pkg>+             "
 msgstr "    --resign <balík>+     "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "overi» podpis balíka"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "vynecha» akékoµvek PGP podpisy"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "vynecha» akékoµvek GPG podpisy"
 
@@ -896,8 +896,8 @@ msgstr ""
 "pou¾itím rovnakých volieb ¹pecifikácia balíka ako pre -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "mô¾e by» pou¾itý iba jeden hlavný re¾im"
 
@@ -909,23 +909,23 @@ msgstr "-u a --uninstall s
 msgid "Use -e or --erase instead.\n"
 msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "presunutia musia zaèína» znakom /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "presunutia musia obsahova» znak ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "presunutia musia ma» za znakom = znak /"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "vynechané cesty musia zaèína» znakom /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -933,106 +933,106 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, 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:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 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:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 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:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 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:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty pre --prefix musia zaèína» znakom /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 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:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 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:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 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:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 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:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 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:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 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:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 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:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 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:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 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:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 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:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 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:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 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:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 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"
 
@@ -1050,14 +1050,14 @@ msgstr ""
 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:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "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:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1066,7 +1066,7 @@ msgstr ""
 "--nodeps mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo overenia "
 "balíka"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1074,7 +1074,7 @@ msgstr ""
 "--test mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo zostavenia "
 "balíka"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1082,7 +1082,7 @@ 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:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty pre --root (-r) musia zaèína» znakom /"
 
@@ -1103,78 +1103,78 @@ 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:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "nie je mo¾né pracova» so súborom %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp nebolo nájdené: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Kontrola hesla zlyhala\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Heslo je v poriadku.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign mô¾e by» pou¾íté iba poèas zostavenia balíka"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "vykonanie zlyhalo\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "neoèakávané argumenty pre --querytags"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "neboli zadané ¾iadne balíky pre overenie podpisu"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "neboli zadané ¾iadne balíky na podpis"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "neboli zadané ¾iadne balíky pre odin¹talovanie"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "neboli zadané ¾iadne argumenty pre otázku"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, 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:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "neboli zadané ¾iadne argumenty pre overenie"
 
@@ -1216,7 +1216,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1283,60 +1283,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "súbor %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "pou¾itie: rpm {--help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadané pre operáciu nepou¾ívajúcu databázu"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "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:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "neboli zadané ¾iadne balíky pre znovuzostavenie"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "neboli zadané ¾iadne spec-súbory pre zostavenie"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "neboli zadané ¾iadne tar-súbory pre zostavenie"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie je mo¾né otvori» doèasný súbor"
 
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Vykonáva sa: %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Vykonanie %s zlyhalo (%s)"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Chybný výstupný kód z %s (%s)"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1363,222 +1363,222 @@ msgstr "chyba syntaxe vo v
 msgid "parse error in expression\n"
 msgstr "chyba pri analýze výrazu"
 
-#: build/expression.c:341
+#: build/expression.c:342
 #, fuzzy
 msgid "unmatched (\n"
 msgstr "nepárová ("
 
-#: build/expression.c:371
+#: build/expression.c:372
 #, fuzzy
 msgid "- only on numbers\n"
 msgstr "- ibe pre èísla"
 
-#: build/expression.c:387
+#: build/expression.c:388
 #, fuzzy
 msgid "! only on numbers\n"
 msgstr "! iba pre èísla"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 #, fuzzy
 msgid "types must match\n"
 msgstr "typy sa musia zhodova»"
 
-#: build/expression.c:444
+#: build/expression.c:447
 #, fuzzy
 msgid "* / not suported for strings\n"
 msgstr "* / nie sú podporované pre re»azce"
 
-#: build/expression.c:497
+#: build/expression.c:502
 #, fuzzy
 msgid "- not suported for strings\n"
 msgstr "- nie je podporované pre re»azce"
 
-#: build/expression.c:648
+#: build/expression.c:657
 #, fuzzy
 msgid "&& and || not suported for strings\n"
 msgstr "&& a || nie sú podporované pre re»azce"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe vo výraze"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "chyba PREKROÈENIA ÈASU: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "chýbajúce    %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Chybný %s prvok: %s"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "chýbajúce    %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Chybná %s() syntax: %s"
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv %s(): %s"
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv adresára %s(): %s"
 
-#: build/files.c:744
+#: build/files.c:746
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
-#: build/files.c:906
+#: build/files.c:908
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosiahnutý limit pre %%docdir"
 
-#: build/files.c:912
+#: build/files.c:914
 #, fuzzy, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Iba jeden argument pre %%docdir"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dva súbory na riadku: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Súbory musia zaèína» znakom \"/\": %s"
 
-#: build/files.c:966
+#: build/files.c:970
 #, fuzzy, c-format
 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"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Súbor zadaný dvakrát: %s."
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Súbor nesúhlasí s prefixom (%s): %s."
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Chybný vlastník/skupina: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, 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:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "riadok %d: V %s sú vy¾adované verzie: %s"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "chybe: nie je mo¾né otvori» %%files súbor: %s"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "riadok: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie je mo¾né spusti» %s"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie je mo¾né vytvori» proces %s"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s zlyhalo"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, 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:2434
+#: build/files.c:2450
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Spracovávajú sa súbory: %s\n"
@@ -1672,7 +1672,7 @@ msgstr "readRPM: otvorenie %s: %s\n"
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: èítanie %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead zlyhalo\n"
@@ -1687,87 +1687,87 @@ msgstr "readRPM: %s nie je RPM bal
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: èítanie hlavièky %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nie je mo¾né zapísa» %s"
 
-#: build/pack.c:477
+#: build/pack.c:481
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Chybné CSA dáta"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nie je mo¾né zapísa» %s"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Vytvára sa PGP podpis: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Otvorenie %s zlyhalo\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie je mo¾né zapísa» balík: %s"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie je preèíta» sigtarget: %s"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, 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:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, 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:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapísané: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, 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:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "riadok %d: druhý %s"
@@ -1807,17 +1807,17 @@ msgstr "
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "riadok %d: Chyba pri analýze %%description: %s"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "riadok %d: Chybná voµba %s: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "riadok %d: Priveµa názvov: %s"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "riadok %d: Balík neexistuje: %s"
@@ -1903,57 +1903,57 @@ msgstr "riadok %d: Pr
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "riadok %d: Neprípustný znak '-' v %s: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "riadok %d: BuildRoot nemô¾e by» \"/\": %s"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "riadok %d: Prefixy nesmú konèi» \"/\": %s"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "riadok %d: Docdir musí zaèína» '/': %s"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, 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:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "riadok %d: Chybné %s èíslo: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "riadok %d: Chybný formát BuildArchitecture: %s"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Interná chyba: Èudný popis %d "
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Chybná ¹pecifikácia balíka: %s"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Balík u¾ existuje: %s"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "riadok %d: Neznámy popis: %s"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec súbor nemô¾e pou¾i» BuildRoot"
@@ -2044,27 +2044,27 @@ msgstr "riadok %d: Obsoletes: neobsahuje 
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "riadok %d: Názvy súborov v %s neobsahujú verzie: %s"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "riadok %d: V %s sú vy¾adované verzie: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "riadok %d: triggers musia obsahova» --: %s"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "riadok %d: Chyba pri analýze %s: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "riadok %d: program skriptu musí zaèína» '/': %s"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "riadok %d: Druhý %s"
@@ -2075,42 +2075,42 @@ msgid "line %d: %s\n"
 msgstr "riadok %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "otvorenie zlyhalo: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, fuzzy, c-format
 msgid "Unclosed %%if\n"
 msgstr "Neuzavretý %%if"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%else bez if"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%endif bez if"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, fuzzy, c-format
 msgid "malformed %%include statement\n"
 msgstr "znetvorený príkaz %%include"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "®iadne zostaviteµné architektúry"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Balík neobsahuje %%description: %s"
@@ -2125,121 +2125,121 @@ msgstr "riadok %d: Chybn
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "riadok %d: Chybné no%s èíslo: %d"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "riadok %d: Chybné %s èíslo: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(chyba 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Chybné magické èíslo"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Chybná/neèitateµná hlavièka"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Priveµká hlavièka"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Neznámy typ súboru"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Interná chyba"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " zlyhalo - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 #, fuzzy
 msgid "NO "
 msgstr "NIE JE V PORIADKU"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
@@ -2247,47 +2247,47 @@ msgstr "s
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "po¾iadavka balíka %s nie je uspokojená: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "balík %s koliduje: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, 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:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(nie je èíslo)"
 
@@ -2315,7 +2315,7 @@ msgstr "nepodarilo sa zisti
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "nepodarilo sa otvori» %s: %s"
@@ -2334,37 +2334,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "riadok %d: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "varovanie: %s uchovaný ako %s"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "rmdir %s zlyhalo: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "varovanie: %s vytvorené ako %s"
@@ -2377,87 +2377,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE poèet musí by» 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ údajov %d nie je podorovaný\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "chýbajúce { po %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "chýbajúce } po %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "prázdny tag formát"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "prázdne meno tagu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "neznámy tag"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] oèakávané na konci poµa"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "neoèakávané ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "neoèakávané }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "? oèakávané vo výraze"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "{ oèakávané po ? vo výraze"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "} oèakávané vo výraze"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ": oèakávané po ? podvýraze"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "{ oèakávané po : vo výraze"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "| oèakávené na konci výrazu"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(neznámy typ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "chyba pri vytváraní doèasného súboru %s"
@@ -2467,7 +2467,7 @@ msgstr "chyba pri vytv
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2620,281 +2620,281 @@ msgstr "predefinova
 msgid "lookup i18N strings in specfile catalog"
 msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "vynecha» súbory v ceste <cesta>"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <súbor_balíku>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "vytvori» PGP/GPG podpis"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "opýta» sa na v¹etky balíky"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "opýta» sa na balík vlastniaci <súbor>"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "opýta» sa v¹etkých balíkov v skupine"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "opýta» sa súboru balíka"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "re¾im otázok"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "opýta» sa spec súboru"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "opýta» sa balíkov spustených balíkom"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "re¾im otázok"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "re¾im otázok"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "zobrazi» v¹etky konfiguraèné súbory"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "zobrazi» v¹etky dokumentaèné súbory"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "zobrazi» základné informácie o balíku"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead zlyhalo\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "pou¾i» nasledovný formát otázky"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "zobrazii» stav daných súborov"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "zobrazi» podrobný zoznam súborov balíka"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "zobrazi» súbory v balíku"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "neoverova» závislosti balíka"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "nevykona» ¾iadne etapy"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "zobrazi» súbory v balíku"
@@ -2964,76 +2964,76 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "oèakávaný zdrojový balík, nájdený binárny"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, 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"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s neexistuje - pou¾ije sa root"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "rozbalenie archívu zlyhalo%s%s: %s"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " pre súbor "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nepodarilo sa otvori» %s: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s zlyhalo"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "vykonávajú sa poin¹talaèné skripty (ak existujú)\n"
@@ -3043,121 +3043,121 @@ msgstr "vykon
 msgid "incorrect format: %s\n"
 msgstr "chyba formátu: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾iadne súbory)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normálny      "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "nahradený     "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "nein¹talovaný "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "zdieµaný      "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámy %d)  "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(¾iadny stav) "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, 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:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "zmazanie %s zlyhalo: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "otázka na %s zlyhala\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 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:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: readLead zlyhalo\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, 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:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾iadne balíky\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾iadny z balíkov nevy¾aduje %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾iadny z balíkov neposkytuje %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "súbor %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, 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:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "chybné èíslo balíku: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "po¾aduje sa záznam èíslo %d\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "záznam %d nie je mo¾né preèíta»\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balík %s nie je nain¹talovaný\n"
@@ -3182,159 +3182,159 @@ msgstr "%s: readLead zlyhalo\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: readLead zlyhalo\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead zlyhalo\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Nie je mo¾né podpísa» v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Nie je mo¾né znovu podpísa» v2.0 RPM\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature zlyhalo\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Podpis nie je k dispozícii\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: readLead zlyhalo\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmReadSignature zlyhalo\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Podpis nie je k dispozícii (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "NIE JE V PORIADKU"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (CHÝBAJÚCE K¥ÚÈE):"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (NEDÔVERUJE SA K¥ÚÈOM: "
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "V PORIADKU"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr "... ako %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s vynechané - prenos zlyhal - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, fuzzy, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "chyba pri vytváraní doèasného súboru %s"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s nie je mo¾né nain¹talova»\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, 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:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "nevyrie¹ené závislosti:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "in¹talujú sa binárne balíky\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "nie je mo¾né otvori» súbor %s: %s"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" ¹pecifikuje viac balíkov\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstránenie týchto balíkov by poru¹ilo závislosti:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "nie je mo¾né otvori» %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "In¹taluje sa %s\n"
@@ -3344,98 +3344,98 @@ msgstr "In
 msgid "read failed: %s (%d)\n"
 msgstr "èítanie zlyhalo: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "chýbajúce druhé ':' na %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "chýba názov architektúry na %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Neúplný riadok údajov na %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, 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:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Chybné èíslo arch/os: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Neúplný implicitný riadok na %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Nie je mo¾né expandova» %s"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Nie je mo¾né preèíta» %s: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, 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:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "expanzia %s zlyhala na %s:%d \"%s\""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, 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:768
+#: lib/rpmrc.c:811
 #, 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:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "chybná voµba '%s' na %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznámy systém: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Kontaktujte prosím rpm-list@redhat.com\n"
 
@@ -3572,47 +3572,47 @@ msgstr "Mus
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Musíte nastavi» \"%%pgp_name\" vo va¹om makro-súbore"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS je vynechaný: %s"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "vynecháva sa %s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "vynecháva sa %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s vynechané kvôli príznaku missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "vytvára sa adresár %s\n"
@@ -3636,127 +3636,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "chýbajúce    %s\n"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "chybný stav súboru: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "otvára sa databáza s právami 0x%x v %s\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "nie je mo¾né získa» %s zámok pre databázu"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "výhradný"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "zdieµaný"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "otvára sa databáza s právami 0x%x v %s\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "nie je mo¾né získa» %s zámok pre databázu"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "odstraòuje sa index súborov pre %s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3785,42 +3786,42 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "nie je mo¾né otvori» %s na %s:%d"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "nie je mo¾né otvori» %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "chyba pri naèítaní záznamu %s z %s"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "chyba pri zápise záznamu %s do %s"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "chyba pri odstraòovaní záznamu %s z %s"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "nebola nastavená ¾iadna dbpath"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3830,266 +3831,266 @@ msgstr ""
 "databázy v novom formáte"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "chyba pri hµadaní balíka %s\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "záznam èíslo %d v databáze je chybný -- bol vynechaný"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "nie je mo¾né preèíta» hlavièku na %d pre vyhµadanie"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstraòuje sa index skupín\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstraòuje sa index názvov\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "chyba pri hµadaní balíka %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "premenováva sa %s na %s\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "premenováva sa %s na %s\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "nebola nastavená ¾iadna dbpath"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "znovu sa vytvára databáza v adresári %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "doèasná databáza %s u¾ existuje"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otvára sa stará databáza\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otvára sa nová databáza\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "nie je mo¾né prida» záznam pôvodne na %d"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 #, fuzzy
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "nepodarilo sa znovu vytvori» databázu; zostáva pôvodná\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "nepodarilo sa nahradi» starú databázu novou!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, fuzzy, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "nahradí súbory v %s súbormi z %s kvôli obnove"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "nepodarilo sa odstráni» adresár %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktívnych %d prázdnych %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(prázdne)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(prázdne)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makro %%%s obsahuje neukonèené telo"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makro %%%s obsahuje chybný názov (%%define)"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makro %%%s obsahuje neukonèené voµby"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, fuzzy, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "Makro %%%s obsahuje prázdne telo"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, fuzzy, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Makro %%%s sa nepodarilo expandova»"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makro %%%s obsahuje chybný názov (%%undefine)"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, fuzzy, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) nebolo pou¾ité pod úrovòou %d "
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Neznáma voµba %c v %s(%s)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, fuzzy, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Håbka rekurzie (%d) väè¹ia ako maximálna (%d)"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Neukonèené %c: %s"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "balík %%%.*s nebol nájdený, vynecháva sa"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 #, fuzzy
 msgid "Target buffer overflow\n"
 msgstr "Preplnenie cieµovej vyrovnávacej pamäti"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "Súbor %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, fuzzy, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Súbor %s je men¹í ako %d bajtov"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Úspech"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Chybná odpoveï servera"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "Chyba vstupu/výstupu servera"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Prekroèenie èasového limitu servera"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Nie je mo¾né vyhµada» adresu servera"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Nie je mo¾né vyhµada» názov servera"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Pripojenie k serveru zlyhalo"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Vytvorenie dátového spojenia k serveru zlyhalo"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Chyba vstupu/výstupu lokálneho súboru"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Chyba pri nastavení vzdialeného servera do pasívneho re¾imu"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Súbor sa na serveri nenachádza"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Zru¹enie prebieha"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Neznáma alebo neoèakávaná chyba"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "prihlasuje sa na %s ako %s, heslo %s\n"
@@ -4119,37 +4120,37 @@ msgstr "varovanie: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Heslo pre %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "chyba: %sport musí by» èíslo\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url port musí by» èíslo\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "nepodarilo sa vytvori» %s\n"
index 4708a73..448d732 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.163 2001/10/15 04:22:16 jbj Exp $
+# $Id: sl.po,v 1.164 2001/10/15 17:53:57 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "datoteke %s/packages.rpm ni mogo¾no odpreti\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "izdelava soodvisnosti je bila neuspe¹na:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Datoteke s specifikacijami %s ni mo¾no odpreti: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, 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:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Neuspe¹no branje datoteke s specifikacijami iz %s"
 
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Preimenovanje %s v %s je bilo neuspe¹no: %m"
 
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "status %s ni na voljo: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Datoteka ni obièajna datoteka: %s\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Izgradnja za ciljna strojna okolja: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Izgradnja za ciljni sistem %s\n"
@@ -75,17 +75,17 @@ msgstr "Izgradnja za ciljni sistem %s\n"
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM razlièica %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 #, fuzzy
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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."
@@ -548,11 +548,11 @@ msgid ""
 "options as -q"
 msgstr "namestitev paketa preverimo z enakimi izbirnimi doloèili kot -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "brez preverjanja soodvisnosti paketa"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "brez preverjanja nadzorne vsote md5"
 
@@ -572,7 +572,7 @@ msgstr "    --install <paket>      "
 msgid "    -i <packagefile>      "
 msgstr "    -i <paket>            "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "name¹èanje paketa"
 
@@ -592,7 +592,7 @@ msgstr "      --relocate <starapot>=<novapot>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "prestavljanje datoteke iz stare poti v novo"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -600,48 +600,48 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <imenik>   "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "èe je mogoèe, bo paket prestavljen v imenik <imenik>"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "brez namestitve dokumentacije"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "okraj¹ava za --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "z izpisom znakov # ob namestitvi (uporabno z -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "namestitev vseh datotek, vkljuèno z nastavitvenimi, ki so sicer izpu¹èene"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "brez preverjanja arhitekture paketa"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "brez preverjanja prostora na disku pred name¹èanjem"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "brez preverjanja operacijskega sistema paketa"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "namesti dokumentacijo"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "obnovi podatkovno zbirko, a ne spreminjaj datoteènega sistema"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "brez spreminjanja vrstnega reda paketov z namenom zadovoljevanja soodvisnosti"
@@ -654,19 +654,19 @@ msgstr "brez izvajanja namestitvenih skriptov"
 msgid "don't execute any scripts triggered by this package"
 msgstr "brez izvajanja skriptov, ki jih po¾ene ta paket"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "izpis odstotkov med namestitvijo"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "namesti, èetudi paket pi¹e prek ¾e name¹èene datoteke"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "ponovno namesti, èe paket ¾e obstaja"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "ne namesti, a ugotovi, èe bi delovalo"
 
@@ -682,7 +682,7 @@ msgstr "    -U <paket>            "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "nadgradi paket (iste izbire kot --install in ¹e:)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -699,11 +699,11 @@ msgstr "    --erase <paket>   "
 msgid "    -e <package>          "
 msgstr "    --resign <paket>+     "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "izbri¹i (odstrani) paket"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -819,7 +819,7 @@ msgstr "kot --rebuild, a brez izgradnje kakr
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <paket>+     "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "podpi¹i paket(e) (trenutni podpis zavrzi)"
 
@@ -827,7 +827,7 @@ msgstr "podpi
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <paket>+    "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "paketu(-om) dodaj podpis"
 
@@ -841,15 +841,15 @@ msgstr "    --checksig <paket>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <paket>+           "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "preveri podpis paketa(-ov)"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "preskoèi vse podpise PGP"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "preskoèi vse podpise GPG"
 
@@ -887,8 +887,8 @@ msgstr ""
 "izbirnimi doloèili kot pri -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "izbran sme biti le en glavni naèin"
 
@@ -900,23 +900,23 @@ msgstr "-u in --uninstall nista ve
 msgid "Use -e or --erase instead.\n"
 msgstr "Namesto njiju uporabite -e ali --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "premikanja se morajo zaèeti z /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "premikanja morajo vsebovati ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "premikanja morajo imeti /, ki mu sledi ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "poti, ki niso obdelane, se morajo zaèeti z /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -924,102 +924,102 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "samo en tip poizvedbe/preverjanja je mo¾en naenkrat"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "neprièakovane zastavice pri poizvedbi"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "neprièakovana oblika poizvedbe"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "neprièakovan izvor poizvedbe"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "--force smemo podati samo pri --install --upgrade, --rmsource in --rmspec"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "datoteke smemo premakniti samo med namestitvijo paketa"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "izbiri --prefix in --relocate se medsebojno izkljuèujeta"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix se sme uporabiti le pri namestitvi"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti izbire --prefix se morajo zaèeti z /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs sme biti podatn le ob namestitvi paketa"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "izbiri --excludedocs in --includedocs se medsebojno izkljuèujeta"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos sme podan le ob namestitvi paketa"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize sme biti podan le ob namestitvi paketa"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches sme biti podan le ob odstranitvi paketa"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles sme biti podati le ob namestitvi paketa"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
 
@@ -1037,14 +1037,14 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles sme biti podati le ob namestitvi paketa"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "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:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1052,14 +1052,14 @@ msgstr ""
 "--nodeps sme biti podan le ob izgradnji, vnovièni izgradnji, prevajanju, "
 "namestitvi, odstranitvi ali preverjanju paketa"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 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:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1067,7 +1067,7 @@ msgstr ""
 "--root (-r) sme biti podan le ob namestitvi, odstranitvi poizvedbi ali "
 "vnovièni izgradnji paketa"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti izbire --root (-r) se morajo zaèeti z /"
 
@@ -1088,77 +1088,77 @@ 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:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "ni datotek, ki bi jih lahko podpisal\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "dostop do datoteke %s ni mo¾en\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp manjka: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Vnesite pristopno geslo: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Preverjanje pristopnega gesla neuspe¹no\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Pristopno geslo je pravo.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Neveljaven %%_signature v makro-datoteki.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign sme biti podan le ob izgradnji paketa"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "izvajanje je bilo neuspe¹no\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "neprièakovani argumenti za --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "paketi za katere bi bilo potrebno preveriti podpis niso navedeni"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "paketi katere bi bilo potrebno podpisati niso navedeni"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "paketi katere bi bilo potrebno odstraniti niso navedeni"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "paketi katere bi bilo potrebno namestiti niso navedeni"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "pri poizvedbi paketov so podani odveèni argumenti"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "argumenti za poizvedbo niso podani"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "pri preverjanju paketov so podani odveèni argumenti"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "argumenti za preverjanje niso podani"
 
@@ -1200,7 +1200,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1267,60 +1267,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "datoteka %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Uporaba: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Namesto njiju uporabite -e ali --erase.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath podan, vendar, èeprav nepotreben"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "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:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "paketi za vnovièno izgradnjo niso navedeni"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "datoteka spec za izgradnjo manjka"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "arhiv tar za izgradnjo manjka"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Zaèasne datoteke ni mo¾no odpreti"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Izvajanje(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Izvajanje %s je bilo neuspe¹no (%s): %s"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s javi neuspe¹no izhodno kodo (%s)"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1347,222 +1347,222 @@ msgstr "napaka v skladnji pri raz
 msgid "parse error in expression\n"
 msgstr "napaka pri razèlembi v izrazu"
 
-#: build/expression.c:341
+#: build/expression.c:342
 #, fuzzy
 msgid "unmatched (\n"
 msgstr "nezakljuèen ("
 
-#: build/expression.c:371
+#: build/expression.c:372
 #, fuzzy
 msgid "- only on numbers\n"
 msgstr "- samo na ¹tevilih"
 
-#: build/expression.c:387
+#: build/expression.c:388
 #, fuzzy
 msgid "! only on numbers\n"
 msgstr "! samo na ¹tevilih"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 #, fuzzy
 msgid "types must match\n"
 msgstr "tipi se morajo ujemati"
 
-#: build/expression.c:444
+#: build/expression.c:447
 #, fuzzy
 msgid "* / not suported for strings\n"
 msgstr "* in / nista podprta za nize"
 
-#: build/expression.c:497
+#: build/expression.c:502
 #, fuzzy
 msgid "- not suported for strings\n"
 msgstr "- ni podprt za nize"
 
-#: build/expression.c:648
+#: build/expression.c:657
 #, fuzzy
 msgid "&& and || not suported for strings\n"
 msgstr "&& in || nista podprta za nize"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "napaka v sklanji izraza"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK neuspe¹en: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Manjkajoèi ,(` v %s %s"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Manjkajoèi ,)` v %s(%s"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neveljaven ¾eton %s: %s"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Manjkajoèi ,(` v %s %s"
 
-#: build/files.c:539
+#: build/files.c:541
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Neprazen znak sledi %s(): %s"
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Nepravilna skladnja: %s(%s)"
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina: %s(%s)"
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina imenika: %s(%s)"
 
-#: build/files.c:744
+#: build/files.c:746
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Nenavadna dol¾ina za locale: \"%.s\" pri %%lang(%s)"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Podvojeni locale %.*s za %%lang(%s)"
 
-#: build/files.c:906
+#: build/files.c:908
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosegli smo omejitev za %%docdir"
 
-#: build/files.c:912
+#: build/files.c:914
 #, fuzzy, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Za %%docdir je podan samo en argument"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dve datoteki v eni vrstici: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Ime datoteke se mora zaèeti z \"/\": %s"
 
-#: build/files.c:966
+#: build/files.c:970
 #, fuzzy, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Posebnih %%doc ni mo¾no me¹ati z ostalimi oblikami: %s"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Datoteka je navedena dvakrat: %s"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Simbolna povezava ka¾e na BuildRoot: %s -> %s"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Datoteka se ne ujema s predpono (%s): %s"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteke ni mogoèe najti: %s"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Neobstojeè lastnik/skupina: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Datoteka: %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Datoteki manjka uvodni \"/\": %s"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "vrstica %d: Razlièica ni dovoljena: %s"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, 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:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Datoteke %s iz %%files ni mo¾no odpreti: %s"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "vrstica: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ni mo¾no izvesti %s: %s"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Vejitev %s ni mo¾na: %s"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s neuspe¹en"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "pisanje podatkov v %s je bilo neuspe¹no"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Iskanje  %s: (z uporabo %s)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Neuspe¹no iskanje %s:"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Obdeloavnje datotek: %s-%s-%s\n"
@@ -1656,7 +1656,7 @@ msgstr "readRPM: odpiranje %s: %s\n"
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: branje %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
@@ -1671,87 +1671,87 @@ msgstr "readRPM: %s ni paket tipa RPM\n"
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: branje glave %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:477
+#: build/pack.c:481
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Po¹kodovani podatki CSA"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Izdelujemo podpis: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Ni mo¾no odpreti %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ni mo¾no zapisati paketa: %s"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ciljnega podpisa %s ni mo¾no odpreti: %s"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, 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:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "vrstica %d: %s sekund"
@@ -1791,17 +1791,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:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "vrstica %d: Napaèna izbira %s: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "vrstica %d: Preveè imen: %s"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "vrstica %d: Paket ne obstaja: %s"
@@ -1887,57 +1887,57 @@ msgstr "vrstica %d: Prazna zna
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "vrstica %d: Neveljaven znak ,-` v %s: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, fuzzy, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot ne more biti \"/\": %s"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, 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:590
+#: build/parsePreamble.c:594
 #, 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:602
+#: build/parsePreamble.c:606
 #, 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:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "vrstica %d: Okvarjeno ¹tevilo %s: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "vrstica %d: Napaèna oblika BuildArchitecture: %s"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Notranja napaka: Neprava znaèka %d"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Nepravilno doloèilo paketa: %s"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "Paket ¾e obstaja: %s"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "vrstica %d: Neznana znaèka: %s"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 #, fuzzy
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Datoteka spec ne more uporabiti BuildRoot"
@@ -2030,27 +2030,27 @@ msgstr "vrstica %d: Ime datoteke ni dovoljeno: %s"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "vrstica %d: Ime datoteke z razlièico ni dovoljeno: %s"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "vrstica %d: Zahtevana razlièica: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "vrstica %d: pro¾ila morajo vsebovati --: %s"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "vrstica %d: Napaka pri razèlembi %s: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "vrstica %d: skriptni program se mora zaèeti z ,/`: %s"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "vrstica %d: Drugi %s"
@@ -2061,42 +2061,42 @@ msgid "line %d: %s\n"
 msgstr "vrstica %d: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Ni mo¾no odpreti %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, fuzzy, c-format
 msgid "Unclosed %%if\n"
 msgstr "Nezakljuèeni %%if"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, fuzzy, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean vrne %d"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Najden je bil %%else brez pripadajoèega if"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, fuzzy, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Najden je bil %%endif brez pripadajoèega if"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, fuzzy, c-format
 msgid "malformed %%include statement\n"
 msgstr "Deformiran stavek %%include"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "Arhitektura za izgradnjo ni prisotna"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "V paketu manjka %%description: %s"
@@ -2111,55 +2111,55 @@ msgstr "vrstica %d: Napa
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "vrstica %d: Napaèno ¹tevilo no%s: %d"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "vrstica %d: Napaèno ¹tevilo %s: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(napaka 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Napaèno magièno ¹tevilo"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Po¹kodovana/neberljiva glava"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Glava je predolga"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Neznan tip datoteke"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "Trda povezava manjka"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Notranja napaka"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " neuspe¹no - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2168,66 +2168,66 @@ msgstr ""
 "odvisnost \"B\" potrebuje \"epoch\" (privzeto enak kot \"A\")\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 #, fuzzy
 msgid "NO "
 msgstr "NI DOBRO"
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s DA (dodane datoteke)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s DA (dodane ponudbe)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (predpomnjeno)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s DA (rpmrc ponudbe)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s DA (rpmlib ponudbe)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s DA (db datoteke)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s DA (db ponudbe)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %s zadovoljen ob paketih db.\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NE\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) dodano v predpomnilnik Depends.\n"
@@ -2235,47 +2235,47 @@ msgstr "%s: (%s, %s) dodano v predpomnilnik Depends.\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "Za paket %s-%s-%s: zahteva %s ni zadovoljena\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s jw v sporu z: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstranjujemo seznam skupin\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(ni ¹tevilo)"
 
@@ -2303,7 +2303,7 @@ msgstr "status %s ni na voljo: %s"
 msgid "getting list of mounted filesystems\n"
 msgstr "zbiranje seznama priklopljenih datoteènih sistemov.\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "neuspe¹no odpiranje %s: %s\n"
@@ -2322,37 +2322,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "vrstica %d: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "opozorilo: %s shranjen kot %s"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "odstranitev imenika %s je bila neuspe¹na: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "opozorilo: %s ustvarjen kot %s"
@@ -2365,87 +2365,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "¹tevec grabData() RPM_STRING_TYPE mora biti 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Tip podatkov %d ni podprt\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "manjkajoèi { za %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "manjkajoèi } za %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "oblika znaèke manjka"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "ime znaèke manjka"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "neznana znaèka"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "na koncu polja je prièakovan ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "neprièakovan ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "neprièakovan }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "v izrazu je prièakovan ?"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "v izrazu je za { prièakovan ?"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "v izrazu je prièakovan }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "za podizrazom ? je prièakovano :"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "v izrazu je za : prièakovan {"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "na koncu izraza je prièakovan |"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(neznan tip)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "napaka pri ustvarjanju zaèasne datoteke %s"
@@ -2455,7 +2455,7 @@ msgstr "napaka pri ustvarjanju za
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <= 3"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2610,279 +2610,279 @@ msgstr "brez upo
 msgid "lookup i18N strings in specfile catalog"
 msgstr "upo¹tevanje internacionalizirana sporoèila v katalogu spec"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "brez izvajanja skriptov paketa"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "ni paketov\n"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "preskok datotek v navedeni poti"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paket %s-%s-%s je ¾e name¹èen"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "        -p <paket>+       "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "brez izvajanja skriptov paketa"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "prestavljanje datoteke iz stare poti v novo"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "    --upgrade <paket>      "
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "izdelava podpisa PGP/GPG"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "poizvedba/preverba po vseh paketih"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "poizvedba po paketu, ki vsebuje <datoteko>"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "poizvedba po paketu v skupini"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "poizvedba po paketu"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "poizvedbeni naèin"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "prika¾i znane znaèke za poizvedovanje"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "poizvedba po datoteki spec"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "poizvedba po paketih, ki jih spro¾i paket"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "poizvedbeni naèin"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "poizvedbeni naèin (opu¹èen)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "poizvedba po paketih, ki potrebujejo dano zmo¾nost <mo¾>"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "poizvedba po paketih, ki ponujajo dano zmo¾nost <mo¾>"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "izpis vseh nastavitvene datoteke"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "izpis vseh dokumentacijske datoteke"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "iznos osnovnih podatkov o datoteki"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "izpis seznama datotek v paketu"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: readLead je bil neuspe¹en\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "uporabi naslednjo obliko poizvedbe"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "zamenjava razdeljkov I18N z naslednjim katalogom"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "izpis stanja seznama datotek"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "izpis ob¹irnega seznama datotek"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "brez preverjanja datotek v paketu"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "brez preverjanja soodvisnosti paketa"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "brez preverjanja datotek v paketu"
@@ -2953,76 +2953,76 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "pisanje na %s ni mo¾no"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "prièakovan je bil izvorni paket, najden binarni"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "izvorni paket ne vsebuje datoteke .spec"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, 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:1027
+#: lib/psm.c:1036
 #, 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:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paket: %s-%s-%s datoteke test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "uporabnik %s ne obstaja - uporabljam root"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s ne obstaja - uporabljam root"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, 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:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " za datoteko "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "neuspe¹no odpiranje %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s neuspe¹en"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "poganjanje ponamestitvenih skript (èe obstajajo)\n"
@@ -3032,121 +3032,121 @@ msgstr "poganjanje ponamestitvenih skript (
 msgid "incorrect format: %s\n"
 msgstr "napaka v obliki: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(ne vsebuje datotek)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normalno      "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "nadome¹èeno   "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "ni name¹èeno  "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "omre¾ni       "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznano %3d) "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(brez stanja) "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "ni mo¾no poizvedeti o %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "poizvedba po %s je bila neuspe¹na\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, 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:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "ni paketov\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s ne vsebuje nobenega paketa\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "noben paket ne potrebuje %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "noben paket ne nudi %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "datoteka %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ni del nobenega paketa\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neveljavna ¹tevilka paketa: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¹tevilka zapisa paketa: %d\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "zapisa %d ni mo¾no prebrati\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s ni name¹èen\n"
@@ -3170,159 +3170,159 @@ msgstr "%s: pisanje Fwrite je bilo neuspe
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead je bil neuspe¹en\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Podpis RPM v1.0 ni mo¾en\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Sprememba podpisa RPM v2.0 ni mo¾na\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature je bil neuspe¹en\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Podpis ni na voljo\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead je bil neuspe¹en: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature je bilo neuspe¹no: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Podpis ni na voljo (RPM v1.0)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "NI DOBRO"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (MANJKAJOÈI KLJUÈI:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (NEPREVERJENI KLJUÈI:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "V REDU"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "paketi za namestitev niso navedeni"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... kot %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, 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:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paketa %s ni mo¾no premakniti\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "napaka pri branju iz datoteke %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, 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:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s ni mo¾no namestiti\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "najdeno %d izvornih in %d binarnih paketov\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "neuspe¹ne soodvisnosti:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "name¹èanje binarnih paketov\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "ni mo¾no odpreti datoteke %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "datoteke %s/packages.rpm ni mo¾no odpreti\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" doloèa veè paketov\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "odstranitev teh paketov bi podrla soodvisnosti:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "ni mo¾no odpreti %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Name¹èanje %s\n"
@@ -3332,98 +3332,98 @@ msgstr "Name
 msgid "read failed: %s (%d)\n"
 msgstr "branje je bilo neuspe¹no: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "manjka drugi ,:` v %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "manjkajoèe ime arhitekture v %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Nepopolna podatkovna vrstica v %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, 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:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Okvarjena ¹tevilka arh./op.sist.: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Nepopolna privzeta vrstica v %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "Ni mo¾no raz¹iriti %s"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, fuzzy, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Ni mo¾no prebrati %s, HOME je prevelik."
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Neuspe¹no branje %s: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "manjkajoèi ,:` (najden 0x%02x) v %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "manjkajoèi argument za %s v %s:%d"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, 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:728
+#: lib/rpmrc.c:771
 #, 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:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "manjkajoèa arhitektura za %s v %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "nepravilna izbira ,%s` v %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Neznan sistem: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Prosimo, pi¹ite na rpm-list@redhat.com\n"
 
@@ -3558,47 +3558,47 @@ msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS je izkljuèen: %s"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "premikanje %s v %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "izkljuèevanje datoteke %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "izkljuèevanje datoteke %s%s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "premikanje %s v %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "premiokanje imenika %s v %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s preskoèen zaradi manjkajoèe zastavice OK\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "izkljuèevanje imenika %s\n"
@@ -3620,127 +3620,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "manjka     %s\n"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, fuzzy, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d napaka(%d)"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, fuzzy, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d napaka(%d)"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "zaprta datoteka db       %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "odstranjena datoteka db        %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "po¹kodovana zbirka podatkov %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "odpiranje datoteke %s v naèinu 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "datoteke ni mo¾no %s zakleniti"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "izkljuèujoèe"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "skupno"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, fuzzy, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "zaprto  db okolje %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, fuzzy, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "odstranjeno db okolje %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "odpiranje db okolja %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "zaprto  db kazalo       %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "zaprto  db kazalo       %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "odpiranje db kazala       %s/%s %s naèin=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "ni mo¾no zakleniti z %s datotek %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "zaklenjeno  db kazalo       %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, fuzzy, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "dbiSetConfig: neprepoznana izbira db: \"%s\" prezrto\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s ima neveljavno ¹tevilèno vrednost, prezrto\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s ima preveliko ali premajhno dolgo (long) vrednost, prezrto\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3775,42 +3776,42 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: neprepoznano ime znaèke: \"%s\" prezrto\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "ni mo¾no odpreti kazala %s z uporabo db%d - %s (%d)"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "ni mo¾no odpreti kazala %s:"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "napaka(%d) pri pisanju zapisa %s v %s"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "napaka(%d) pri brisanju zapisa %s iz %s"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ni nastavljena"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3819,268 +3820,268 @@ msgstr ""
 "da bi staro obliko zbirke podatkov pretvorili v novo po¾enite --rebuilddb"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "napaka(%d) pri ¹tetju paketov"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "zapis ¹t. %d v zbirki je po¹kodovan -- preskoèeno."
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: ni mo¾no prebrati glave pri 0x%x"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstranjevanje \"%s\" iz kazala %s.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstranjevanje %d vnosov iz kazala %s\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "napaka(%d) pri iskanju paketa %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "dodajanje \"%s\" v kazalo %s.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "dodajanje %d vnosov v kazalo %s.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "dbpath ni nastavljena"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "zaèasna podatkovna zbirka %s ¾e obstaja"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "ustvarjanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "ustvarjanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "odpiranje stare podatkovne zbirke\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "zapisa ni mo¾no dodati na %d"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 #, fuzzy
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "ponovna izgradnja podatkovne zbirke je bila neuspe¹na; stara ostaja na\n"
 "istem mestu\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "zamenjava stare podatkovne zbirke z novo je bila neuspe¹na!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, fuzzy, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "poskus povrnitve z nadomestitvijo datotek v %s z datotekami v %s"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "odstranjevanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspe¹na odstranitev imenika %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktivni %d prazni %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(prazni)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(prazni)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makro %%%s vsebuje nezakljuèeno telo"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makro %%%s vsebuje nedovoljeno ime (%%define)"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, fuzzy, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makro %%%s vsebuje nezakljuèene izbire"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, fuzzy, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "Makro %%%s vsebuje prazno telo"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, fuzzy, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Makro %%%s se ne raz¹iri"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, fuzzy, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makro %%%s vsebuje nedovoljeno ime (%%undefine)"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, fuzzy, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) ni bil uporabljen pod ravnijo %d"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Neznana izbira %c v %s(%s)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, fuzzy, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Globina rekurzije (%d) veèja od maksimalne (%d)"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Nezakljuèeni %c: %s"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, fuzzy, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Oznaki %% sledi nerazèlenljiv makro"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Makro %%%.*s ni najden - preskoèeno"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 #, fuzzy
 msgid "Target buffer overflow\n"
 msgstr "Ciljni medpomnilnik je bil prekoraèen"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "Datoteka %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, fuzzy, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Datoteka %s je kraj¹a od %d bajtov"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Uspeh"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Nepravilen odziv stre¾nika"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "V/I napaka na stre¾niku"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Èas odziva stre¾nika je potekel"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Naslov stre¾nika ni ugotovljiv"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Ime stre¾nika ni bilo ugotovljivo"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Neuspe¹en poskus prikljuèitve na stre¾nik"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Neuspe¹na vzpostavitev podatkovne povezave s stre¾nikom"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "V/I napaka na lokalni datoteki"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Napaka pri nastavitvi oddaljenega stre¾nika v pasivni naèin"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Datoteke ni mo¾no najti na stre¾niku"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Prekinitev v teku"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Neznana ali neprièakovana napaka"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "prijava na %s kot %s, geslo %s\n"
@@ -4110,37 +4111,37 @@ msgstr "opozorilo: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "alokacija pomnilnika (%u bajtov) vrnjeno NIÈ.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "opozorilo: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "opozorilo: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "opozorilo: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Geslo za %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "napaka: vrata %s morajo biti ¹tevilka\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "vrata URL morajo biti ¹tevilka\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "neuspe¹no ustvarjanje %s: %s\n"
index bdea56a..fb82a68 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "Content-Type: text/plain; charset=\n"
 "Date: 1998-05-02 21:41:47-0400\n"
 
@@ -10,54 +10,54 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
 
-#: build.c:47
+#: build.c:48
 #, fuzzy
 msgid "failed build dependencies:\n"
 msgstr "lo¹e meðuzavisnosti:\n"
 
-#: build.c:79
+#: build.c:81
 #, fuzzy, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, fuzzy, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "neuspelo otvaranje %s\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, fuzzy, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build.c:201
+#: build.c:205
 #, fuzzy, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build.c:240
+#: build.c:244
 #, fuzzy, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build.c:245
+#: build.c:249
 #, fuzzy, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s ne lièi na RPM paket\n"
 
-#: build.c:254
+#: build.c:258
 #, 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:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, fuzzy, c-format
 msgid "Building for target %s\n"
 msgstr "gre¹ka potrage za paketom %s\n"
@@ -67,16 +67,16 @@ msgstr "gre
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzija %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 #, 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"
@@ -536,11 +536,11 @@ msgid ""
 "options as -q"
 msgstr "proveri instalaciju paketa koristeæi iste opcije za odreðenje paketa kao i -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "nemoj proveravati zavisnosti paketa"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "nemoj proveravati md5 kontrolne sume datoteke"
 
@@ -562,7 +562,7 @@ msgstr "instaliraj paket"
 msgid "    -i <packagefile>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "instaliraj paket"
 
@@ -584,7 +584,7 @@ msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paket %s nije instaliran\n"
@@ -593,47 +593,47 @@ msgstr "paket %s nije instaliran\n"
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "premesti paket u <dir>, ako se mo¾e premestiti"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "nemoj da instalira¹ dokumentaciju"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skraæenica za --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 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)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 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"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "nemoj proveravati arhitekturu paketa"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "nemoj proveravati operativni sistem za paket"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "instaliraj dokumentaciju"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "a¾uriraj bazu podataka, ali nemoj menjati fajl-sistem"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti"
@@ -646,19 +646,19 @@ msgstr "nemoj izvr
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "pi¹i procente instalacije paketa"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "instaliraj èak iako æe paket zameniti instalirane datoteke"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "ponovo instaliraj ako je paket veæ prisutan"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "nemoj instalirati, ali reci da li æe da radi ili ne"
 
@@ -675,7 +675,7 @@ msgstr "    -b<faza> <spec>\t "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "a¾uriraj paket (iste opcije kao --install, plus)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -690,11 +690,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "izbri¹i (deinstaliraj) paket"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -811,7 +811,7 @@ msgstr "kao i --rebuild, samo nemoj praviti nikakav paket"
 msgid "    --resign <pkg>+       "
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "potpi¹i paket (ukloni tekuæi potpis)"
 
@@ -820,7 +820,7 @@ msgstr "potpi
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "dodaj potpis u paket"
 
@@ -834,15 +834,15 @@ msgstr "    -b<faza> <spec>\t "
 msgid "    -K <pkg>+             "
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "proveri potpis u paketu"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "preskoèi sve PGP potpise"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "preskoèi sve PGP potpise"
@@ -877,8 +877,8 @@ msgid ""
 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:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "samo jedan glavni re¾im mo¾e biti naveden"
 
@@ -890,24 +890,24 @@ msgstr "-u i --uninstall nisu vi
 msgid "Use -e or --erase instead.\n"
 msgstr "Koristite -e ili --erase.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "preme¹tanja moraju imati znak ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "preme¹tanja moraju imati / praæeno sa ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -915,106 +915,106 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 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:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "samo instalacija i a¾uriranje mogu biti forsirane"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "datoteke mogu biti preme¹tene samo tokom instalacije paketa"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "samo jedno mo¾ete koristiti: --prefix ili --relocate"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 #, 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mo¾ete koristiti samo kod instalacije novog paketa"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti za --prefix moraju poèeti znakom /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "samo jedno mo¾ete da navedete: --excludedocs ili --includedocs"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¾ete koristiti samo kod brisanja paketa"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
@@ -1030,33 +1030,33 @@ msgstr "--noscripsts mo
 msgid "--apply may only be specified during package installation"
 msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 #, fuzzy
 msgid ""
 "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:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 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:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr "--root (-r) mo¾ete navesti samo kod instalacije, uklanjanja, upita ili rekreiranja baze podataka"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti za --root (-r) moraju poèeti znakom /"
 
@@ -1079,80 +1079,80 @@ 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:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Neuspela provera lozinke\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Lozinka je dobra.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign se mo¾e koristiti samo kod kreiranja paketa"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Neuspelo otvaranje\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "neoèekivani argumenti za --querytags"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "nedostaje paket za proveru potpisa"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "nedostaje paket za potpisivanje"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "neodstaje paket za deinstalaciju"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "nedostaje paket za instalaciju"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "nedostaju argumenti za upit"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "nedostaju argumenti za proveru"
 
@@ -1195,7 +1195,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1261,60 +1261,60 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "kori¹æenje: {rpm --help}"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 #, fuzzy
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Koristite -e ili --erase.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath je naveden za operaciju koja ne koristi bazu podataka"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 #, fuzzy
 msgid ""
 "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:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "nedosataje paket za rekreiranje"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "nedostaje specifikacije za kreiranje"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "nedostaju 'tar' datoteke za kreiranje"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
-#: build/build.c:202
+#: build/build.c:209
 #, fuzzy, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Pribavljam %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, fuzzy, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, fuzzy, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1341,215 +1341,215 @@ msgstr "o
 msgid "parse error in expression\n"
 msgstr "oèekivan znak ? u izrazu"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 #, fuzzy
 msgid "syntax error in expression\n"
 msgstr "oèekivan znak ? u izrazu"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "nedostaje { posle %"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "nedostaje ':' na %s:%d"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "nedostaje { posle %"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:587
+#: build/files.c:589
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:599
+#: build/files.c:601
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:954
+#: build/files.c:957
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, 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:2208
+#: build/files.c:2224
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Ne mogu da proèitam 'sigtarget'"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "PGP omanuo"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -1643,7 +1643,7 @@ msgstr "neuspelo otvaranje %s: %s"
 msgid "readRPM: read %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Neuspeo 'readLead'\n"
@@ -1658,86 +1658,86 @@ msgstr "gre
 msgid "readRPM: reading header from %s\n"
 msgstr "gre¹ka kod uzimanja sloga %s iz %s"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "napravi PGP potpis"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "neuspelo otvaranje %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, fuzzy, c-format
 msgid "line %d: second %s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -1777,17 +1777,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, fuzzy, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, fuzzy, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, fuzzy, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "paket %s nije naveden u %s"
@@ -1873,57 +1873,57 @@ msgstr "neuspelo otvaranje %s: %s"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, fuzzy, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, fuzzy, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, 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:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, fuzzy, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, fuzzy, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "nedostaje arhitektura za %s na %s:%d"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, fuzzy, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "fatalna gre¹ka: "
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, fuzzy, c-format
 msgid "Bad package specification: %s\n"
 msgstr "      Opcije odrednice paketa:"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, fuzzy, c-format
 msgid "Package already exists: %s\n"
 msgstr "privremena baza podataka %s veæ postoji"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, fuzzy, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -2012,27 +2012,27 @@ msgstr "paket %s nije naveden u %s"
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, fuzzy, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, fuzzy, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, fuzzy, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, fuzzy, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, fuzzy, c-format
 msgid "line %d: Second %s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -2043,42 +2043,42 @@ msgid "line %d: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, fuzzy, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "neuspelo otvaranje %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 #, fuzzy
 msgid "No compatible architectures found for build\n"
 msgstr "nemoj proveravati arhitekturu paketa"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, fuzzy, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "paket %s nije naveden u %s"
@@ -2093,123 +2093,123 @@ msgstr "pogre
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, fuzzy, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, fuzzy, c-format
 msgid "(error 0x%x)"
 msgstr "gre¹ka: "
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 #, fuzzy
 msgid "Unknown file type"
 msgstr "(nepoznat tip)"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 #, fuzzy
 msgid "Missing hard link(s)"
 msgstr "nedostaje ':' na %s:%d"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 #, fuzzy
 msgid "Internal error"
 msgstr "fatalna gre¹ka: "
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 #, fuzzy
 msgid " failed - "
 msgstr "PGP omanuo"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
@@ -2217,47 +2217,47 @@ msgstr "datoteka %s ne pripada nijednom paketu\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "paket %s nije naveden u %s"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, 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:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(nije broj)"
 
@@ -2285,7 +2285,7 @@ msgstr "neuspelo otvaranje %s: %s"
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, fuzzy, c-format
 msgid "failed to open %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -2304,37 +2304,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, fuzzy, c-format
 msgid "%s saved as %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, 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:1695
+#: lib/fsm.c:1715
 #, fuzzy, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "neuspela komanda rmdir %s: %s"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, fuzzy, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, fuzzy, c-format
 msgid "%s created as %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
@@ -2346,89 +2346,89 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "nedostaje { posle %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "nedostaje } posle %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "prazan 'tag' format'"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "prazno ime tag-a"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "nepoznat tag"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] oèekivano na kraju niza"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "neoèekivano ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "neoèekivano }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "oèekivan znak ? u izrazu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 #, fuzzy
 msgid "{ expected after ? in expression"
 msgstr "{ oèekivano posle ? u izrazu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "} oèekivano u izrazu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "oèekivano : praæeno ? podizrazom"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 #, fuzzy
 msgid "{ expected after : in expression"
 msgstr "{ oèekivano posle : u izrazu"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "| oèekivano na kraju izraza"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(nepoznat tip)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
@@ -2438,7 +2438,7 @@ msgstr "gre
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
 
-#: lib/package.c:224
+#: lib/package.c:226
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2591,286 +2591,286 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 #, fuzzy
 msgid "do not execute package scriptlet(s)"
 msgstr "nemoj izvr¹iti nijedan skript iz paketa"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 #, fuzzy
 msgid "<package>+"
 msgstr "upit nad svim paketima"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 #, fuzzy
 msgid "upgrade package(s) if already installed"
 msgstr "paket %s nije instaliran\n"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 #, fuzzy
 msgid "<packagefile>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, fuzzy, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, fuzzy, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, fuzzy, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, fuzzy, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 #, fuzzy
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, fuzzy, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "nemoj izvr¹iti nijedan skript iz paketa"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, fuzzy, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, fuzzy, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, fuzzy, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 #, fuzzy
 msgid "relocate files from path <old> to <new>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 #, fuzzy
 msgid "<old>=<new>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 #, fuzzy
 msgid "upgrade package(s)"
 msgstr "instaliraj paket"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 #, fuzzy
 msgid "generate signature"
 msgstr "napravi PGP potpis"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "upit nad svim paketima"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 #, fuzzy
 msgid "query/verify package(s) owning file"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 #, fuzzy
 msgid "query/verify package(s) in group"
 msgstr "paket nema imena"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 #, fuzzy
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "upit nad svim paketima"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 #, fuzzy
 msgid "rpm query mode"
 msgstr "re¾im upita"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 #, fuzzy
 msgid "query a spec file"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 #, fuzzy
 msgid "query the package(s) triggered by the package"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 #, fuzzy
 msgid "rpm verify mode"
 msgstr "re¾im upita"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 #, fuzzy
 msgid "rpm verify mode (legacy)"
 msgstr "re¾im upita"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 #, fuzzy
 msgid "query/verify the package(s) which require a dependency"
 msgstr "upit za pakete koji zahtevaju <i> svojstvo"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 #, fuzzy
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 #, fuzzy
 msgid "list all configuration files"
 msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 #, fuzzy
 msgid "list all documentation files"
 msgstr "instaliraj dokumentaciju"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 #, fuzzy
 msgid "dump basic file information"
 msgstr "prika¾i informacije o paketu"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 #, fuzzy
 msgid "list files in package"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, fuzzy, c-format
 msgid "skip %%readme files"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 #, fuzzy
 msgid "use the following query format"
 msgstr "neoèekivan izvor upita"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 #, fuzzy
 msgid "substitute i18n sections into spec file"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 #, fuzzy
 msgid "display a verbose file listing"
 msgstr "prika¾i listu datoteka u paketu"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 #, fuzzy
 msgid "don't verify MD5 digest of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 #, fuzzy
 msgid "don't verify size of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 #, fuzzy
 msgid "don't verify symlink path of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 #, fuzzy
 msgid "don't verify owner of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 #, fuzzy
 msgid "don't verify group of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 #, fuzzy
 msgid "don't verify mode of files"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 #, fuzzy
 msgid "don't verify files in package"
 msgstr "instaliraj paket"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 #, fuzzy
 msgid "don't verify package dependencies"
 msgstr "nemoj proveravati zavisnosti paketa"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 #, fuzzy
 msgid "don't execute %verifyscript (if any)"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 #, fuzzy
 msgid "don't verify header SHA1 digest"
 msgstr "instaliraj paket"
@@ -2940,75 +2940,75 @@ msgstr "paket %s-%s-%s sadr
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, 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:1027
+#: lib/psm.c:1036
 #, 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:1355
+#: lib/psm.c:1369
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "PGP omanuo"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, fuzzy, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "nemoj izvr¹iti nijednu fazu"
@@ -3018,122 +3018,122 @@ msgstr "nemoj izvr
 msgid "incorrect format: %s\n"
 msgstr "gre¹ka u formatu: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(nema datoteka)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 #, fuzzy
 msgid "not installed "
 msgstr "paket %s nije instaliran\n"
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(nepoznat tip)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket nema imena"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 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:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 #, fuzzy
 msgid "no packages\n"
 msgstr "upit nad svim paketima"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nijedan paket ne zahteva %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nijedan paket ne obezbeðuje %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "ne mogu da proèitam slog %d\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s nije instaliran\n"
@@ -3158,161 +3158,161 @@ msgstr "%s: Neuspeo 'readLead'\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Ne mogu da potpi¹em v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Ne mogu da ponovo potpi¹em v2.0 RPM\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: Neuspelo 'rpmReadSignature'\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Potpis nije na raspolaganju\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, fuzzy, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, fuzzy, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: Neuspelo 'rpmReadSignature'\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Potpis nije na raspolaganju (RPM v1.0)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 #, fuzzy
 msgid " (MISSING KEYS:"
 msgstr " (NEDOSTAJUÆI KLJUÈEVI)"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 #, fuzzy
 msgid "Preparing packages for installation..."
 msgstr "nedostaje paket za instalaciju"
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr "Pribavljam %s\n"
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, fuzzy, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, 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:382
+#: lib/rpminstall.c:386
 #, fuzzy, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paket %s nije instaliran\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "error reading from file %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, fuzzy, c-format
 msgid "%s cannot be installed\n"
 msgstr "gre¹ka: %s se ne mo¾e instalirati\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, fuzzy, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "lo¹e meðuzavisnosti:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 #, fuzzy
 msgid "installing binary packages\n"
 msgstr "instaliraj paket"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, fuzzy, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, 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:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" odreðuje vi¹e paketa\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "uklanjanje oviha paketa æe naru¹iti zavisnosti:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, fuzzy, c-format
 msgid "cannot open %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Instaliram %s\n"
@@ -3322,98 +3322,98 @@ msgstr "Instaliram %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, fuzzy, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "nedostaje drugo ':' na %s:%d"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, fuzzy, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "nedostaje ime arhitekture na %s:%d"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, fuzzy, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Nepotpuna linija podataka na %s:%d"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, 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:336
+#: lib/rpmrc.c:358
 #, fuzzy, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Lo¹ broj arhitekture/oper.sist.: %s (%s:%d)"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, fuzzy, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Nepotpuna podrazumevana linija na %s:%d"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, 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:579
+#: lib/rpmrc.c:616
 #, fuzzy, c-format
 msgid "Cannot expand %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, 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:648
+#: lib/rpmrc.c:691
 #, fuzzy, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, fuzzy, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "nedostaje ':' na %s:%d"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, fuzzy, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "nedostaje argument za %s na %s:%d"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, fuzzy, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, fuzzy, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, fuzzy, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "nedostaje arhitektura za %s na %s:%d"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, fuzzy, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "lo¹a opcija '%s' na %s:%d"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3552,47 +3552,47 @@ msgstr "Morate podesiti \"pgp_name:\" u va
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
@@ -3610,127 +3610,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "nedostaje { posle %"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene meðuzavisnosti za %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, fuzzy, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "ekskluzivno"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "deljeno"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, fuzzy, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, fuzzy, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, fuzzy, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, fuzzy, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, fuzzy, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, fuzzy, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3759,313 +3760,313 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "gre¹ka kod uzimanja sloga %s iz %s"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "gre¹ka zapisivanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath nije odreðen"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "gre¹ka kod potrage za paketom %s\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "slog broj %d u bazi podataka je neispravan -- preskaèem ga"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "ne mogu da proèitam zaglavlje na %d za proveru"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "gre¹ka kod potrage za paketom %s\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "dbpath nije odreðen"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "privremena baza podataka %s veæ postoji"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "ne mogu da dodam slog originalno na %d"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, fuzzy, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "(nepoznat tip)"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, fuzzy, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, fuzzy, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "paket %s nije naðen u %s"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, fuzzy, c-format
 msgid "File %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 #, fuzzy
 msgid "Bad server response"
 msgstr "Lo¹ odgovor FTP servera"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 #, fuzzy
 msgid "Server I/O error"
 msgstr "Ulazno/izlazna FTP gre¹ka"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 #, fuzzy
 msgid "Server timeout"
 msgstr "Tajm-aut FTP servera"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 #, fuzzy
 msgid "Unable to lookup server host address"
 msgstr "Ne mogu da odredim host adresu FTP servera"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 #, fuzzy
 msgid "Unable to lookup server host name"
 msgstr "Ne mogu da odredim ime FTP hosta"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 #, fuzzy
 msgid "Failed to connect to server"
 msgstr "Ne mogu da se pove¾em sa FTP serverom"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 #, fuzzy
 msgid "Failed to establish data connection to server"
 msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 #, fuzzy
 msgid "I/O error to local file"
 msgstr "Ulazno/izlazna gre¹ka kod lokalne datoteke"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Gre¹ka kod stavljanja udaljenog servera u pasivni re¾im"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 #, fuzzy
 msgid "Unknown or unexpected error"
 msgstr "Neoèekivana ili nepoznata FTP gre¹ka"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -4095,38 +4096,38 @@ msgstr "upozorenje: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Lozinka za %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, fuzzy, c-format
 msgid "error: %sport must be a number\n"
 msgstr "gre¹ka: FTP port mora biti broj\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 #, fuzzy
 msgid "url port must be a number\n"
 msgstr "gre¹ka: FTP port mora biti broj\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, fuzzy, c-format
 msgid "failed to create %s: %s\n"
 msgstr "neuspelo kreiranje %s\n"
index 0ab0825..4afaa3c 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-09-12 14:18+0200\n"
 "Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -14,53 +14,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "kan inte öppna rpmdatabas i %s\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "ouppfyllda byggberoenden:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "Kan inte öppna specfilen %s: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "Kunde inte öppna \"tar\"-rör: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "Kunde inte läsa specfil från %s\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "Kunde inte byta namn på %s till %s: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "kunde inte ta status på %s: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "Filen %s är inte en vanlig fil.\n"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "Filen %s tycks inte vara en specfil.\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Bygger målplattformar: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "Bygger för målet %s\n"
@@ -70,16 +70,16 @@ msgstr "Bygger f
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM version %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright © 1998-2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Det här programmet kan distribueras fritt enligt villkoren i GNU GPL"
 
@@ -517,11 +517,11 @@ msgid ""
 "options as -q"
 msgstr "verifiera ett pakets installation med samma urvalsflaggor som till -q"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "verifiera inte paketberoenden"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "verifiera inte md5-kontrollsummor"
 
@@ -541,7 +541,7 @@ msgstr "    --install <paketfil>"
 msgid "    -i <packagefile>      "
 msgstr "    -i <paketfil>         "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "installera paket"
 
@@ -561,7 +561,7 @@ msgstr "      --relocate <fr
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "flytta filer från <frånskv> till <tillskv>"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "relokera filer i ej relokerbart paket"
 
@@ -569,49 +569,49 @@ msgstr "relokera filer i ej relokerbart paket"
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>  "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "flytta paketet till <katalog>, om flyttbart"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "installera inte dokumentation"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "kortform för --replacepkgs --replacefiles"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "skriv ut brädgårdar allteftersom paketet installeras (bra tillsammans med -v)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "installera alla filer, även konfigurationer som annars kunde hoppats över"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "verifiera inte paketarkitektur"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "kontrollera inte diskutrymme före installation"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "verifiera inte paketets operativsystem"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "installera dokumentation"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "uppdatera databasen, men ändra inte filsystemet"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "flytta inte om paketinstallationen för att tillfredsställa beroenden"
 
@@ -623,19 +623,19 @@ msgstr "k
 msgid "don't execute any scripts triggered by this package"
 msgstr "kör inte utlösningsskript utlösta av detta paket"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "skriv procent allt eftersom paketet installeras"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "installera även om paketet byter ut installerade filer"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "installera om ifall paketet redan är installerat"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "installera inte, men tala om ifall det skulle fungera eller inte"
 
@@ -651,7 +651,7 @@ msgstr "    -U <paketfil>         "
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uppgradera paket (samma flaggor som --install, samt)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -667,11 +667,11 @@ msgstr "    --erase <paket>"
 msgid "    -e <package>          "
 msgstr "    -e <paketfil>         "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "radera (avinstallera) paket"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -784,7 +784,7 @@ msgstr "som --rebuild, men tillverka inga paket"
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkt>+       "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "signera ett paket (släng nuvarande signatur)"
 
@@ -792,7 +792,7 @@ msgstr "signera ett paket (sl
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkt>+      "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "lägg till signatur till ett paket"
 
@@ -804,15 +804,15 @@ msgstr "    --checksig <pkt>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pkt>+             "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "verifiera paketsignatur"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "hoppa över eventuella PGP-signaturer"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "hoppa över eventuella GPG-signaturer"
 
@@ -849,8 +849,8 @@ msgstr ""
 "paketspecifikationsflaggor som -q"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "enbart ett huvudläge kan anges"
 
@@ -862,23 +862,23 @@ msgstr "-u och --uninstall undanbedes och fungerar inte l
 msgid "Use -e or --erase instead.\n"
 msgstr "Använd -e eller --erase istället.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "omflyttningar måste börja med /"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "omflyttningar måste innehålla ett ="
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "omflyttningar måste ha ett / efter ="
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "uteslutna sökvägar måste börja med /"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "Flaggan --rcfile har tagits bort.\n"
 
@@ -886,103 +886,103 @@ msgstr "Flaggan --rcfile har tagits bort.\n"
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr "Använd --macros med en kolonseparerad lista med makrofiler att läsa.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Internt fel i argumenthantering (%d) :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "endast en typ av fråga/verifiering kan utföras åt gången"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "oväntade frågeflaggor"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "oväntat frågeformat"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "oväntad frågekälla"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "enbart installation, uppgradering, rmsource och rmspec kan tvingas fram"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr "filer kan relokeras endast under paketinstallation"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "enbart en av --prefix eller --relocate kan användas"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 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:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan endast användas när nya paket installeras"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "argument till --prefix måste börja med /"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan enbart användas vid paketinstallation"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan enbart användas vid paketinstallation"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs kan enbart användas vid paketinstallation"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "enbart en av --excludedocs och --includedocs kan användas"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch kan enbart användas vid paketinstallation"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos kan enbart användas vid paketinstallation"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize kan enbart användas vid paketinstallation"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches kan enbart användas när paket raderas"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb kan enbart användas när paket installeras eller raderas"
 
@@ -998,7 +998,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply kan enbart användas vid paketinstallation"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
@@ -1006,7 +1006,7 @@ msgstr ""
 "utlösardeaktiveringsflaggor kan enbart användas när paket installeras eller "
 "raderas"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1014,13 +1014,13 @@ msgstr ""
 "--nodeps kan enbart användas när paket byggs, byggs om, kompileras om, "
 "installeras, raderas eller verifieras"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test kan enbart användas när paket installeras, raderas eller byggs"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1028,7 +1028,7 @@ msgstr ""
 "--root (-r) kan enbart användas när paket installeras, raderas, frågas eller "
 "databasen byggs om"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argument till --root (-r) måste börja med /"
 
@@ -1049,77 +1049,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 kan enbart användas vid signaturkontroll och paketverifiering"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "inga filer att signera\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "kan inte komma åt filen %s\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp hittades inte: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Ange lösenfras: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Kontrollen av lösenfrasen misslyckades\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Lösenfrasen är ok.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Felaktig %%_signature-spec i makrofil.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign kan enbart användas vid pakettillverkning"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "exec misslyckades\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "oväntade argument till --querytags "
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "inga paket angivna för signaturkontroll"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "inga paket angivna för signering"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "inga paket angivna för avinstallation"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "inga paket angivna för installation"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "extra argument angivna för förfrågan om alla paket"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "inga parametrar angivna för fråga"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "extra argument angivna för verifiering av alla paket"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "inga parametrar angivna för verifiering"
 
@@ -1160,7 +1160,7 @@ msgstr "<uttr>+"
 msgid "<cmd>"
 msgstr "<kommando>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<kat>"
 
@@ -1226,20 +1226,20 @@ msgstr "Gemensamma flaggor f
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Användning: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Använd \"--macros <fil:...>\" istället.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 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:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
@@ -1247,38 +1247,38 @@ msgstr ""
 "skriptdeaktiveringsflaggor kan enbart användas när paket installeras eller "
 "raderas"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "inga paketfiler angivna för omtillverkning"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "inga specfiler angivna för tillverkning"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "inga tar-filer angivna för tillverkning"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Kan inte öppna temporär fil.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "Kör(%s): %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "Körning (exec) av %s misslyckades (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "Dålig slutstatus från %s (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1304,214 +1304,214 @@ msgstr "syntaxfel vid tolkning av ||\n"
 msgid "parse error in expression\n"
 msgstr "tolkningsfel i uttryck\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "ensam (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- endast i tal\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! endast på tal\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "typer måste passa ihop\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / stöds inte för strängar\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- stöds inte för strängar\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& och || stöds inte för strängar\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "syntaxfel i uttryck\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK-fel: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Saknad \"(\" i %s %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Saknad \")\" i %s(%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ogiltig %s token: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Saknad %s i %s %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Annat än blanktecken följer på %s(): %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Felaktig syntax: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Felaktig rättighetsspecifikation: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Ovanlig lokallängd: \"%.*s\" i %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicerad lokal %.*s i %%lang(%s)\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Slog i gränsen för %%docdir\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "Endast ett argument till %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Två filer på en rad: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Filnamn måste börja med \"/\": %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Kan inte blanda special %%doc med andra former: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Filen uppräknad två gånger: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolisk länk pekar på BuildRoot: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Filen matchar inte prefixet (%s): %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Filen hittades inte: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Felaktig ägare/grupp: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Fil %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Filen behöver inledande \"/\": %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Matchning inte tillåtet: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Hittade ingen fil vid matchningen: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunde inte öppna %%files-fil %s: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "rad: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Felaktig fil: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunde inte köra %s: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Kunde inte grena %s: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s misslyckades\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunde inte skriva all data till %s\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Letar upp %s: (använder %s)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Misslyckades med att hitta %s:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Bearbetar filer: %s-%s-%s\n"
@@ -1605,7 +1605,7 @@ msgstr "readRPM: 
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: läs %s: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek misslyckades: %s\n"
@@ -1620,82 +1620,82 @@ msgstr "readRPM: %s 
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: läser huvud från %s\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr "Kan inte skapa oföränderlig huvudregion.\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr "Kan inte skriva temporärhuvud\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "Felaktig CSA-data\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr "Kan inte skriva slutligt huvud\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererar signatur: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr "Kan inte läsa om signaturhuvud.\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunde inte öppna %s: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunde inte skriva paket: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kan inte läsa signaturen %s: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kan inte läsa huvud från %s: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kan inte skriva huvud till %s: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kan inte läsa last från %s: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kan inte skriva last till %s: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, 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:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kan inte skapa %s: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "rad %d: andra %s\n"
@@ -1735,17 +1735,17 @@ msgstr "ingen beskrivning i %%changelog\n"
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "rad %d: Fel i tolkning av %%description: %s\n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "rad %d: otillåten flagga %s: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "rad %d: För många namn: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "rad %d: Paketet existerar inte: %s\n"
@@ -1831,57 +1831,57 @@ msgstr "rad %d: Tom tagg: %s\n"
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "rad %d: Otillåtet tecken \"-\" i %s: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot kan inte vara \"/\": %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "rad %d: Prefix får inte sluta med \"/\": %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "rad %d: Docdir måste börja med \"/\": %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, 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\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "rad %d: Felaktigt %s: bestämningar: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "rad %d: Felaktigt BuildArchitecture-format: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Internt fel: felaktig tagg %d\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Felaktig paketangivelse %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "Paketet existerar redan: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "rad %d: Okänd tagg: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Specfil kan inte använda BuildRoot\n"
 
@@ -1971,27 +1971,27 @@ msgstr "rad %d: Filnamn inte till
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "rad %d: Filnamn med version inte tillåtet: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "rad %d: Version krävs: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "rad %d: utlösare måste ha --: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "rad %d: Fel vid tolkning av %s: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "rad %d: skriptprogram måste börja med \"/\": %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "rad %d: En andra %s\n"
@@ -2002,41 +2002,41 @@ msgid "line %d: %s\n"
 msgstr "rad %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "Kan inte öppna %s: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "Oavslutat %%if\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean returnerar %d\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: Fick ett %%else utan något %%if\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: Fick ett %%endif utan något %%if\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "felformaterad %%include-sats\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "Hittade inga kompatibla arkitekturer att bygga\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Paketet har ingen %%description: %s\n"
@@ -2051,54 +2051,54 @@ msgstr "rad %d: Felaktigt tal: %s\n"
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "rad %d: Felaktigt no%s-tal: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "rad %d: Felaktigt %s-tal: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(fel 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Felaktigt magiskt tal"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Felaktigt/oläsbart huvud"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Huvudstorleken för stor"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Okänd filtyp"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Saknad(e) hårdlänk(ar)"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5-summan stämmer inte"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Internt fel"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr "Ingen arkivfilen i huvud"
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " misslyckades - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2107,65 +2107,65 @@ msgstr ""
 "\"B\"-beroendet behöver en epok (antar samma som \"A\")\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "JA"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "NEJ "
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s JA (lade till filer)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s JA (lade till tillhandahållande)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (cachad)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s JA (rpmrc tillhandahåller)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s JA (rpmlib tillhandahåller)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s JA (db-filer)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s JA (db-tillhandahållande)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s JA (db-paket)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NEJ\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) tillagt till beroendecachen.\n"
@@ -2173,48 +2173,48 @@ msgstr "%s: (%s, %s) tillagt till beroendecachen.\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "paket %s-%s-%s behov inte uppfyllda: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s står i konflikt: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "tar bort %s-%s-%s \"%s\" från tsort-relationer.\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== noterar alla relationer\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== tsort:erar paket (ordning, #föregångare, #efterföljare, djup)\n"
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== endast efterföljare (presentationsordning)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "LOOP:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== fortsätter med tsort ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(inte ett tal)"
 
@@ -2242,7 +2242,7 @@ msgstr "kunde inte ta status p
 msgid "getting list of mounted filesystems\n"
 msgstr "hämtar lista över monterade filsystem\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "kunde inte öppna %s: %s\n"
@@ -2261,37 +2261,37 @@ msgstr "========= Kataloger ej uttryckligen inkluderade i paketet:\n"
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr "katalog %s skapad med rättigheter %04o.\n"
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr "arkivfil %s fanns inte i huvudets fillista\n"
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s sparades som %s\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s rmdir av %s misslyckades: Katalogen är inte tom\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s rmdir av %s misslyckades: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s unlink av %s misslyckades: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s skapades som %s\n"
@@ -2303,87 +2303,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE antal måste vara 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatyp %d stöds inte\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "{ fattas efter %"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "} fattas efter %{"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "tomt taggformat"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "tomt taggnamn"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "okänd tagg"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "] förväntades vid slutet på vektor"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "oväntad ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "oväntad }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "? förväntades i uttryck"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "{ förväntades efter ? i uttryck"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "} förväntades i uttryck"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ": förväntades efter ? i deluttryck"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "{ förväntades efter : i uttryck"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "| förväntades vid slutet på uttryck"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(okänd typ)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "fel när tämporärfil %s skapades\n"
@@ -2392,7 +2392,7 @@ msgstr "fel n
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "paket med versionsnummer 1 stöds inte av denna version av RPM\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 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\n"
@@ -2535,251 +2535,251 @@ msgstr "
 msgid "lookup i18N strings in specfile catalog"
 msgstr "slå upp översatta strängar i specfilkatalog"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr "felformaterad återgångstid"
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "kör inte paketskript"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr "spara raderade paketfiler genom att spara dem i underkatalog"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<paket>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "hoppa över filer med inledande <sökväg>"
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<sökväg>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "uppgradera paket om redan installerat/de"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<paketfil>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "utför inte (eventuellt) %%pre-skript"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "utför inte (eventuellt) %%post-skript"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "utför inte (eventuellt) %%preun-skript"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "utför inte (eventuellt) %%postun-skript"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "kör inte skript utlösta av detta paket"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "kör inte %%triggerprein-skript"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "kör inte %%triggerin-skript"
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "kör inte %%triggerun-skript"
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "kör inte %%triggerpostun-skript"
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "relokera filer från <gammal> till <ny>"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<gammal>=<ny>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "spara raderade paketfiler genom ompaketering"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 "avinstallera nya paket och ominstallera gamla paket tillbaka till datum"
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr "<datum>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "uppgradera paket"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "generera signatur"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "fråga/verifiera alla paket"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "fråga/verifiera paket som äger fil"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "fråga/verifiera paket i grupp"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr "fråga/verifiera en paketfil (t.ex. en binär *.rpm-fil)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "rpm frågeläge"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "visa kända frågetaggar"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "fråga en specfil"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "fråga paket utlösta av paketet"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "rpm verifieringsläge"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "rpm verifieringsläge (ärvt)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "fråga/verifiera paket som behöver ett beroende"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "fråga/verifiera paket som tillhandahåller ett beroende"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "lista alla konfigurationsfiler"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "lista alla dokumentationsfiler"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "visa filinformation"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "lista filer i paketet"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr "hoppa över %%ghost-filer"
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr "hoppa över %%license-filer"
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr "hoppa över %%readme-filer"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "använd följande frågeformat"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "ersätt översatta sektioner till specfil"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "visa tillstånd för de listade filerna"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "visa en utförlig fillistning"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "verifiera inte MD5-summor för filer"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "verifiera inte storlekar på filer"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "verifiera inte sökvägen i symboliska länkar"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "verifiera inte ägare till filer"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "verifiera inte grupper till filer"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "verifiera inte modifikationstiden för filer"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "verifiera inte rättigheter för filer"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "verifiera inte filerna i paketet"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "verifiera inte paketberoenden"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "utför inte (eventuellt) %verifyscript"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "verifiera inte huvudets SHA1-summa"
 
@@ -2848,75 +2848,75 @@ msgstr "paket %s systemanrop f
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "okänt fel %d uppträdde under behandling av paket %s"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan inte skapa %%%s %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kan inte skriva till %%%s %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "källpaket förväntades, fann binärpaket\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "källpaket innehåller ingen .spec-fil\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 "körning av %s-skript från %s-%s-%s misslyckades, waitpid returnerade %s\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "körning av %s-skript från %s-%s-%s misslyckades, slutstatus %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s har %d filer, test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr "%s: %s-skript misslyckades (%d), hoppar över %s-%s-%s\n"
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "användare %s finns inte - använder root\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupp %s finns inte - använder root\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "uppackning av arkiv misslyckades%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " vid fil "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s misslyckades på fil %s: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s misslyckades: %s\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: kör (eventuellt) %s-skript\n"
@@ -2926,119 +2926,119 @@ msgstr "%s: k
 msgid "incorrect format: %s\n"
 msgstr "fel format: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(innehåller inga filer)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "ersatt        "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "oinstallerat  "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "nätdelad      "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(okänd %3d)   "
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(ej tillstnd) "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "paketet har varken filägare eller id-listor\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "kan inte fråga %s: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "misslyckades med att öppna %s: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "fråga av %s misslyckades\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "källpaket i gammalt format går inte att fråga om\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: läsning av paketlista misslyckades: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "fråga av specfil %s misslyckades, kan inte tolka\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "inga paket\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupp %s innehåller inga paket\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "inga paketutlösare %s\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "inget paket behöver %s\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "inget paket tillhandahåller %s\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s tillhör inget paket\n"
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "felaktigt paketnummer: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "paketpost nummer: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "post %u kunde inte läsas\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s är inte installerat\n"
@@ -3062,158 +3062,158 @@ msgstr "%s: Fwrite misslyckades: %s\n"
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread misslyckades: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead misslyckades\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: Kan inte signera v1.0 RPM\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: Kan inte signera om v2.0 RPM\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature misslyckades\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Ingen signatur tillgänglig\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead misslyckades: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature misslyckades: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Ingen signatur tillgänglig (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "EJ OK"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (SAKNADE NYCKLAR:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (EJ BETRODDA NYCKLAR:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "OK"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Förbereder..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "Förbereder paket för installation ..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr " ... som %s\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "hoppar över %s - överföring misslyckades - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "kan inte öppna paketdatabas i %s\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "paket %s är inte relokerbart\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "fel vid läsning från fil %s\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, 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:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s kan inte installeras\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "hittade %d käll- och %d binärpaket\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "ouppfyllda beroenden:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "installerar binärpaket\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "kan inte öppna filen %s: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "kan inte öppna %s/packages.rpm\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" anger flera paket\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "att ta bort dessa paket skulle göra sönder beroenden:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "kan inte öppna %s: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "Installerar %s\n"
@@ -3223,98 +3223,98 @@ msgstr "Installerar %s\n"
 msgid "read failed: %s (%d)\n"
 msgstr "läsning misslyckades: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "andra \":\" saknas vid %s:%d\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "arkitekturnamn saknas vid %s:%d\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "Ofullständig datarad vid %s:%d\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "För många argument i datarad vid %s:%d\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "Felaktigt arkitektur-/os-nummer: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "Ofullständig standardvärdesrad vid %s:%d\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "För många argument i standardvärdesrad vid %s:%d\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "Kan inte expandera %s\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "Kan inte läsa %s, HOME är för stor.\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kan inte öppna %s för läsning: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "Misslyckades med att läsa %s: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "\":\" saknas (hittade 0x%02x) vid %s:%d\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "argument till %s saknas vid %s:%d\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s expansion misslyckades vid %s:%d \"%s\"\n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "kan inte öppna %s vid %s:%d: %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "arkitektur saknas för %s vid %s:%d\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "okänd flagga \"%s\" vid %s:%d\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Okänt system: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Var vänlig kontakta rpm-list@redhat.com\n"
 
@@ -3443,47 +3443,47 @@ msgstr "Du m
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Du måste sätta \"%%_pgp_name\" i din makrofil\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== omflyttningar\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d utesluter  %s\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d flyttar om %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "hoppar över multilib-sökväg %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "hoppar över %s %s\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "flyttar %s till %s\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "flyttar katalogen %s till %s\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s överhoppad på grund av missingok-flagga\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "hoppar över katalogen %s\n"
@@ -3504,127 +3504,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr "saknas     %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Ouppfyllda beroenden för %s-%s-%s: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr "%s-%s-%s: kontrollsumma för oföränderlig huvudregion misslyckades\n"
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d-fel(%d) från %s: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d-fel(%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr "Trasig paketkedja vid %d(0x%08x), försöker återansluta ...\n"
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "Återansluter trasig kedja vid %d(0x%08x).\n"
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "stängde  db-fil        %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "tog bort db-fil        %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "felaktig db-fil %s\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "öppnar db-fil          %s rättighet 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "kan inte få %s lås på databas\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "uteslutande"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "delat"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "stängde     db-miljö %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "tog bort    db-miljö %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "öppnar      db-miljö %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "stängde     db-index %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "verifierade db-index %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "öppnar      db-index %s/%s %s rättighet=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "kan inte få %s lås på %s/%s\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "låste       db-index %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "okänd db-flagga: \"%s\" ignorerad\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s har ogiltigt ogiltigt numeriskt värde, hoppar över\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s har för stort eller för litet \"long\"-värde, hoppar över\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "%s har för stort eller för litet heltalsvärde, hoppar över\n"
@@ -3657,41 +3658,41 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generera huvuden kompatibla med (äldre) rpm[23]-paketering"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: okänt taggnamn: \"%s\" ignorerat\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "kan inte öppna %s-indexet med db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan inte öppna %s-indexet\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "fel(%d) när \"%s\"-poster hämtades från %s-indexet\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "fel(%d) när post %s sparades i %s\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "fel(%d) när post %s togs bort ur %s\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "ingen dbpath har satts\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3700,262 +3701,262 @@ msgstr ""
 "i nytt format\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "fel(%d) när paket räknades\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "post nummer %u i databasen är felaktig -- hoppar över.\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: skadad huvudinstans #%u hämtad, hoppar över.\n"
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: kan inte läsa huvud vid 0x%x\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "tar bort \"%s\" från %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "tar bort %d poster från %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "fel(%d) vid allokering av ny paketinstans\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "lägger till \"%s\" till %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "lägger till %d poster till %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "tar bort %s efter lyckad db3-ombyggnad.\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "ingen dbpath har satts"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "bygger om databas %s till %s\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "tillfällig databas %s existerar redan\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "skapar katalog %s\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "skapar katalog %s: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "öppnar gammal databas med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "öppnar ny databas med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kan inte lägga till post ursprungligen vid %u\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "kunde inte ersätta gammal databas med ny databas!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "byt ut filer i %s med filer från %s för att återställa"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "tar bort katalog %s\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "kunde inte ta bort katalogen %s: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== aktiva %d tomma %d\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(tom)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(tom)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "Makro %%%s har oavslutad kropp\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "Makro %%%s har otillåtet namn (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "Makro %%%s har oavslutade flaggor\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "makro %%%s har tom kropp\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "Makro %%%s misslyckades att expandera\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "Makro %%%s har otillåtet namn (%%undefine)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "Makro %%%s (%s) användes inte under nivå %d\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "Okänd flagga %c i %s(%s)\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Rekursionsdjup(%d) större än max(%d)\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "Oavslutad %c: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Ett %% följs av ett makro som inte kan tolkas\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "Inget makro %%%.*s hittat, hoppar över\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Målbuffert översvämmad\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "Fil %s: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "Filen %s är mindre än %u byte\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Lyckades"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Konstigt svar från server"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "IO-fel mot server"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Förbindelsen med servern dog ut (timeout)"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Kunde inte slå upp serverns adress"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Kunde inte slå upp serverns namn"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Misslyckades med att kontakta servern"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Misslyckades med att etablera en dataförbindelse till servern"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "I/O-fel mot lokal fil"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Fel när fjärrservern sattes i passivt läge"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Filen fanns inte på servern"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Avbruten under gång"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Okänt eller oväntat fel"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "loggar in på %s som %s, lösenord %s\n"
@@ -3984,37 +3985,37 @@ msgstr "varning: "
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "minnesallokering (%u byte) returnerade NULL.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "varning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "varning: u %p data %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "varning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "Lösenord för %s@%s: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "fel: %s-port måste vara ett tal\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url-port måste vara ett tal\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "kunde inte skapa %s: %s\n"
index abefd1d..fc9041d 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-05 08:02+300\n"
 "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -15,53 +15,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr "%s dizininde rpm veritabaný açýlamýyor\n"
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr "iþlem durdu, önce baðýmlý paketler kurulmalý:\n"
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr "%s spec dosyasý açýlamadý: %s\n"
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr "tar veriyolu açýlamadý: %m\n"
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr "%s paketinden spec dosyasý okunamadý\n"
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr "%s %s olarak deðiþtirilemedi: %m\n"
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr "%s durum bilgileri alýnamadý: %m\n"
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr "%s bir normal bir dosya deðil.\n"
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr "%s bir spec dosyasý gibi görünmüyor.\n"
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr "Hedef platformlar derleniyor: %s\n"
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr "%s için derleniyor\n"
@@ -71,16 +71,16 @@ msgstr "%s i
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Sürüm %s\n"
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr "Copyright (C) 1998 - 2000 - Red Hat, Inc."
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr "Bu program GNU GPL koþullarýna uygun olarak serbestçe daðýtýlabilir."
 
@@ -529,11 +529,11 @@ msgstr ""
 "bir paketin kurulumunu -q ile belirtilen paket parametrelerini kullanarak "
 "denetler"
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr "paket baðýmlýlýklarýný denetlemez"
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr "dosyalarýn 'md5-checksum' larýný denetlemez"
 
@@ -553,7 +553,7 @@ msgstr "    --install <paketDosyas
 msgid "    -i <packagefile>      "
 msgstr "    -i <paketDosyasý>     "
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr "paketi kurar"
 
@@ -573,7 +573,7 @@ msgstr "   --relocate <eskidizin>=<yenidizin>"
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "<eskidizin> deki dosyalarý <yenidizin> e yerleþtirir"
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr "yeniden konumlanamayan paketin dosyalarýný yeniden konumlandýrýr"
 
@@ -581,47 +581,47 @@ msgstr "yeniden konumlanamayan paketin dosyalar
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <dizin>    "
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "eðer deðitirilebiliyorsa paketin yerini <dizin>'e deðiþtirir"
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr "belgeleri kurmaz"
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs --replacefiles için kýsaltma"
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr "paketin kurulma sürecini gösteren imler basar (-v ile)"
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "yapýlandýrmalarda atlanmýþ bile olsa tüm dosyalarý kurar"
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr "paket mimarisi denetlenmez"
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr "yüklemeden önce yeterli disk alaný kontrolu yapmaz"
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr "paketin ait olduðu iþletim sistemini doðrulamaz"
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr "paket ile gelen belgeleri kurar"
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr "veri tabanýný günceller, ama dosya sistemini deðiþtirmez"
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "paket kurulum sýrasýný baðýmlýlýklara göre düzenlemez"
 
@@ -633,19 +633,19 @@ msgstr "kurulum betiklerini 
 msgid "don't execute any scripts triggered by this package"
 msgstr "bu paket tarafýndan tetiklenen betikleri çalýþtýrmaz"
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr "kurulumun geliþimi yüzde olarak gösterilir"
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr "paket dosyalarý mevcut dosyalarla yer deðiþtirse bile paketi kurar"
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr "paketi yeniden kurar"
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr "yükleme yapmaz, sadece çalýþýp çalýþmayacaðýný belirtir"
 
@@ -661,7 +661,7 @@ msgstr "    -U <paketDosyas
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paketi günceller (seçenekler --install ile ayný, fazlasý var)"
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -677,11 +677,11 @@ msgstr "    --erase <paket>  "
 msgid "    -e <package>          "
 msgstr "    -e <paket>     "
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr "paketi kaldýrýr"
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -796,7 +796,7 @@ msgstr "--rebuild gibi, ama paket olu
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkt>+       "
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr "paketi imzalar (mevcut imza kaldýrýlýr)"
 
@@ -804,7 +804,7 @@ msgstr "paketi imzalar (mevcut imza kald
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkt>+      "
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr "pakete bir imza ekler"
 
@@ -816,15 +816,15 @@ msgstr "    --checksig <pkt>+"
 msgid "    -K <pkg>+             "
 msgstr "    -K <pkt>+             "
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr "paket imzasýný denetler"
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr "tüm PGP imzalarýný atlar"
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr "tüm GPG imzalarýný atlar"
 
@@ -861,8 +861,8 @@ msgstr ""
 "ve grubunu paket veritabanýnda düzenler"
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr "sadece bir ana kip belirtilebilir"
 
@@ -874,23 +874,23 @@ msgstr "-u ve --uninstall komutlar
 msgid "Use -e or --erase instead.\n"
 msgstr "Yerine  -e veya --erase kullanýn.\n"
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr "yeniden konumlandýrma iþlemleri / ile baþlamalý"
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr "yeniden konumlandýrma iþlemleri = içermelidir"
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr "yeniden konumlandýrma için = den sonra bir / gerekir"
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr "dýþlanan dosya yolu / ile baþlamalý"
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr "--rcfile seçeneði kaldýrýlmýþtý.\n"
 
@@ -900,105 +900,105 @@ msgstr ""
 "--macros ile okunacak makro dosyalarýný iki nokta üstüstelerle ayrýlmýþ bir "
 "liste olarak verin.\n"
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "(%d) argümaný iþlenirken iç hata oluþtu :-(\n"
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr "bir anda sadece bir tarz sorgulama/denetleme yapýlabilir"
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr "beklenmeyen sorgulama bayraklarý"
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr "beklenmeyen sorgulama biçemi"
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr "beklenmeyen sorgulama kaynaðý"
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "sadece  kaynak ve spec silme iþlemleri, kurma, güncelleme iþlemleri için "
 "zorlanabilir"
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 "dosyalar sadece paket kurulumu sýrasýnda yeni yerlerine yerleþtirilebilir"
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ve --relocate seçeneklerinden sadece biri kullanýlabilir"
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate ve --excludepath sadece yeni paket kurulumunda kullanýlabilir"
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix sadece yeni paketlerin kurulmasý sýrasýnda kullanýlabilir"
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix ile belirtilenler '/' ile baþlamalý"
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr "--percent sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "--excludedocs ve --includedocs bir arada kullanýlamaz"
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles sadece paket kurulumu sýrasýnda kullanýlabilir"
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb sadece paket kurulumu ve kaldýrýlmasý sýrasýnda kullanýlabilir"
@@ -1015,7 +1015,7 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr "--apply sadece paketin kurulumu sýrasýnda belirtilebilir"
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
@@ -1023,7 +1023,7 @@ msgstr ""
 "tetikleme iptal seçenekleri sadece paketin kurulmasý ve silinmesi sýrasýnda "
 "kullanýlabilir"
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1031,7 +1031,7 @@ msgstr ""
 "--nodeps sadece paket oluþturma, yeniden oluþturma, yeniden derleme, "
 "kurulum, kaldýrma ve denetleme iþlemlerinde kullanýlabilir"
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1039,7 +1039,7 @@ msgstr ""
 "--test sadece paket kurulumu, kaldýrýlmasý ve oluþturulmasý iþlemlerinde "
 "kullanýlabilir"
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1047,7 +1047,7 @@ msgstr ""
 "--root (-r) sadece kurulum, kaldýrma, sorgulama ve yeniden veritabaný "
 "oluþturma iþlemlerinde kullanýlabilir"
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) ile verilenler '/' ile baþlamalý"
 
@@ -1068,77 +1068,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 sadece imza kontrolü veya paket denetimi sýrasýnda kullanýlýr"
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr "imzalanacak dosya yok\n"
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "%s dosyasý bulunamýyor\n"
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr "pgp bulunamadý: "
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr "Anahtar parolasýný girin: "
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr "Anahtar parolasý kontrolü baþarýsýz\n"
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr "Anahtar parolasý doðru.\n"
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Makro dosyasýndaki %%_signature spec geçersiz.\n"
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr "--sign sadece paket oluþturulurken kullanýlabilir"
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr "icra baþarýsýz\n"
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags ile beklenmeyen girdiler"
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr "imzasý kontrol edilecek paket(ler) belirtilmedi"
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr "imzalanacak paket(ler) belirtilmedi"
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr "sistemden silinecek paket(ler) belirtilmedi"
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr "yüklenecek paket(ler) belirtilmedi"
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr "sorgulama için hiç argüman belirtilmedi"
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr "tüm paketlerin denetlenmesi için fazladan argümanlar belirtildi"
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr "denetleme için hiç argüman belirtilmedi"
 
@@ -1179,7 +1179,7 @@ msgstr "<ifade>+"
 msgid "<cmd>"
 msgstr "<kmt>"
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr "<dizin>"
 
@@ -1246,20 +1246,20 @@ msgstr "T
 msgid "%s: %s\n"
 msgstr "dosya %s: %s\n"
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Kullanýmý: %s {--help}\n"
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr "Yerine \"--macros <dosya:...>\" kullanýn.\n"
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath bir veritabaný kullanmayan iþlemler için verilmiþ"
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
@@ -1267,38 +1267,38 @@ msgstr ""
 "betik iptal etme seçenekleri sadece paketin kurulmasý ve silinmesi sýrasýnda "
 "kullanýlabilir"
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr "yeniden oluþturmak için paket dosyalarý belirtilmemiþ"
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr "oluþturma için gerekli spec dosyasý belirtilmemiþ"
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr "oluþturma için gereken tar dosyalarý belirtilmemiþ"
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr "Geçici dosya açýlamadý.\n"
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr "%s icra ediliyor: %s\n"
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr "%s 'in icrasý baþarýsýz (%s): %s\n"
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr "%s çýkýþýnda hata (%s)\n"
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1324,214 +1324,214 @@ msgstr "|| 
 msgid "parse error in expression\n"
 msgstr "ifadede çözümleme hatasý\n"
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr "uyumsuz (\n"
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr "- sadece sayýlarda\n"
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr "! sadece sayýlarda\n"
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr "türler eþleþmeli\n"
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr "* / dizgelerde desteklenmez\n"
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr "- dizgelerde desteklenmez\n"
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr "&& ve || dizgelerde desteklenmez\n"
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr "ifadede sözdizimi hatasý\n"
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK baþarýsýz: %s\n"
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s içinde '(' yok: %s\n"
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "%s içinde ')' yok: (%s\n"
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Andaç %s geçersiz: %s\n"
 
-#: build/files.c:486
+#: build/files.c:488
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%s içinde '(' yok: %s\n"
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() boþluksuz yazýlmýþ: %s\n"
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Sözdizimi hatasý: %s(%s)\n"
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "mode spec hatalý: %s(%s)\n"
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "dirmode spec hatalý: %s(%s)\n"
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "yerel uzunluðu hatalý: \"%.*s\" (%%lang(%s))\n"
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "%.*s yereli %%lang(%s) içinde tekrarlanmýþ\n"
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdir için hit sýnýrý\n"
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir için sadece tek argüman\n"
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Bir satýrda 2 dosya: %s\n"
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Dosya \"/\" ile baþlamalý: %s\n"
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr "Özel %%doc ile diðer formlar karýþtýrýlamaz: %s\n"
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Dosya iki kere gösterildi: %s\n"
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Sembolik bað BuildRoot gösteriyor: %s -> %s\n"
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Dosya önek (%s) ile uyumsuz: %s\n"
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Dosya bulunamadý: %s\n"
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Kullanýcý/grup hatalý: %s\n"
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Dosya %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Dosya \"/\" ile içermeli: %s\n"
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "satýr %d: Dosya adý uygun deðil: %s\n"
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Dosya glob tarafýndan bulunamadý: %s\n"
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%%files dosya %s dosyasýnda açýlamadý: %s\n"
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr "satýr: %s\n"
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "Dosya hatalý: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s icra edilemedi: %s\n"
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s ayrýlamadý: %s\n"
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr "%s baþarýsýz\n"
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "tüm veri %s içine yazýlamadý\n"
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s aranýyor: (%s kullanarak)...\n"
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s bulunamadý:\n"
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Ýþlenen dosyalar: %s-%s-%s\n"
@@ -1625,7 +1625,7 @@ msgstr "readRPM: %s a
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: %s okunurken: %s\n"
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek baþarýsýz: %s\n"
@@ -1640,86 +1640,86 @@ msgstr "readRPM: %s bir RPM paketi de
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: %s baþlýðý okunuyor\n"
 
-#: build/pack.c:451
+#: build/pack.c:455
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:469
+#: build/pack.c:473
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr "CSA verisi geçersiz\n"
 
-#: build/pack.c:512
+#: build/pack.c:516
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Ýmza üretiliyor: %d\n"
 
-#: build/pack.c:543
+#: build/pack.c:547
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "paket yazýlamadý: %s\n"
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "sigtarget %s açýlamadý: %s\n"
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s'den payload okunamadý: %s\n"
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s'e payload yazýlamadý: %s\n"
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Yazýldý: %s\n"
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "%s paket dosyasý için çýktý dosya adý üretilemedi: %s\n"
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s dosyasý oluþturulamýyor: %s\n"
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr "%d satýr: %s saniye\n"
@@ -1759,17 +1759,17 @@ msgstr "%%changelog i
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr "satýr %d: %%description ayrýþtýrýlýrken hata: %s \n"
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr "satýr %d: %s seçeneði hatalý: %s\n"
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr "satýr %d: Ýsim sayýsý fazla: %s\n"
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr "satýr %d: Paket yok: %s\n"
@@ -1855,57 +1855,57 @@ msgstr "sat
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr "satýr %d:  %s içinde '-' karakteri kuraldýþý: %s\n"
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr "BuildRoot \"/\" olamaz: %s\n"
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr "satýr %d: Önekler \"/\" ile bitemez: %s\n"
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr "satýr %d: Docdir '/' ile baþlamalý: %s\n"
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr "satýr %d: Epoch/Serial alaný bir sayý olmalý: %s\n"
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr "satýr %d: %s hatalý: niteleyiciler: %s\n"
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr "satýr %d: BuildArchitecture biçimi hatalý: %s\n"
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr "Ýçsel hata: %d etiketi sahte\n"
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr "Paket özellikleri hatalý: %s\n"
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr "Paket zaten var: %s\n"
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr "satýr %d: Bilinmeyen etiket: %s\n"
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr "Spec dosyasý BuildRoot kullanamaz\n"
 
@@ -1996,27 +1996,27 @@ msgstr "sat
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr "satýr %d: Sürüm içeren dosya adý uygun deðil: %s\n"
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr "satýr %d: Sürüm gerekli: %s\n"
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr "satýr %d: tetikleyiciler -- içermeli: %s\n"
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr "satýr %d: %s çözümlenirken hata oluþtu: %s\n"
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr "satýr %d: betik programý '/' ile baþlamalý: %s\n"
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr "satýr %d: %s saniye\n"
@@ -2027,41 +2027,41 @@ msgid "line %d: %s\n"
 msgstr "satýr %d: %s\n"
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr "%%if kapanmamýþ\n"
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr "%s:%d: parseExpressionBoolean %d ile döner\n"
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr "%s:%d: %%if'siz bir  %%else alýndý\n"
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr "%s:%d: %%if'siz bir %%endif alýndý\n"
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr "%%include deyimi bozuk\n"
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr "Kurgulamak için uyumlu mimari yok\n"
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr "Paket %%description içermiyor: %s\n"
@@ -2076,54 +2076,54 @@ msgstr "sat
 msgid "line %d: Bad no%s number: %d\n"
 msgstr "satýr %d: Hatalý no%s numarasý: %d\n"
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr "satýr %d: Hatalý %s numarasý: %s\n"
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr "(hata 0x%x)"
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr "Magic hatalý"
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr "Hatalý/okunamayan baþlýk"
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr "Baþlýk çok uzun"
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr "Bilinmeyen dosya türü"
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr "Sabit bað(lar) eksik"
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr "MD5 toplamý çeliþkili"
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr "Ýç hata"
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr " baþarýsýz - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, fuzzy, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
@@ -2132,65 +2132,65 @@ msgstr ""
 "\"B\" baðýmlýlýðý bir dönemsellik gerektirir (tabii ki \"A\" da)\n"
 "\tA %s\tB %s\n"
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr "EVET"
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr "HAYIR "
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s EVET (dosyalar eklendi)\n"
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s EVET (önlem eklendi)\n"
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (arabellekli)\n"
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s EVET (rpmrc saðlar)\n"
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s EVET (rpmlib saðlar)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s EVET (db dosyalarý)\n"
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s EVET (db saðlar)\n"
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s EVET (db paketi)\n"
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s HAYIR\n"
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) Baðýmlýlar alanýna eklendi.\n"
@@ -2198,48 +2198,48 @@ msgstr "%s: (%s, %s) Ba
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "paket %s-%s-%s gereksinimi tatmin edici deðil: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "%s paketi çeliþiyor: %s\n"
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "tsort baðýntýlarýndan %s-%s-%s \"%s\" kaldýrýlýyor\n"
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr "========== tsort baðýntýlarý kaydediliyor\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== paketler tsort'lanýyor (sýra, #öncüller, #ardýllar, derinlik)\n"
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr "========== sadece ardýllar (sunum sýrasý)\n"
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr "ÇEVRÝM:\n"
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr "========== tsort sürüyor ...\n"
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr "(bir sayý deðil)"
 
@@ -2267,7 +2267,7 @@ msgstr "stat %s ba
 msgid "getting list of mounted filesystems\n"
 msgstr "baðlý dosya sistemlerinin listesi alýnýyor\n"
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
@@ -2286,37 +2286,37 @@ msgstr "========= Pakette bulunmayan dizinler:\n"
 msgid "%9d %s\n"
 msgstr "%9d %s\n"
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr "%s dizin %04o izinleriyle oluþturuldu.\n"
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr "%s %s olarak kaydedildi\n"
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr "%s / %s dizin silinemedi - Dizin boþ deðil\n"
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr "%s / %s dizinin silinmesi baþarýsýz: %s\n"
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr "%s / %s bað kaldýrýlamadý: %s\n"
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr "%s %s olarak oluþturuldu\n"
@@ -2328,87 +2328,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE sayýsý 1 olmalý.\n"
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "%d veri türü desteklenmiyor\n"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr "%% den sonraki { yok"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr "%%{ den sonraki } yok"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr "etiket biçemi boþ"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr "etiket ismi boþ"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr "bilinmeyen etiket"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr "dizinin sonunda ] gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr "beklenmeyen ]"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr "beklenmeyen }"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr "ifade içerisinde ? gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr "ifade içerisinde ? dan sonra { gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr "ifade içinde } gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr "? alt ifadesinden sonra : gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr "ifade içersinde : den sonra { gerekli"
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr "ifadenin sonunda | gerekli"
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr "(bilinmeyen tür)"
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "%s geçici dosyasý oluþturulurken hata\n"
@@ -2417,7 +2417,7 @@ msgstr "%s ge
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "RPM'nin bu sürümünde paket sürümü 1 desteklenmiyor\n"
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2570,255 +2570,255 @@ msgstr "hedef platforma zorlar"
 msgid "lookup i18N strings in specfile catalog"
 msgstr "spec dosyasýndaki i18n iletilerine bakar"
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr "tekrarlama zamaný bozuk"
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr "paket betikleri çalýþtýrýlmaz"
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 "ismi deðiþtirilerek alt dizine kaydedilmek suretiyle silinen dosyalarý "
 "kaydeder"
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr "<paket>+"
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr "<dosyayolu> ile baþlayan dosyalarý atlar "
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr "<dosyaYolu>"
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr "paket(ler) kurulu ise paket(ler)i günceller"
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr "<paketDosyasý>+"
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr "%%pre betiði (varsa) çalýþtýrýlmaz"
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr "%%post betiði (varsa) çalýþtýrýlmaz"
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr "%%preun betiði (varsa) çalýþtýrýlmaz"
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr "%%postun betiði (varsa) çalýþtýrýlmaz"
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr "bu paket tarafýndan tetiklenen hiç bir betik çalýþtýrýlmaz"
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr "hiçbir %%triggerprein betiði çalýþtýrýlmaz"
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr "hiçbir %%triggerin betiði çalýþtýrýlmaz."
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr "hiçbir %%triggerun betiði çalýþtýrýlmaz."
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr "hiçbir %%triggerpostun betiði çalýþtýrýlmaz."
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr "dosyalarý <eski> dizininden kaldýrýp <yeni> dizinine yerleþtirir"
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr "<eski>=<yeni>"
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr "yeniden paketleme sýrasýnda silinen paket dosyalarýný kaydeder"
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 "yeni paket(ler) kaldýrýlýr, geriye dönük eski paket(ler) yeniden kurulur"
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr "<tarih>"
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr "paket günceller"
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr "imza üretir"
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr "tüm paketleri sorgular/doðrular"
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr "dosyayý içeren paketleri sorgular/denetler"
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr "gruptaki paketleri sorgular/denetler"
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 "bir paket dosyasýný sorgular/denetler (örn. bir çalýþtýrýlabilir *.rpm "
 "dosyasý)"
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr "rpm sorgulama kipi"
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr "tanýmlanmýþ sorgulama etiketlerini gösterir"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr "bir spec dosyasýný sorgular"
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr "<spec>"
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr "paket tarafýndan tetiklenen paketleri sorgular"
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr "rpm denetleme kipi"
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr "rpm denetleme kipi (eski tip)"
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr "bir baðýmlýlýk gerektiren paketleri sorgular/denetler"
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr "bir baðýmlýlýðý saðlayan  paketleri sorgular/denetler"
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr "tüm yapýlandýrma dosyalarýný listeler"
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr "tüm belgeleme dosyalarýný gösterir"
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr "temel dosya bilgilerini gösterir"
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr "paketteki dosyalarý gösterir"
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr "%%ghost dosyalarý atlanýr"
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr "%%license dosyalarý atlanýr"
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr "%%readme dosyalarý atlanýr"
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr "izleyen sorgulama biçimini kullanýr"
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr "spec dosyasýndaki i18n bölümleri yerine kullanýlýr"
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr "listelenmiþ dosyalarýn durumunu gösterir"
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr "ayrýntýlý dosya listesi gösterir"
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr "dosyalarýn MD5 özümlemesi doðrulanmaz"
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr "dosyalarýn uzunluklarý doðrulanmaz"
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr "dosyalarýn sembolik bað dosya yollarý doðrulanmaz"
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr "dosyalarýn sahipleri doðrulanmaz"
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr "dosyalarýn gruplarý doðrulanmaz"
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr "dosyalarýn deðiþiklik zamanlarý doðrulanmaz"
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr "dosyalarýn kipleri doðrulanmaz"
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr "paketteki dosyalar doðrulanamaz"
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr "paket baðýmlýlýklarý doðrulanmaz"
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr "(varsa) %verifyscript çalýþtýrýlmaz"
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr "Baþlýk SHA1 özümlemesi doðrulanmaz"
 
@@ -2887,74 +2887,74 @@ msgstr "%s i
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "anlaþýlamayan %d hatasý, %s paketi iþlenirken saptandý"
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%%%s dosyasý oluþturulamýyor: %s\n"
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%%%s dosyasýna yazýlamaz %s\n"
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr "kaynak paketi gerekirken çalýþtýrýlabilir paketi bulundu\n"
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr "kaynak paketi .spec dosyasý içermiyor\n"
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "%s betiðinin %s-%s-%s'den icrasý baþarýsýz, waitpid sonucu %s\n"
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "%s betiðinin %s-%s-%s'den icrasý baþarýsýz, çýkýþta durum %d\n"
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s %d dosya içeriyor, test = %d\n"
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr "%s: %s betiði baþarýsýz (%d), %s-%s-%s atlanýyor\n"
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "kullanýcý %s yok - root kullanýlacak\n"
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grup %s yok - root kullanýlacak\n"
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "arþiv paketi açýlýrken baþarýsýz%s%s: %s\n"
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr " dosyada "
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s baþarýsýz\n"
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr "%s: %s betiði çalýþtýrýlýyor (varsa)\n"
@@ -2964,119 +2964,119 @@ msgstr "%s: %s beti
 msgid "incorrect format: %s\n"
 msgstr "biçem yanlýþ: %s\n"
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr "(hiç dosya içermiyor)"
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr "yerine        "
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr "yüklenmedi "
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr "að paylaþýmlý "
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(bilinmeyen %3d)"
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr "(durumsuz)    "
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr "paket ne dosya sahibi ne de kimlik listesi içeriyor\n"
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr "%s sorgulanamýyor: %s\n"
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr "eski biçem kaynak paketleri sorgulanamaz\n"
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, fuzzy, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr "%s: bildirge okuma baþarýsýz: %s\n"
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s spec dosyasýnýn sorgulanmasý baþarýsýz, çözümlenemiyor\n"
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr "paket yok\n"
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s tetikleyen paket yok\n"
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s gerektiren paket yok\n"
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s saðlayan paket yok\n"
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr "dosya %s: %s\n"
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, 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:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "geçersiz paket numarasý: %s\n"
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr "paket kayýt numarasý: %u\n"
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "%u. kayýt okunamadý\n"
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s paketi kurulu deðil\n"
@@ -3100,158 +3100,158 @@ msgstr "%s: Fwrite ba
 msgid "%s: Fread failed: %s\n"
 msgstr "%s: Fread baþarýsýz: %s\n"
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr "%s: readLead baþarýsýz\n"
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr "%s: v1.0 RPM (eski sürüm) imzalanamaz\n"
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr "%s: v2.0 RPM (eski sürüm) yeniden imzalanamaz\n"
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr "%s: rpmReadSignature baþarýsýz\n"
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr "%s: Ýmza bulundurmuyor\n"
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr "%s: writeLead baþarýsýz: %s\n"
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr "%s: rpmWriteSignature baþarýsýz: %s\n"
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr "%s: Ýmza bulundurmuyor (v1.0 RPM)\n"
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr "TAMAM DEÐÝL"
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr " (EKSÝK ANAHTARLAR:"
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ") "
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr " (GÜVENCESÝZ ANAHTARLAR:"
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ")"
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr "Tamam"
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr "Hazýrlanýyor..."
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr "Kurulacak paketler hazýrlanýyor..."
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, 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:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr "... %s olarak\n"
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr "%s atlanýyor - aktarým baþarýsýz - %s\n"
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr "%s de Paket veritabaný açýlamadý\n"
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr "%s paketi yeniden konumlandýrýlamaz\n"
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr "%s dosyasýndan okuma hatalý\n"
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr "%s dosyasý RPM'nin daha yeni bir sürümünü gerektiriyor\n"
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr "%s yüklenemedi\n"
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr "%d kaynak ve %d icra edilebilir paketi bulundu\n"
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr "baðýmlýlýklarda hata; gerekli paketler:\n"
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr "icra edilebilir paketleri kuruluyor\n"
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr "%s dosyasý açýlamadý: %s\n"
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr "%s/packages.rpm açýlamýyor\n"
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr "\"%s\" birden fazla paketi tanýmlýyor\n"
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr "bu paketin silinmesi aþaðýdakilerin baðýmlýlýklarýný etkileyecektir:\n"
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr "%s kuruluyor\n"
@@ -3261,98 +3261,98 @@ msgstr "%s kuruluyor\n"
 msgid "read failed: %s (%d)\n"
 msgstr "okuma baþarýsýz: %s (%d)\n"
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr "%s:%d - ikinci ':' eksik\n"
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr "%s:%d - mimari ismi eksik\n"
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr "%s:%d - veri satýrý tamamlanmamýþ\n"
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr "%s:%d - veri satýrýnda çok fazla argüman\n"
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr "arch/os numarasý hatalý: %s (%s:%d)\n"
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr "%s:%d - öntanýmlý satýr tamamlanmamýþ\n"
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr "%s:%d - öntanýmlý satýrda çok fazla argüman\n"
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr "%s geniþletilemiyor\n"
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr "%s okunamýyor, EV çok büyük\n"
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s okuma eriþimi için açýlamadý: %s.\n"
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr "%s okunamadý: %s.\n"
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr "(0x%02x bulundu) %s:%d de ':' yok\n"
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr "%s için %s:%d de argüman eksik\n"
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr "%s geniþletmesi %s:%d \"%s\" de baþarýsýz \n"
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr "%s dosyasý açýlamýyor (%s:%d): %s\n"
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr "%s için %s:%d'de eksik mimari\n"
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr "seçenek '%s' (%s:%d) de hatalý\n"
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr "Bilinmeyen sistem: %s\n"
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr "Lütfen rpm-list@redhat.com listesine üye olun\n"
 
@@ -3479,47 +3479,47 @@ msgstr "Makro dosyan
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Makro dosyanýzda \"%%_pgp_name\" belirtmelisiniz\n"
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr "========== yeniden konumlama\n"
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d %s'i dýþlýyor\n"
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d yeniden konumlandýrýlýyor: %s -> %s\n"
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "multilib dosya yolu dýþlanýyor %s%s\n"
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "%s %s dýþlanýyor\n"
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s %s'e konumlanýyor\n"
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "%s dizini %s de yeniden konumlanýyor\n"
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "missingok flamasýndan dolayý %s atlandý\n"
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "%s dizini dýþlanýyor\n"
@@ -3540,27 +3540,27 @@ msgstr ""
 msgid "missing    %s"
 msgstr "eksik      %s"
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s için tatmin edici olmayan baðýmlýlýklar: "
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr "%s-%s-%s: deðiþmez baþlýk alaný özet denetimi baþarýsýz\n"
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d hata(%d) %s'den: %s\n"
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d hata(%d): %s\n"
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
@@ -3568,101 +3568,102 @@ msgstr ""
 "%d(0x%08x) göreli konumunda paket zinciri kopuk, yeniden baðlanmaya "
 "çalýþýlýyor...\n"
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "%d(0x%08x) göreli konumunda kopan zincir yeniden baðlanýyor.\n"
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "kapanan db dosyasý     %s\n"
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "silinen db dosyasý     %s\n"
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "db dosyasý %s hatalý\n"
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr "açýlan db dosyasý      %s kip 0x%x\n"
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "Veritabaný için %s kilit alýnamadý\n"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr "baðdaþýk"
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr "paylaþýmlý"
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr "kapandý      db ortamý %s/%s\n"
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr "silindi       db ortamý %s/%s\n"
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr "açýlýyor      db ortamý %s/%s %s\n"
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr "kapandý      db endeks %s/%s\n"
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr "doðrulandý    db endeks %s/%s\n"
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr "açýlýyor       db endeks %s/%s %s kip=0x%x\n"
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr "%s kilit  %s/%s'den alýnamadý\n"
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr "kilitli      db endeks %s/%s\n"
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr "tanýnmayan db seçeneði: \"%s\" yoksayýldý\n"
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr "%s geçersiz sayýsal deðer içeriyor, atlandý\n"
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr "%s ya çok büyük ya da çok küçük 'long' deðer içeriyor, atlandý\n"
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr "%s ya çok büyük ya da çok küçük 'integer' deðer içeriyor, atlandý\n"
@@ -3694,41 +3695,41 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "(eski) rpm[23] paketleme ile uyumlu baþlýklarý üretir"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: tanýmlanmamýþ etiket adý: \"%s\" yoksayýldý\n"
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "%s indeksi db%d - %s (%d) kullanarak açýlamadý\n"
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "%s indeksi açýlamadý\n"
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n"
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n"
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "hata(%d) %s kaydýn %s dosyasýndan silinmesi\n"
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr "belirtilmiþ bir dbpath deðeri yok\n"
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3737,264 +3738,264 @@ msgstr ""
 "rebuilddb kullanýn\n"
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "paketler taranýrken hata(%d)\n"
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "veritabanýndaki %u. kayýt hatalý -- atlanýyor\n"
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: bozuk baþlýk örneði #%u alýndý, atlanýyor.\n"
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: 0x%x de baþlýk okunamadý\n"
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "\"%s\" %s indeksinden siliniyor.\n"
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "%d girdi %s indeksinden siliniyor.\n"
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "yeni paket örneðini tutma hatasý(%d)\n"
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "\"%s\" %s indeksine ekleniyor.\n"
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%d girdi %s indeksine ekleniyor.\n"
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "baþarýlý db3 yeniden oluþturma ertesinde %s kaldýrýlýyor\n"
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr "belirtilmiþ bir dbpath yok"
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "%s veritabaný %s içinde yeniden oluþturuluyor\n"
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "geçici veritabaný %s zaten mevcut\n"
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr "%s dizini oluþturuluyor\n"
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "%s dizini oluþturuluyor: %s\n"
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "eski veritabaný dbapi %d ile açýlýyor\n"
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "yeni veritabaný dbapi %d ile açýlýyor\n"
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kayýt özgün olarak %u e eklenemedi\n"
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "veritabaný yeniden oluþturulamadý: mevcut veritabaný deðiþmeden\n"
 "yerinde býrakýldý\n"
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr "eski veritabanýnýn yenisiyle deðiþtirilirmesi baþarýsýz!\n"
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "kurtarmak için %s içindeki dosyalar %s deki dosyalarla deðiþtiriliyor"
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr "%s dizini siliniyor\n"
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "%s dizininin silinmesi baþarýsýz: %s\n"
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr "======================== %d etkin %d boþ\n"
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr "%3d>%*s(boþ)"
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr "%3d<%*s(boþ)\n"
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr "%%%s makrosunun gövdesi sonlandýrýlmamýþ\n"
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr "%%%s makrosunun ismi kuraldýþý (%%define)\n"
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr "%%%s makrosunu seçenekleri sonlandýrýlmamýþ\n"
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr "%%%s makrosu boþ\n"
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr "%%%s makrosu geniþletmede baþarýsýz\n"
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr "%%%s makrosunun ismi kuraldýþý (%%define)\n"
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr "%%%s (%s) makrosu %d seviyenin altýnda kullanýlmadý\n"
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr "%c seçeneði %s(%s) de anlaþýlamadý\n"
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr "Yineleme derinliði(%d) mümkün miktardan(%d) büyük\n"
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr "%c sonlandýrýlmamýþ: %s\n"
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr "Bir ayrýþtýrýlamayan makro tarafýndan bir %% izlendi\n"
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr "%%%.*s makrosu bulunamadý, atlanýyor\n"
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr "Hedef tampon bellek taþtý\n"
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr "%s dosyasý: %s\n"
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr "%s dosyasý %u bayttan küçük\n"
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr "Baþarýlý"
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr "Sunucudan kötü yanýt"
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr "Sunucu G/Ç hatasý"
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr "Sunucu zaman aþýmý"
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr "Sunucu makina adresi bulunamadý"
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr "Sunucu makina ismi bulunamadý"
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr "Sunucuya baðlanýlamadý"
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr "Sunucuya veri baðlantýsý kurulamadý"
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr "Yerel dosyaya G/Ç hatasý"
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr "Karþý sunucuyu pasif kipe sokma ayarlarýnda hata"
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr "Dosya sunucuda bulunamadý"
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr "Kesme iþlemi sürüyor"
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr "Bilinmeyen ya da beklenmeyen hata"
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr "%s sunucusuna %s olarak giriliyor, parola %s\n"
@@ -4023,37 +4024,37 @@ msgstr "uyar
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr "bellek ayrýlýrken (%u bayt) NULL döndü.\n"
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr "uyarý: u %p ctrl %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr "uyarý: u %p veri %p nrefs != 0 (%s %s)\n"
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr "uyarý: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr "%s@%s için parola: "
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr "hata: %sport bir sayý olmalý\n"
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr "url portu bir sayý olmalý\n"
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr "%s oluþturulamadý: %s\n"
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
--- a/po/zh.po
+++ b/po/zh.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index 9eb6a0b..04c7fe7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-15 00:19-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -19,53 +19,53 @@ msgstr ""
 msgid "cannot open rpm database in %s\n"
 msgstr ""
 
-#: build.c:47
+#: build.c:48
 msgid "failed build dependencies:\n"
 msgstr ""
 
-#: build.c:79
+#: build.c:81
 #, c-format
 msgid "Unable to open spec file %s: %s\n"
 msgstr ""
 
-#: build.c:154 build.c:166
+#: build.c:158 build.c:170
 #, c-format
 msgid "Failed to open tar pipe: %m\n"
 msgstr ""
 
 #. Give up
-#: build.c:173
+#: build.c:177
 #, c-format
 msgid "Failed to read spec file from %s\n"
 msgstr ""
 
-#: build.c:201
+#: build.c:205
 #, c-format
 msgid "Failed to rename %s to %s: %m\n"
 msgstr ""
 
-#: build.c:240
+#: build.c:244
 #, c-format
 msgid "failed to stat %s: %m\n"
 msgstr ""
 
-#: build.c:245
+#: build.c:249
 #, c-format
 msgid "File %s is not a regular file.\n"
 msgstr ""
 
-#: build.c:254
+#: build.c:258
 #, c-format
 msgid "File %s does not appear to be a specfile.\n"
 msgstr ""
 
 #. parse up the build operators
-#: build.c:310
+#: build.c:314
 #, c-format
 msgid "Building target platforms: %s\n"
 msgstr ""
 
-#: build.c:325
+#: build.c:329
 #, c-format
 msgid "Building for target %s\n"
 msgstr ""
@@ -75,16 +75,16 @@ msgstr ""
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:245
+#: rpm.c:238 rpmqv.c:246
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:251
+#: rpm.c:242 rpmqv.c:253
 msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:252
+#: rpm.c:243 rpmqv.c:254
 msgid "This program may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
@@ -507,11 +507,11 @@ msgid ""
 "options as -q"
 msgstr ""
 
-#: lib/poptI.c:148 rpm.c:420 rpm.c:462 rpm.c:497
+#: lib/poptI.c:151 rpm.c:420 rpm.c:462 rpm.c:497
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: lib/poptK.c:68 rpm.c:422
+#: lib/poptK.c:69 rpm.c:422
 msgid "do not verify file md5 checksums"
 msgstr ""
 
@@ -531,7 +531,7 @@ msgstr ""
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: lib/poptI.c:144 rpm.c:431
+#: lib/poptI.c:147 rpm.c:431
 msgid "install package"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: lib/poptI.c:109 rpm.c:437
+#: lib/poptI.c:112 rpm.c:437
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
@@ -559,47 +559,47 @@ msgstr ""
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: lib/poptI.c:194 rpm.c:439
+#: lib/poptI.c:197 rpm.c:439
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: lib/poptI.c:118 rpm.c:443
+#: lib/poptI.c:121 rpm.c:443
 msgid "do not install documentation"
 msgstr ""
 
-#: lib/poptI.c:124 rpm.c:445
+#: lib/poptI.c:127 rpm.c:445
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: lib/poptI.c:130 rpm.c:447
+#: lib/poptI.c:133 rpm.c:447
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: lib/poptI.c:95 rpm.c:449
+#: lib/poptI.c:98 rpm.c:449
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: lib/poptI.c:133 rpm.c:452
+#: lib/poptI.c:136 rpm.c:452
 msgid "don't verify package architecture"
 msgstr ""
 
-#: lib/poptI.c:139 rpm.c:454
+#: lib/poptI.c:142 rpm.c:454
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: lib/poptI.c:136 rpm.c:456
+#: lib/poptI.c:139 rpm.c:456
 msgid "don't verify package operating system"
 msgstr ""
 
-#: lib/poptI.c:141 rpm.c:458
+#: lib/poptI.c:144 rpm.c:458
 msgid "install documentation"
 msgstr ""
 
-#: lib/poptI.c:146 rpm.c:460 rpm.c:495
+#: lib/poptI.c:149 rpm.c:460 rpm.c:495
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: lib/poptI.c:151 rpm.c:464 rpm.c:499
+#: lib/poptI.c:154 rpm.c:464 rpm.c:499
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
@@ -611,19 +611,19 @@ msgstr ""
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:192 rpm.c:470
+#: lib/poptI.c:195 rpm.c:470
 msgid "print percentages as package installs"
 msgstr ""
 
-#: lib/poptI.c:204 rpm.c:472
+#: lib/poptI.c:207 rpm.c:472
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: lib/poptI.c:207 rpm.c:474
+#: lib/poptI.c:210 rpm.c:474
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: lib/poptI.c:212 rpm.c:478
+#: lib/poptI.c:215 rpm.c:478
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
@@ -639,7 +639,7 @@ msgstr ""
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: lib/poptI.c:188 rpm.c:485
+#: lib/poptI.c:191 rpm.c:485
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -653,11 +653,11 @@ msgstr ""
 msgid "    -e <package>          "
 msgstr ""
 
-#: lib/poptI.c:115 rpm.c:489
+#: lib/poptI.c:118 rpm.c:489
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: lib/poptI.c:99 rpm.c:491
+#: lib/poptI.c:102 rpm.c:491
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -766,7 +766,7 @@ msgstr ""
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: lib/poptK.c:55 rpm.c:546
+#: lib/poptK.c:56 rpm.c:546
 msgid "sign a package (discard current signature)"
 msgstr ""
 
@@ -774,7 +774,7 @@ msgstr ""
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: lib/poptK.c:53 rpm.c:548
+#: lib/poptK.c:54 rpm.c:548
 msgid "add a signature to a package"
 msgstr ""
 
@@ -786,15 +786,15 @@ msgstr ""
 msgid "    -K <pkg>+             "
 msgstr ""
 
-#: lib/poptK.c:59 rpm.c:551
+#: lib/poptK.c:60 rpm.c:551
 msgid "verify package signature"
 msgstr ""
 
-#: lib/poptK.c:65 rpm.c:553
+#: lib/poptK.c:66 rpm.c:553
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: lib/poptK.c:62 rpm.c:555
+#: lib/poptK.c:63 rpm.c:555
 msgid "skip any GPG signatures"
 msgstr ""
 
@@ -827,8 +827,8 @@ msgid ""
 msgstr ""
 
 #: rpm.c:728 rpm.c:734 rpm.c:743 rpm.c:765 rpm.c:771 rpm.c:778 rpm.c:786
-#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:646 rpmqv.c:652 rpmqv.c:658
-#: rpmqv.c:696
+#: rpm.c:794 rpm.c:815 rpm.c:821 rpm.c:884 rpmqv.c:648 rpmqv.c:654 rpmqv.c:660
+#: rpmqv.c:698
 msgid "only one major mode may be specified"
 msgstr ""
 
@@ -840,23 +840,23 @@ msgstr ""
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: lib/poptI.c:57 rpm.c:827
+#: lib/poptI.c:59 rpm.c:827
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: lib/poptI.c:59 rpm.c:829
+#: lib/poptI.c:61 rpm.c:829
 msgid "relocations must contain a ="
 msgstr ""
 
-#: lib/poptI.c:62 rpm.c:832
+#: lib/poptI.c:64 rpm.c:832
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: lib/poptI.c:45 rpm.c:841
+#: lib/poptI.c:47 rpm.c:841
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:850 rpmqv.c:598
+#: rpm.c:850 rpmqv.c:600
 msgid "The --rcfile option has been eliminated.\n"
 msgstr ""
 
@@ -864,101 +864,101 @@ msgstr ""
 msgid "Use --macros with a colon separated list of macro files to read.\n"
 msgstr ""
 
-#: rpm.c:856 rpmqv.c:605
+#: rpm.c:856 rpmqv.c:607
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:675
+#: rpm.c:891 rpmqv.c:677
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:896 rpmqv.c:679
+#: rpm.c:896 rpmqv.c:681
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:899 rpmqv.c:682
+#: rpm.c:899 rpmqv.c:684
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:902 rpmqv.c:685
+#: rpm.c:902 rpmqv.c:687
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:905 rpmqv.c:729
+#: rpm.c:905 rpmqv.c:731
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:908 rpmqv.c:731
+#: rpm.c:908 rpmqv.c:733
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:734
+#: rpm.c:911 rpmqv.c:736
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:914 rpmqv.c:737
+#: rpm.c:914 rpmqv.c:739
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:917 rpmqv.c:740
+#: rpm.c:917 rpmqv.c:742
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:920 rpmqv.c:743
+#: rpm.c:920 rpmqv.c:745
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:746
+#: rpm.c:923 rpmqv.c:748
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:750
+#: rpm.c:927 rpmqv.c:752
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:755
+#: rpm.c:931 rpmqv.c:757
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:759
+#: rpm.c:935 rpmqv.c:761
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:763
+#: rpm.c:939 rpmqv.c:765
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:767
+#: rpm.c:943 rpmqv.c:769
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:771
+#: rpm.c:947 rpmqv.c:773
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:775
+#: rpm.c:951 rpmqv.c:777
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:955 rpmqv.c:779
+#: rpm.c:955 rpmqv.c:781
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:959 rpmqv.c:784
+#: rpm.c:959 rpmqv.c:786
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:963 rpmqv.c:788
+#: rpm.c:963 rpmqv.c:790
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:967 rpmqv.c:792
+#: rpm.c:967 rpmqv.c:794
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:971 rpmqv.c:797
+#: rpm.c:971 rpmqv.c:799
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
@@ -972,31 +972,31 @@ msgstr ""
 msgid "--apply may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:987 rpmqv.c:807
+#: rpm.c:987 rpmqv.c:809
 msgid ""
 "trigger disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:811
+#: rpm.c:991 rpmqv.c:813
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:996 rpmqv.c:816
+#: rpm.c:996 rpmqv.c:818
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:821
+#: rpm.c:1000 rpmqv.c:823
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:1012 rpmqv.c:833
+#: rpm.c:1012 rpmqv.c:835
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
@@ -1017,77 +1017,77 @@ msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1038 rpmqv.c:854
+#: rpm.c:1038 rpmqv.c:858
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1043 rpmqv.c:859
+#: rpm.c:1043 rpmqv.c:863
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1058 rpmqv.c:878
+#: rpm.c:1058 rpmqv.c:882
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1062 rpmqv.c:883
+#: rpm.c:1062 rpmqv.c:887
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1064 rpmqv.c:885
+#: rpm.c:1064 rpmqv.c:889
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1067 rpmqv.c:889
+#: rpm.c:1067 rpmqv.c:893
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1072 rpmqv.c:894
+#: rpm.c:1072 rpmqv.c:898
 #, c-format
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1078 rpmqv.c:901
+#: rpm.c:1078 rpmqv.c:905
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1093 rpmqv.c:917
+#: rpm.c:1093 rpmqv.c:922
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1116 rpmqv.c:1133
+#: rpm.c:1116 rpmqv.c:1140
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1127 rpmqv.c:1142
+#: rpm.c:1127 rpmqv.c:1149
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1138 rpmqv.c:1151
+#: rpm.c:1138 rpmqv.c:1158
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1154 rpmqv.c:1035
+#: rpm.c:1154 rpmqv.c:1040
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1243 rpmqv.c:1046
+#: rpm.c:1243 rpmqv.c:1051
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1267 rpmqv.c:1096
+#: rpm.c:1267 rpmqv.c:1103
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1272 rpmqv.c:1105
+#: rpm.c:1272 rpmqv.c:1112
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1289 rpmqv.c:1121
+#: rpm.c:1289 rpmqv.c:1128
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1293 rpmqv.c:1125
+#: rpm.c:1293 rpmqv.c:1132
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1128,7 +1128,7 @@ msgstr ""
 msgid "<cmd>"
 msgstr ""
 
-#: lib/poptI.c:195 rpmqv.c:143
+#: lib/poptI.c:198 rpmqv.c:143
 msgid "<dir>"
 msgstr ""
 
@@ -1194,57 +1194,57 @@ msgstr ""
 msgid "%s: %s\n"
 msgstr ""
 
-#: rpmqv.c:264
+#: rpmqv.c:266
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:599
+#: rpmqv.c:601
 msgid "Use \"--macros <file:...>\" instead.\n"
 msgstr ""
 
-#: rpmqv.c:723
+#: rpmqv.c:725
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:802
+#: rpmqv.c:804
 msgid ""
 "script disabling options may only be specified during package installation "
 "and erasure"
 msgstr ""
 
-#: rpmqv.c:947
+#: rpmqv.c:952
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1016
+#: rpmqv.c:1021
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1018
+#: rpmqv.c:1023
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:123 build/pack.c:463
+#: build/build.c:125 build/pack.c:467
 msgid "Unable to open temp file.\n"
 msgstr ""
 
-#: build/build.c:202
+#: build/build.c:209
 #, c-format
 msgid "Executing(%s): %s\n"
 msgstr ""
 
-#: build/build.c:208
+#: build/build.c:215
 #, c-format
 msgid "Exec of %s failed (%s): %s\n"
 msgstr ""
 
-#: build/build.c:217
+#: build/build.c:224
 #, c-format
 msgid "Bad exit status from %s (%s)\n"
 msgstr ""
 
-#: build/build.c:317
+#: build/build.c:324
 msgid ""
 "\n"
 "\n"
@@ -1267,214 +1267,214 @@ msgstr ""
 msgid "parse error in expression\n"
 msgstr ""
 
-#: build/expression.c:341
+#: build/expression.c:342
 msgid "unmatched (\n"
 msgstr ""
 
-#: build/expression.c:371
+#: build/expression.c:372
 msgid "- only on numbers\n"
 msgstr ""
 
-#: build/expression.c:387
+#: build/expression.c:388
 msgid "! only on numbers\n"
 msgstr ""
 
-#: build/expression.c:431 build/expression.c:481 build/expression.c:541
-#: build/expression.c:635
+#: build/expression.c:434 build/expression.c:486 build/expression.c:548
+#: build/expression.c:644
 msgid "types must match\n"
 msgstr ""
 
-#: build/expression.c:444
+#: build/expression.c:447
 msgid "* / not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:497
+#: build/expression.c:502
 msgid "- not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:648
+#: build/expression.c:657
 msgid "&& and || not suported for strings\n"
 msgstr ""
 
-#: build/expression.c:681 build/expression.c:728
+#: build/expression.c:691 build/expression.c:738
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:272
+#: build/files.c:274
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:331 build/files.c:523 build/files.c:706
+#: build/files.c:333 build/files.c:525 build/files.c:708
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:342 build/files.c:648 build/files.c:717
+#: build/files.c:344 build/files.c:650 build/files.c:719
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:380 build/files.c:673
+#: build/files.c:382 build/files.c:675
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:486
+#: build/files.c:488
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:539
+#: build/files.c:541
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:577
+#: build/files.c:579
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:587
+#: build/files.c:589
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:599
+#: build/files.c:601
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:744
+#: build/files.c:746
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:755
+#: build/files.c:757
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:906
+#: build/files.c:908
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:912
+#: build/files.c:914
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:940
+#: build/files.c:942
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:954
+#: build/files.c:957
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:966
+#: build/files.c:970
 #, c-format
 msgid "Can't mix special %%doc with other forms: %s\n"
 msgstr ""
 
 #. Two entries for the same file found, merge the entries.
-#: build/files.c:1143
+#: build/files.c:1147
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1276
+#: build/files.c:1280
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1477
+#: build/files.c:1485
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1501
+#: build/files.c:1509
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1544 build/files.c:2148 build/parsePrep.c:50
+#: build/files.c:1552 build/files.c:2164 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1556
+#: build/files.c:1564
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1660
+#: build/files.c:1668
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1683
+#: build/files.c:1691
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1697
+#: build/files.c:1706
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1758
+#: build/files.c:1768
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1769 build/pack.c:148
+#: build/files.c:1779 build/pack.c:148
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2136
+#: build/files.c:2152
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2208
+#: build/files.c:2224
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2213
+#: build/files.c:2229
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2295
+#: build/files.c:2311
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2299
+#: build/files.c:2315
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2434
+#: build/files.c:2450
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2460 build/files.c:2474
+#: build/files.c:2476 build/files.c:2490
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2595
+#: build/files.c:2611
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1568,7 +1568,7 @@ msgstr ""
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:305 build/pack.c:505
+#: build/pack.c:305 build/pack.c:509
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
@@ -1583,82 +1583,82 @@ msgstr ""
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:451
+#: build/pack.c:455
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:469
+#: build/pack.c:473
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:481
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:512
+#: build/pack.c:516
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:530
+#: build/pack.c:534
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:543
+#: build/pack.c:547
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:555
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:587 lib/psm.c:1550
+#: build/pack.c:591 lib/psm.c:1564
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:602
+#: build/pack.c:606
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:612
+#: build/pack.c:616
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:626
+#: build/pack.c:630
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:636
+#: build/pack.c:640
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:642
+#: build/pack.c:646
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:667 lib/psm.c:1809
+#: build/pack.c:671 lib/psm.c:1823
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:734
+#: build/pack.c:738
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:751
+#: build/pack.c:755
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
 
-#: build/parseBuildInstallClean.c:30
+#: build/parseBuildInstallClean.c:32
 #, c-format
 msgid "line %d: second %s\n"
 msgstr ""
@@ -1698,17 +1698,17 @@ msgstr ""
 msgid "line %d: Error parsing %%description: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:195
+#: build/parseDescription.c:58 build/parseFiles.c:53 build/parseScript.c:197
 #, c-format
 msgid "line %d: Bad option %s: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:207
+#: build/parseDescription.c:71 build/parseFiles.c:65 build/parseScript.c:209
 #, c-format
 msgid "line %d: Too many names: %s\n"
 msgstr ""
 
-#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:216
+#: build/parseDescription.c:81 build/parseFiles.c:74 build/parseScript.c:218
 #, c-format
 msgid "line %d: Package does not exist: %s\n"
 msgstr ""
@@ -1794,57 +1794,57 @@ msgstr ""
 msgid "line %d: Illegal char '-' in %s: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:565 build/parseSpec.c:400
+#: build/parsePreamble.c:569 build/parseSpec.c:404
 #, c-format
 msgid "BuildRoot can not be \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:578
+#: build/parsePreamble.c:582
 #, c-format
 msgid "line %d: Prefixes must not end with \"/\": %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:590
+#: build/parsePreamble.c:594
 #, c-format
 msgid "line %d: Docdir must begin with '/': %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:602
+#: build/parsePreamble.c:606
 #, c-format
 msgid "line %d: Epoch/Serial field must be a number: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:642 build/parsePreamble.c:653
+#: build/parsePreamble.c:646 build/parsePreamble.c:657
 #, c-format
 msgid "line %d: Bad %s: qualifiers: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:679
+#: build/parsePreamble.c:683
 #, c-format
 msgid "line %d: Bad BuildArchitecture format: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:688
+#: build/parsePreamble.c:692
 #, c-format
 msgid "Internal error: Bogus tag %d\n"
 msgstr ""
 
-#: build/parsePreamble.c:842
+#: build/parsePreamble.c:847
 #, c-format
 msgid "Bad package specification: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:848
+#: build/parsePreamble.c:853
 #, c-format
 msgid "Package already exists: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:875
+#: build/parsePreamble.c:880
 #, c-format
 msgid "line %d: Unknown tag: %s\n"
 msgstr ""
 
-#: build/parsePreamble.c:897
+#: build/parsePreamble.c:902
 msgid "Spec file can't use BuildRoot\n"
 msgstr ""
 
@@ -1933,27 +1933,27 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s\n"
 msgstr ""
 
-#: build/parseReqs.c:174
+#: build/parseReqs.c:175
 #, c-format
 msgid "line %d: Version required: %s\n"
 msgstr ""
 
-#: build/parseScript.c:161
+#: build/parseScript.c:163
 #, c-format
 msgid "line %d: triggers must have --: %s\n"
 msgstr ""
 
-#: build/parseScript.c:171 build/parseScript.c:232
+#: build/parseScript.c:173 build/parseScript.c:234
 #, c-format
 msgid "line %d: Error parsing %s: %s\n"
 msgstr ""
 
-#: build/parseScript.c:182
+#: build/parseScript.c:184
 #, c-format
 msgid "line %d: script program must begin with '/': %s\n"
 msgstr ""
 
-#: build/parseScript.c:224
+#: build/parseScript.c:226
 #, c-format
 msgid "line %d: Second %s\n"
 msgstr ""
@@ -1964,41 +1964,41 @@ msgid "line %d: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: build/parseSpec.c:195
+#: build/parseSpec.c:196
 #, c-format
 msgid "Unable to open %s: %s\n"
 msgstr ""
 
-#: build/parseSpec.c:208
+#: build/parseSpec.c:210
 #, c-format
 msgid "Unclosed %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:280
+#: build/parseSpec.c:282
 #, c-format
 msgid "%s:%d: parseExpressionBoolean returns %d\n"
 msgstr ""
 
-#: build/parseSpec.c:289
+#: build/parseSpec.c:291
 #, c-format
 msgid "%s:%d: Got a %%else with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:301
+#: build/parseSpec.c:303
 #, c-format
 msgid "%s:%d: Got a %%endif with no %%if\n"
 msgstr ""
 
-#: build/parseSpec.c:315 build/parseSpec.c:324
+#: build/parseSpec.c:317 build/parseSpec.c:326
 #, c-format
 msgid "malformed %%include statement\n"
 msgstr ""
 
-#: build/parseSpec.c:518
+#: build/parseSpec.c:522
 msgid "No compatible architectures found for build\n"
 msgstr ""
 
-#: build/parseSpec.c:573
+#: build/parseSpec.c:579
 #, c-format
 msgid "Package has no %%description: %s\n"
 msgstr ""
@@ -2013,119 +2013,119 @@ msgstr ""
 msgid "line %d: Bad no%s number: %d\n"
 msgstr ""
 
-#: build/spec.c:292
+#: build/spec.c:294
 #, c-format
 msgid "line %d: Bad %s number: %s\n"
 msgstr ""
 
-#: lib/cpio.c:187
+#: lib/cpio.c:188
 #, c-format
 msgid "(error 0x%x)"
 msgstr ""
 
-#: lib/cpio.c:190
+#: lib/cpio.c:191
 msgid "Bad magic"
 msgstr ""
 
-#: lib/cpio.c:191
+#: lib/cpio.c:192
 msgid "Bad/unreadable  header"
 msgstr ""
 
-#: lib/cpio.c:212
+#: lib/cpio.c:213
 msgid "Header size too big"
 msgstr ""
 
-#: lib/cpio.c:213
+#: lib/cpio.c:214
 msgid "Unknown file type"
 msgstr ""
 
-#: lib/cpio.c:214
+#: lib/cpio.c:215
 msgid "Missing hard link(s)"
 msgstr ""
 
-#: lib/cpio.c:215
+#: lib/cpio.c:216
 msgid "MD5 sum mismatch"
 msgstr ""
 
-#: lib/cpio.c:216
+#: lib/cpio.c:217
 msgid "Internal error"
 msgstr ""
 
-#: lib/cpio.c:217
+#: lib/cpio.c:218
 msgid "Archive file not in header"
 msgstr ""
 
-#: lib/cpio.c:226
+#: lib/cpio.c:229
 msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:572
+#: lib/depends.c:574
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:601
+#: lib/depends.c:603
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:602 lib/depends.c:1224 lib/depends.c:1357
+#: lib/depends.c:604 lib/depends.c:1236 lib/depends.c:1369
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1020
+#: lib/depends.c:1030
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1131
+#: lib/depends.c:1141
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1223
+#: lib/depends.c:1235
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1252
+#: lib/depends.c:1264
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1269
+#: lib/depends.c:1281
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1305
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1306
+#: lib/depends.c:1318
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1320
+#: lib/depends.c:1332
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1336
+#: lib/depends.c:1348
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1357
+#: lib/depends.c:1369
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,47 +2133,47 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1430
+#: lib/depends.c:1442
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1509
+#: lib/depends.c:1521
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1760
+#: lib/depends.c:1774
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1909
+#: lib/depends.c:1924
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1969
+#: lib/depends.c:1984
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2019
+#: lib/depends.c:2034
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2071
+#: lib/depends.c:2087
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2100
+#: lib/depends.c:2117
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
 #: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160
-#: lib/header.c:2639 lib/header.c:2660 lib/header.c:2682
+#: lib/header.c:2653 lib/header.c:2674 lib/header.c:2696
 msgid "(not a number)"
 msgstr ""
 
@@ -2200,7 +2200,7 @@ msgstr ""
 msgid "getting list of mounted filesystems\n"
 msgstr ""
 
-#: lib/fs.c:159 rpmio/url.c:495
+#: lib/fs.c:159 rpmio/url.c:499
 #, c-format
 msgid "failed to open %s: %s\n"
 msgstr ""
@@ -2219,37 +2219,37 @@ msgstr ""
 msgid "%9d %s\n"
 msgstr ""
 
-#: lib/fsm.c:1141
+#: lib/fsm.c:1160
 #, c-format
 msgid "%s directory created with perms %04o.\n"
 msgstr ""
 
-#: lib/fsm.c:1419
+#: lib/fsm.c:1439
 #, c-format
 msgid "archive file %s was not found in header file list\n"
 msgstr ""
 
-#: lib/fsm.c:1538 lib/fsm.c:1663
+#: lib/fsm.c:1558 lib/fsm.c:1683
 #, c-format
 msgid "%s saved as %s\n"
 msgstr ""
 
-#: lib/fsm.c:1689
+#: lib/fsm.c:1709
 #, c-format
 msgid "%s rmdir of %s failed: Directory not empty\n"
 msgstr ""
 
-#: lib/fsm.c:1695
+#: lib/fsm.c:1715
 #, c-format
 msgid "%s rmdir of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1705
+#: lib/fsm.c:1725
 #, c-format
 msgid "%s unlink of %s failed: %s\n"
 msgstr ""
 
-#: lib/fsm.c:1724
+#: lib/fsm.c:1744
 #, c-format
 msgid "%s created as %s\n"
 msgstr ""
@@ -2261,87 +2261,87 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:403
+#: lib/header.c:304 lib/header_internal.c:159 lib/psm.c:405
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1942
+#: lib/header.c:1952
 #, c-format
 msgid "missing { after %"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1972
+#: lib/header.c:1982
 msgid "missing } after %{"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:1986
+#: lib/header.c:1996
 msgid "empty tag format"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2000
+#: lib/header.c:2010
 msgid "empty tag name"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2017
+#: lib/header.c:2027
 msgid "unknown tag"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2044
+#: lib/header.c:2054
 msgid "] expected at end of array"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2062
+#: lib/header.c:2072
 msgid "unexpected ]"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2066
+#: lib/header.c:2076
 msgid "unexpected }"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2132
+#: lib/header.c:2142
 msgid "? expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2141
+#: lib/header.c:2151
 msgid "{ expected after ? in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2154 lib/header.c:2196
+#: lib/header.c:2164 lib/header.c:2206
 msgid "} expected in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2164
+#: lib/header.c:2174
 msgid ": expected following ? subexpression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2181
+#: lib/header.c:2191
 msgid "{ expected after : in expression"
 msgstr ""
 
 #. @-observertrans -readonlytrans@
-#: lib/header.c:2206
+#: lib/header.c:2216
 msgid "| expected at end of expression"
 msgstr ""
 
-#: lib/header.c:2399
+#: lib/header.c:2412
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:269 lib/misc.c:274 lib/misc.c:280
+#: lib/misc.c:276 lib/misc.c:281 lib/misc.c:287
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
@@ -2350,7 +2350,7 @@ msgstr ""
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:224
+#: lib/package.c:226
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
@@ -2487,250 +2487,250 @@ msgstr ""
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
-#: lib/poptI.c:79
+#: lib/poptI.c:81
 msgid "malformed rollback time"
 msgstr ""
 
-#: lib/poptI.c:105 lib/poptI.c:156
+#: lib/poptI.c:108 lib/poptI.c:159
 msgid "do not execute package scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:112
+#: lib/poptI.c:115
 msgid "save erased package files by renaming into sub-directory"
 msgstr ""
 
-#: lib/poptI.c:115
+#: lib/poptI.c:118
 msgid "<package>+"
 msgstr ""
 
-#: lib/poptI.c:120
+#: lib/poptI.c:123
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: lib/poptI.c:121
+#: lib/poptI.c:124
 msgid "<path>"
 msgstr ""
 
-#: lib/poptI.c:127
+#: lib/poptI.c:130
 msgid "upgrade package(s) if already installed"
 msgstr ""
 
-#: lib/poptI.c:128 lib/poptI.c:144 lib/poptI.c:216
+#: lib/poptI.c:131 lib/poptI.c:147 lib/poptI.c:219
 msgid "<packagefile>+"
 msgstr ""
 
-#: lib/poptI.c:159
+#: lib/poptI.c:162
 #, c-format
 msgid "do not execute %%pre scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:162
+#: lib/poptI.c:165
 #, c-format
 msgid "do not execute %%post scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:165
+#: lib/poptI.c:168
 #, c-format
 msgid "do not execute %%preun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:168
+#: lib/poptI.c:171
 #, c-format
 msgid "do not execute %%postun scriptlet (if any)"
 msgstr ""
 
-#: lib/poptI.c:172
+#: lib/poptI.c:175
 msgid "do not execute any scriptlet(s) triggered by this package"
 msgstr ""
 
-#: lib/poptI.c:175
+#: lib/poptI.c:178
 #, c-format
 msgid "do not execute any %%triggerprein scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:178
+#: lib/poptI.c:181
 #, c-format
 msgid "do not execute any %%triggerin scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:181
+#: lib/poptI.c:184
 #, c-format
 msgid "do not execute any %%triggerun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:184
+#: lib/poptI.c:187
 #, c-format
 msgid "do not execute any %%triggerpostun scriptlet(s)"
 msgstr ""
 
-#: lib/poptI.c:197
+#: lib/poptI.c:200
 msgid "relocate files from path <old> to <new>"
 msgstr ""
 
-#: lib/poptI.c:198
+#: lib/poptI.c:201
 msgid "<old>=<new>"
 msgstr ""
 
-#: lib/poptI.c:201
+#: lib/poptI.c:204
 msgid "save erased package files by repackaging"
 msgstr ""
 
-#: lib/poptI.c:209
+#: lib/poptI.c:212
 msgid "deinstall new package(s), reinstall old package(s), back to date"
 msgstr ""
 
-#: lib/poptI.c:210
+#: lib/poptI.c:213
 msgid "<date>"
 msgstr ""
 
-#: lib/poptI.c:215
+#: lib/poptI.c:218
 msgid "upgrade package(s)"
 msgstr ""
 
-#: lib/poptK.c:57
+#: lib/poptK.c:58
 msgid "generate signature"
 msgstr ""
 
-#: lib/poptQV.c:75
+#: lib/poptQV.c:76
 msgid "query/verify all packages"
 msgstr ""
 
-#: lib/poptQV.c:77
+#: lib/poptQV.c:78
 msgid "query/verify package(s) owning file"
 msgstr ""
 
-#: lib/poptQV.c:79
+#: lib/poptQV.c:80
 msgid "query/verify package(s) in group"
 msgstr ""
 
-#: lib/poptQV.c:81
+#: lib/poptQV.c:82
 msgid "query/verify a package file (i.e. a binary *.rpm file)"
 msgstr ""
 
-#: lib/poptQV.c:83
+#: lib/poptQV.c:84
 msgid "rpm query mode"
 msgstr ""
 
-#: lib/poptQV.c:87
+#: lib/poptQV.c:88
 msgid "display known query tags"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "query a spec file"
 msgstr ""
 
-#: lib/poptQV.c:89
+#: lib/poptQV.c:90
 msgid "<spec>"
 msgstr ""
 
-#: lib/poptQV.c:91
+#: lib/poptQV.c:92
 msgid "query the package(s) triggered by the package"
 msgstr ""
 
-#: lib/poptQV.c:93
+#: lib/poptQV.c:94
 msgid "rpm verify mode"
 msgstr ""
 
-#: lib/poptQV.c:95
+#: lib/poptQV.c:96
 msgid "rpm verify mode (legacy)"
 msgstr ""
 
-#: lib/poptQV.c:97
+#: lib/poptQV.c:98
 msgid "query/verify the package(s) which require a dependency"
 msgstr ""
 
-#: lib/poptQV.c:99
+#: lib/poptQV.c:100
 msgid "query/verify the package(s) which provide a dependency"
 msgstr ""
 
-#: lib/poptQV.c:154
+#: lib/poptQV.c:158
 msgid "list all configuration files"
 msgstr ""
 
-#: lib/poptQV.c:156
+#: lib/poptQV.c:160
 msgid "list all documentation files"
 msgstr ""
 
-#: lib/poptQV.c:158
+#: lib/poptQV.c:162
 msgid "dump basic file information"
 msgstr ""
 
-#: lib/poptQV.c:160
+#: lib/poptQV.c:164
 msgid "list files in package"
 msgstr ""
 
-#: lib/poptQV.c:165
+#: lib/poptQV.c:169
 #, c-format
 msgid "skip %%ghost files"
 msgstr ""
 
-#: lib/poptQV.c:169
+#: lib/poptQV.c:173
 #, c-format
 msgid "skip %%license files"
 msgstr ""
 
-#: lib/poptQV.c:172
+#: lib/poptQV.c:176
 #, c-format
 msgid "skip %%readme files"
 msgstr ""
 
-#: lib/poptQV.c:178
+#: lib/poptQV.c:182
 msgid "use the following query format"
 msgstr ""
 
-#: lib/poptQV.c:180
+#: lib/poptQV.c:184
 msgid "substitute i18n sections into spec file"
 msgstr ""
 
-#: lib/poptQV.c:182
+#: lib/poptQV.c:186
 msgid "display the states of the listed files"
 msgstr ""
 
-#: lib/poptQV.c:184
+#: lib/poptQV.c:188
 msgid "display a verbose file listing"
 msgstr ""
 
-#: lib/poptQV.c:201
+#: lib/poptQV.c:205
 msgid "don't verify MD5 digest of files"
 msgstr ""
 
-#: lib/poptQV.c:204
+#: lib/poptQV.c:208
 msgid "don't verify size of files"
 msgstr ""
 
-#: lib/poptQV.c:207
+#: lib/poptQV.c:211
 msgid "don't verify symlink path of files"
 msgstr ""
 
-#: lib/poptQV.c:210
+#: lib/poptQV.c:214
 msgid "don't verify owner of files"
 msgstr ""
 
-#: lib/poptQV.c:213
+#: lib/poptQV.c:217
 msgid "don't verify group of files"
 msgstr ""
 
-#: lib/poptQV.c:216
+#: lib/poptQV.c:220
 msgid "don't verify modification time of files"
 msgstr ""
 
-#: lib/poptQV.c:219 lib/poptQV.c:222
+#: lib/poptQV.c:223 lib/poptQV.c:226
 msgid "don't verify mode of files"
 msgstr ""
 
-#: lib/poptQV.c:225
+#: lib/poptQV.c:229
 msgid "don't verify files in package"
 msgstr ""
 
-#: lib/poptQV.c:227
+#: lib/poptQV.c:231
 msgid "don't verify package dependencies"
 msgstr ""
 
-#: lib/poptQV.c:229 lib/poptQV.c:233
+#: lib/poptQV.c:233 lib/poptQV.c:237
 msgid "don't execute %verifyscript (if any)"
 msgstr ""
 
-#: lib/poptQV.c:236
+#: lib/poptQV.c:240
 msgid "don't verify header SHA1 digest"
 msgstr ""
 
@@ -2799,74 +2799,74 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:599
+#: lib/psm.c:601
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:605
+#: lib/psm.c:607
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:643
+#: lib/psm.c:645
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:756
+#: lib/psm.c:758
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1020
+#: lib/psm.c:1029
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1027
+#: lib/psm.c:1036
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1355
+#: lib/psm.c:1369
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:1472
+#: lib/psm.c:1486
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:1587
+#: lib/psm.c:1601
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1596
+#: lib/psm.c:1610
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:1635
+#: lib/psm.c:1649
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1636
+#: lib/psm.c:1650
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:1817
+#: lib/psm.c:1831
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:1820
+#: lib/psm.c:1834
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
 
-#: lib/psm.c:1912
+#: lib/psm.c:1926
 #, c-format
 msgid "%s: running %s script(s) (if any)\n"
 msgstr ""
@@ -2876,119 +2876,119 @@ msgstr ""
 msgid "incorrect format: %s\n"
 msgstr ""
 
-#: lib/query.c:214
+#: lib/query.c:216
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:275
+#: lib/query.c:277
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:278
+#: lib/query.c:280
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:281
+#: lib/query.c:283
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:284
+#: lib/query.c:286
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:289
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:292
+#: lib/query.c:294
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:311 lib/query.c:367
+#: lib/query.c:313 lib/query.c:369
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:454
+#: lib/query.c:458
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
-#: lib/query.c:590 lib/query.c:624 lib/rpminstall.c:313 lib/rpminstall.c:457
-#: lib/rpminstall.c:829
+#: lib/query.c:596 lib/query.c:630 lib/rpminstall.c:317 lib/rpminstall.c:461
+#: lib/rpminstall.c:839
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:603
+#: lib/query.c:609
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:615
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:634 lib/rpminstall.c:470
+#: lib/query.c:640 lib/rpminstall.c:474
 #, c-format
 msgid "%s: read manifest failed: %s\n"
 msgstr ""
 
-#: lib/query.c:676
+#: lib/query.c:682
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:698
+#: lib/query.c:704
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:717
+#: lib/query.c:723
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:727
+#: lib/query.c:733
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:737
+#: lib/query.c:743
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:748
+#: lib/query.c:754
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:785
+#: lib/query.c:791
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:789
+#: lib/query.c:795
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:815
+#: lib/query.c:821
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:818
+#: lib/query.c:824
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:823
+#: lib/query.c:829
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:834 lib/rpminstall.c:619
+#: lib/query.c:840 lib/rpminstall.c:625
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
@@ -3012,158 +3012,158 @@ msgstr ""
 msgid "%s: Fread failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:147 lib/rpmchecksig.c:291
+#: lib/rpmchecksig.c:148 lib/rpmchecksig.c:294
 #, c-format
 msgid "%s: readLead failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:152
+#: lib/rpmchecksig.c:153
 #, c-format
 msgid "%s: Can't sign v1.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:156
+#: lib/rpmchecksig.c:157
 #, c-format
 msgid "%s: Can't re-sign v2.0 RPM\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:165 lib/rpmchecksig.c:307
+#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:310
 #, c-format
 msgid "%s: rpmReadSignature failed\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:169 lib/rpmchecksig.c:312
+#: lib/rpmchecksig.c:170 lib/rpmchecksig.c:315
 #, c-format
 msgid "%s: No signature available\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:204
+#: lib/rpmchecksig.c:205
 #, c-format
 msgid "%s: writeLead failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:210
+#: lib/rpmchecksig.c:211
 #, c-format
 msgid "%s: rpmWriteSignature failed: %s\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:297
+#: lib/rpmchecksig.c:300
 #, c-format
 msgid "%s: No signature available (v1.0 RPM)\n"
 msgstr ""
 
-#: lib/rpmchecksig.c:522
+#: lib/rpmchecksig.c:525
 msgid "NOT OK"
 msgstr ""
 
-#: lib/rpmchecksig.c:523 lib/rpmchecksig.c:537
+#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
 msgid " (MISSING KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:525 lib/rpmchecksig.c:539
+#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
 msgid ") "
 msgstr ""
 
-#: lib/rpmchecksig.c:526 lib/rpmchecksig.c:540
+#: lib/rpmchecksig.c:529 lib/rpmchecksig.c:543
 msgid " (UNTRUSTED KEYS:"
 msgstr ""
 
-#: lib/rpmchecksig.c:528 lib/rpmchecksig.c:542
+#: lib/rpmchecksig.c:531 lib/rpmchecksig.c:545
 msgid ")"
 msgstr ""
 
-#: lib/rpmchecksig.c:536
+#: lib/rpmchecksig.c:539
 msgid "OK"
 msgstr ""
 
-#: lib/rpminstall.c:144
+#: lib/rpminstall.c:146
 msgid "Preparing..."
 msgstr ""
 
-#: lib/rpminstall.c:146
+#: lib/rpminstall.c:148
 msgid "Preparing packages for installation..."
 msgstr ""
 
-#: lib/rpminstall.c:263
+#: lib/rpminstall.c:267
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
 #. XXX undefined %{name}/%{version}/%{release} here
 #. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:273
+#: lib/rpminstall.c:277
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:277
+#: lib/rpminstall.c:281
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:359
+#: lib/rpminstall.c:363
 #, c-format
 msgid "cannot open Packages database in %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:382
+#: lib/rpminstall.c:386
 #, c-format
 msgid "package %s is not relocateable\n"
 msgstr ""
 
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:435
 #, c-format
 msgid "error reading from file %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:437
+#: lib/rpminstall.c:441
 #, c-format
 msgid "file %s requires a newer version of RPM\n"
 msgstr ""
 
-#: lib/rpminstall.c:449 lib/rpminstall.c:688
+#: lib/rpminstall.c:453 lib/rpminstall.c:696
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: lib/rpminstall.c:485
+#: lib/rpminstall.c:489
 #, c-format
 msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:500
+#: lib/rpminstall.c:505
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:520
+#: lib/rpminstall.c:526
 msgid "installing binary packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:541
+#: lib/rpminstall.c:547
 #, c-format
 msgid "cannot open file %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:606
+#: lib/rpminstall.c:612
 #, c-format
 msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: lib/rpminstall.c:622
+#: lib/rpminstall.c:628
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: lib/rpminstall.c:645
+#: lib/rpminstall.c:652
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: lib/rpminstall.c:674
+#: lib/rpminstall.c:682
 #, c-format
 msgid "cannot open %s: %s\n"
 msgstr ""
 
-#: lib/rpminstall.c:680
+#: lib/rpminstall.c:688
 #, c-format
 msgid "Installing %s\n"
 msgstr ""
@@ -3173,98 +3173,98 @@ msgstr ""
 msgid "read failed: %s (%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:167
+#: lib/rpmrc.c:188
 #, c-format
 msgid "missing second ':' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:170
+#: lib/rpmrc.c:191
 #, c-format
 msgid "missing architecture name at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:323
+#: lib/rpmrc.c:345
 #, c-format
 msgid "Incomplete data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:328
+#: lib/rpmrc.c:350
 #, c-format
 msgid "Too many args in data line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:336
+#: lib/rpmrc.c:358
 #, c-format
 msgid "Bad arch/os number: %s (%s:%d)\n"
 msgstr ""
 
-#: lib/rpmrc.c:372
+#: lib/rpmrc.c:395
 #, c-format
 msgid "Incomplete default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:377
+#: lib/rpmrc.c:400
 #, c-format
 msgid "Too many args in default line at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:579
+#: lib/rpmrc.c:616
 #, c-format
 msgid "Cannot expand %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:584
+#: lib/rpmrc.c:621
 #, c-format
 msgid "Cannot read %s, HOME is too large.\n"
 msgstr ""
 
-#: lib/rpmrc.c:601
+#: lib/rpmrc.c:638
 #, c-format
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
 #. XXX Feof(fd)
-#: lib/rpmrc.c:648
+#: lib/rpmrc.c:691
 #, c-format
 msgid "Failed to read %s: %s.\n"
 msgstr ""
 
-#: lib/rpmrc.c:685
+#: lib/rpmrc.c:728
 #, c-format
 msgid "missing ':' (found 0x%02x) at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:702 lib/rpmrc.c:776
+#: lib/rpmrc.c:745 lib/rpmrc.c:819
 #, c-format
 msgid "missing argument for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:719 lib/rpmrc.c:741
+#: lib/rpmrc.c:762 lib/rpmrc.c:784
 #, c-format
 msgid "%s expansion failed at %s:%d \"%s\"\n"
 msgstr ""
 
-#: lib/rpmrc.c:728
+#: lib/rpmrc.c:771
 #, c-format
 msgid "cannot open %s at %s:%d: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:768
+#: lib/rpmrc.c:811
 #, c-format
 msgid "missing architecture for %s at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:835
+#: lib/rpmrc.c:878
 #, c-format
 msgid "bad option '%s' at %s:%d\n"
 msgstr ""
 
-#: lib/rpmrc.c:1431
+#: lib/rpmrc.c:1477
 #, c-format
 msgid "Unknown system: %s\n"
 msgstr ""
 
-#: lib/rpmrc.c:1432
+#: lib/rpmrc.c:1478
 msgid "Please contact rpm-list@redhat.com\n"
 msgstr ""
 
@@ -3389,47 +3389,47 @@ msgstr ""
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:471
+#: lib/transaction.c:472
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/transaction.c:475
+#: lib/transaction.c:476
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/transaction.c:478
+#: lib/transaction.c:479
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/transaction.c:548
+#: lib/transaction.c:549
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/transaction.c:612
+#: lib/transaction.c:613
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/transaction.c:622
+#: lib/transaction.c:623
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:701
+#: lib/transaction.c:702
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/transaction.c:845
+#: lib/transaction.c:846
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:1459
+#: lib/transaction.c:1460
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
@@ -3447,127 +3447,128 @@ msgstr ""
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:498
+#: lib/verify.c:499
 #, c-format
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
-#: lib/verify.c:537
+#: lib/verify.c:539
 #, c-format
 msgid "%s-%s-%s: immutable header region digest check failed\n"
 msgstr ""
 
-#: rpmdb/db1.c:100 rpmdb/db3.c:86
+#: rpmdb/db1.c:100 rpmdb/db3.c:88
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:103 rpmdb/db3.c:89
+#: rpmdb/db1.c:103 rpmdb/db3.c:91
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:168
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:180
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
-#: rpmdb/db1.c:498
+#. @=branchstate@
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:501
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:535
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:540
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:563
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:564 rpmdb/db3.c:1156
+#: rpmdb/db1.c:575 rpmdb/db3.c:1179
 msgid "shared"
 msgstr ""
 
-#: rpmdb/db3.c:115
+#: rpmdb/db3.c:119
 #, c-format
 msgid "closed   db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:133
+#: rpmdb/db3.c:137
 #, c-format
 msgid "removed  db environment %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:173
+#: rpmdb/db3.c:178
 #, c-format
 msgid "opening  db environment %s/%s %s\n"
 msgstr ""
 
-#: rpmdb/db3.c:670
+#: rpmdb/db3.c:692
 #, c-format
 msgid "closed   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:729
+#: rpmdb/db3.c:751
 #, c-format
 msgid "verified db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:933
+#: rpmdb/db3.c:956
 #, c-format
 msgid "opening  db index       %s/%s %s mode=0x%x\n"
 msgstr ""
 
-#: rpmdb/db3.c:1154
+#: rpmdb/db3.c:1177
 #, c-format
 msgid "cannot get %s lock on %s/%s\n"
 msgstr ""
 
-#: rpmdb/db3.c:1160
+#: rpmdb/db3.c:1183
 #, c-format
 msgid "locked   db index       %s/%s\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:394
+#: rpmdb/dbconfig.c:395
 #, c-format
 msgid "unrecognized db option: \"%s\" ignored.\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:430
+#: rpmdb/dbconfig.c:431
 #, c-format
 msgid "%s has invalid numeric value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:439
+#: rpmdb/dbconfig.c:440
 #, c-format
 msgid "%s has too large or too small long value, skipped\n"
 msgstr ""
 
-#: rpmdb/dbconfig.c:448
+#: rpmdb/dbconfig.c:449
 #, c-format
 msgid "%s has too large or too small integer value, skipped\n"
 msgstr ""
@@ -3595,303 +3596,303 @@ msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:129
+#: rpmdb/rpmdb.c:130
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:381
+#: rpmdb/rpmdb.c:382
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:401
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:493
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:622
+#: rpmdb/rpmdb.c:623
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:632
+#: rpmdb/rpmdb.c:633
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:885
+#: rpmdb/rpmdb.c:886
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1017
+#: rpmdb/rpmdb.c:1019
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1252
+#: rpmdb/rpmdb.c:1255
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2017 rpmdb/rpmdb.c:3205
+#: rpmdb/rpmdb.c:2022 rpmdb/rpmdb.c:3210
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2068
+#: rpmdb/rpmdb.c:2073
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2335
+#: rpmdb/rpmdb.c:2340
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2404
+#: rpmdb/rpmdb.c:2409
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2413
+#: rpmdb/rpmdb.c:2418
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2609
+#: rpmdb/rpmdb.c:2614
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2687
+#: rpmdb/rpmdb.c:2692
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2698
+#: rpmdb/rpmdb.c:2703
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3093
+#: rpmdb/rpmdb.c:3098
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3124
+#: rpmdb/rpmdb.c:3129
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3151
+#: rpmdb/rpmdb.c:3156
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3155
+#: rpmdb/rpmdb.c:3160
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3161
+#: rpmdb/rpmdb.c:3166
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3163
+#: rpmdb/rpmdb.c:3168
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3170
+#: rpmdb/rpmdb.c:3175
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3181
+#: rpmdb/rpmdb.c:3186
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3245
+#: rpmdb/rpmdb.c:3250
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3263
+#: rpmdb/rpmdb.c:3268
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3271
+#: rpmdb/rpmdb.c:3276
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3273
+#: rpmdb/rpmdb.c:3278
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3283
+#: rpmdb/rpmdb.c:3288
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3285
+#: rpmdb/rpmdb.c:3290
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:223
+#: rpmio/macro.c:224
 #, c-format
 msgid "======================== active %d empty %d\n"
 msgstr ""
 
 #. XXX just in case
-#: rpmio/macro.c:346
+#: rpmio/macro.c:349
 #, c-format
 msgid "%3d>%*s(empty)"
 msgstr ""
 
-#: rpmio/macro.c:388
+#: rpmio/macro.c:392
 #, c-format
 msgid "%3d<%*s(empty)\n"
 msgstr ""
 
-#: rpmio/macro.c:618
+#: rpmio/macro.c:622
 #, c-format
 msgid "Macro %%%s has unterminated body\n"
 msgstr ""
 
-#: rpmio/macro.c:645
+#: rpmio/macro.c:649
 #, c-format
 msgid "Macro %%%s has illegal name (%%define)\n"
 msgstr ""
 
-#: rpmio/macro.c:651
+#: rpmio/macro.c:655
 #, c-format
 msgid "Macro %%%s has unterminated opts\n"
 msgstr ""
 
-#: rpmio/macro.c:656
+#: rpmio/macro.c:660
 #, c-format
 msgid "Macro %%%s has empty body\n"
 msgstr ""
 
-#: rpmio/macro.c:662
+#: rpmio/macro.c:666
 #, c-format
 msgid "Macro %%%s failed to expand\n"
 msgstr ""
 
-#: rpmio/macro.c:697
+#: rpmio/macro.c:701
 #, c-format
 msgid "Macro %%%s has illegal name (%%undefine)\n"
 msgstr ""
 
-#: rpmio/macro.c:808
+#: rpmio/macro.c:813
 #, c-format
 msgid "Macro %%%s (%s) was not used below level %d\n"
 msgstr ""
 
-#: rpmio/macro.c:924
+#: rpmio/macro.c:929
 #, c-format
 msgid "Unknown option %c in %s(%s)\n"
 msgstr ""
 
-#: rpmio/macro.c:1118
+#: rpmio/macro.c:1123
 #, c-format
 msgid "Recursion depth(%d) greater than max(%d)\n"
 msgstr ""
 
-#: rpmio/macro.c:1185 rpmio/macro.c:1202
+#: rpmio/macro.c:1190 rpmio/macro.c:1207
 #, c-format
 msgid "Unterminated %c: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1243
+#: rpmio/macro.c:1248
 #, c-format
 msgid "A %% is followed by an unparseable macro\n"
 msgstr ""
 
-#: rpmio/macro.c:1372
+#: rpmio/macro.c:1377
 #, c-format
 msgid "Macro %%%.*s not found, skipping\n"
 msgstr ""
 
-#: rpmio/macro.c:1448
+#: rpmio/macro.c:1453
 msgid "Target buffer overflow\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/macro.c:1637 rpmio/macro.c:1643
+#: rpmio/macro.c:1642 rpmio/macro.c:1648
 #, c-format
 msgid "File %s: %s\n"
 msgstr ""
 
-#: rpmio/macro.c:1646
+#: rpmio/macro.c:1651
 #, c-format
 msgid "File %s is smaller than %u bytes\n"
 msgstr ""
 
-#: rpmio/rpmio.c:631
+#: rpmio/rpmio.c:632
 msgid "Success"
 msgstr ""
 
-#: rpmio/rpmio.c:634
+#: rpmio/rpmio.c:635
 msgid "Bad server response"
 msgstr ""
 
-#: rpmio/rpmio.c:637
+#: rpmio/rpmio.c:638
 msgid "Server I/O error"
 msgstr ""
 
-#: rpmio/rpmio.c:640
+#: rpmio/rpmio.c:641
 msgid "Server timeout"
 msgstr ""
 
-#: rpmio/rpmio.c:643
+#: rpmio/rpmio.c:644
 msgid "Unable to lookup server host address"
 msgstr ""
 
-#: rpmio/rpmio.c:646
+#: rpmio/rpmio.c:647
 msgid "Unable to lookup server host name"
 msgstr ""
 
-#: rpmio/rpmio.c:649
+#: rpmio/rpmio.c:650
 msgid "Failed to connect to server"
 msgstr ""
 
-#: rpmio/rpmio.c:652
+#: rpmio/rpmio.c:653
 msgid "Failed to establish data connection to server"
 msgstr ""
 
-#: rpmio/rpmio.c:655
+#: rpmio/rpmio.c:656
 msgid "I/O error to local file"
 msgstr ""
 
-#: rpmio/rpmio.c:658
+#: rpmio/rpmio.c:659
 msgid "Error setting remote server to passive mode"
 msgstr ""
 
-#: rpmio/rpmio.c:661
+#: rpmio/rpmio.c:662
 msgid "File not found on server"
 msgstr ""
 
-#: rpmio/rpmio.c:664
+#: rpmio/rpmio.c:665
 msgid "Abort in progress"
 msgstr ""
 
-#: rpmio/rpmio.c:668
+#: rpmio/rpmio.c:669
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: rpmio/rpmio.c:1319
+#: rpmio/rpmio.c:1320
 #, c-format
 msgid "logging into %s as %s, pw %s\n"
 msgstr ""
@@ -3920,37 +3921,37 @@ msgstr ""
 msgid "memory alloc (%u bytes) returned NULL.\n"
 msgstr ""
 
-#: rpmio/url.c:111
+#: rpmio/url.c:113
 #, c-format
 msgid "warning: u %p ctrl %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:131
+#: rpmio/url.c:133
 #, c-format
 msgid "warning: u %p data %p nrefs != 0 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:159
+#: rpmio/url.c:161
 #, c-format
 msgid "warning: uCache[%d] %p nrefs(%d) != 1 (%s %s)\n"
 msgstr ""
 
-#: rpmio/url.c:255
+#: rpmio/url.c:257
 #, c-format
 msgid "Password for %s@%s: "
 msgstr ""
 
-#: rpmio/url.c:280 rpmio/url.c:306
+#: rpmio/url.c:282 rpmio/url.c:308
 #, c-format
 msgid "error: %sport must be a number\n"
 msgstr ""
 
-#: rpmio/url.c:449
+#: rpmio/url.c:453
 msgid "url port must be a number\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: rpmio/url.c:515
+#: rpmio/url.c:519
 #, c-format
 msgid "failed to create %s: %s\n"
 msgstr ""
index bb54ec7..a016b86 100644 (file)
@@ -15,6 +15,6 @@
  * @return             (malloc'd) absolute path to executable (or NULL)
  */
 /*@null@*/ const char * findProgramPath(/*@null@*/ const char * argv0)
-       /*@modifies fileSystem @*/;
+       /*@*/;
 
 #endif
index 220e90e..82d1ee8 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-24 00:03+0100\n"
 "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "neznámé èíslo chyby"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "volba (%d) není v popt implementována\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "chybí argument"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "neznámá volba"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "po¾adovány vzájemnì výluèné logické operace"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "opt->arg nesmí být NULL"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "aliasy vnoøené pøíli¹ hluboko"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "chyba v quotování parametrù"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "chybná numerická hodnota"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "selhala alokace pamìti"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "neznámá chyba"
 
@@ -102,10 +102,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Pou¾ití:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[VOLBY...]"
index d82df53..0c0abd1 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: Sun Jan 21 2001 04:30:32+0200\n"
 "Last-Translator: Martin Hansen <mah@k64.dk>\n"
 "Language-Team: Dansk <dansk@klid.dk>\n"
@@ -14,48 +14,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "ukendt fejlnr."
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "tilvalgstype (%d) er ikke implementeret i popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "mangler argument"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "ukendt tilvalg"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "de ønskede handlinger udelukker hinanden"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "aliaser er for dybt indlejret"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "fejl i parameter citering"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "ugyldig numerisk værdi"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "nummer for stort, eller for lille"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "ukendt fejl"
 
@@ -104,10 +104,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Brug:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[TILVALG...]"
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index f152443..5de427b 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "errno desconocido"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "tipo de opción (%d) no implementada en popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "falta argumento"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "opción desconocida"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "requerida operación lógica mutuamente exclusiva"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "alias anidados muy profundamente"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "error en cita de parámetros"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "valor numérico inválido"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "número muy largo o muy pequeño"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "error desconocido"
 
@@ -108,10 +108,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Modo de Uso:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[OPCIÓN...]"
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 8ccc20d..ffe1994 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-01-17 01:01+0100\n"
 "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "errno descoñecido"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "tipo de opción (%d) non implementada en popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "falta un argumento"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "opción descoñecida"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "aliases aniñados a un nivel demasiado profundo"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "erro nas comiñas do parámetro"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "valor numérico non válido"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "número demasiado grande ou pequeno"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "erro descoñecido"
 
@@ -103,10 +103,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Uso:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[OPCIÓN...]"
index b6fe1be..3d8a185 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2000-08-03 23:26+0200\n"
 "Last-Translator: László Németh <nemeth@qwertynet.hu>\n"
 "Language-Team: Hungarian\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -103,10 +103,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index d1af005..ca0b75c 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-06-08 01:35+0000\n"
 "Last-Translator: Richard Allen <ra@hp.is>\n"
 "Language-Team: is <kde-isl@mmedia.is>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "óþekkt villunúmer"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "rofagerðin (%d) er ekki studd í popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "vantar viðfang"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "óþekktur rofi"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "beðið um rofa sem slökkva hvor á öðrum"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "opt->arg ætti ekki að vera NULL"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "alíasar of flóknir"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "villa í viðföngum (gæsalappir og svo frv.)"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "ógilt tölulegt gildi"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "talan of stór eða smá"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "ekki tókst að taka frá minni"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "óþekkt villa"
 
@@ -102,10 +102,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Notkun:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[ROFI...]"
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 1bffb7d..002a277 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-09-06 20:06+0900\n"
 "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
 "Language-Team: GNU Translation project <ko@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼­´Â ¾ÈµË´Ï´Ù"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù"
 
@@ -102,10 +102,10 @@ msgstr "
 msgid "ARG"
 msgstr "Àμö(ARG)"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "»ç¿ë¹ý:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[¿É¼Ç...]"
index 4f8e3ff..5fb3994 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-06-27 11:05+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
 "Language-Team: Norwegian <no@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "ukjent errno"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "flaggtype (%d) ikke implementert i popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "manglende argument"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "ukjent flagg"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "gjensidig eksluderende logiske operasjoner forespurt"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "opt->arg må ikke være NULL"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "aliaser med for dype løkker"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "feil i parametersitering"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "ugyldig numerisk verdi"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "tallet er for stort eller lite"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "minneallokering feilet"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "ukjent feil"
 
@@ -102,10 +102,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Bruk:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[FLAGG...]"
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index ca91a50..4efb27c 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 4d9d765..2c06755 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-01-21 19:31+00:00\n"
 "Last-Translator: Pedro Morais <morais@kde.org>\n"
 "Language-Team: pt <morais@kde.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "errno desconhecido"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "tipo de opção (%d) não implementado no popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "falta um argumento"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "opção desconhecida"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "foram pedidas operações lógicas mutuamente exclusivas"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "'aliases' demasiado aninhados"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "erros no 'quoting' de parâmetros"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "valor númerico inválido"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "número demasiado grando ou pequeno"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "erro desconhecido"
 
@@ -103,10 +103,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Utilização:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[OPÇÃO...]"
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 3d013b3..346d818 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2000-06-14 23:23+EST\n"
 "Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
 "Language-Team: Romanian <ro@li.org>\n"
@@ -13,49 +13,49 @@ msgstr ""
 msgid "unknown errno"
 msgstr "eroare necunoscuta"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "argument lipsa"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "optiune necunoscuta"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "recursivitate infinita la optiunile sinonime"
 
-#: popt.c:1121
+#: popt.c:1124
 #, fuzzy
 msgid "error in parameter quoting"
 msgstr "eroare la insertie parametru"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "valoare numarica invalida"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "numar prea mare sau prea mic"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "eroare necuinoscuta"
 
@@ -104,10 +104,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Sintaxa:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[OPTIUNE...]"
index aa0eb64..62a3af2 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-05 21:00-0500\n"
 "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
 "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "ÐÒÏÐÕÝÅΠÁÒÇÕÍÅÎÔ"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "ÐÒÅ×ÙÛÅΠÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
 
@@ -102,10 +102,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[ðáòáíåôò...]"
index c9e9728..4e92400 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 1999-08-04 21:40+0200\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -17,48 +17,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 4d49eba..2f86bd7 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2000-09-05 12:30+0200\n"
 "Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -103,10 +103,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index b5e150e..fded47e 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2001-07-12 22:26+0100\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "okänt felnummer"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "flaggtypen (%d) är inte implementerad i popt\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "argument saknas"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "okänd flagga"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "ömsesidigt uteslutande logiska operationer begärdes"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr "opt->arg får inte vara NULL"
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "alias är nästlade för djupt"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "fel i parametercitering"
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "ogiltigt numeriskt värde"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "talet för stort eller för litet"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr "minnesallokering misslyckades"
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "okänt fel"
 
@@ -102,10 +102,10 @@ msgstr "DUBBEL"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Användning:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[FLAGGA...]"
index bdab0f6..8208612 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 2000-02-11 13:01+0200\n"
 "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr "bilinmeyen hata no"
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr "seçenek türü (%d) popt için geçersiz\n"
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr "argüman eksik"
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr "bilinmeyen seçenek"
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr "birbirini dýþlayan mantýksal iþlemler istendi"
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr "adlarda çok fazla içiçelikler"
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr "parametrelerde týrnak iþaretleme hatalý "
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr "sayýsal deðer geçersiz"
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr "sayý ya çok büyük ya da çok küçük"
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr "bilinmeyen hata"
 
@@ -103,10 +103,10 @@ msgstr "DOUBLE"
 msgid "ARG"
 msgstr "ARG"
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr "Kullanýmý:"
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr "[SEÇENEK...]"
index 54fdc98..944f7aa 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 1999-09-30 16:54+0200\n"
 "Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
 "Language-Team: Ukrainian <uk@li.org>\n"
@@ -17,48 +17,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index ac4f361..9eb4f81 100644 (file)
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 1999-03-18 23:11+0100\n"
 "Last-Translator: Nobody yet\n"
 "Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
@@ -21,48 +21,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -111,10 +111,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 934225f..83e97b1 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\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"
@@ -18,48 +18,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -107,10 +107,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index f1b64c1..f1fb6fb 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-14 23:13-0400\n"
+"POT-Creation-Date: 2001-10-15 13:39-0400\n"
 "PO-Revision-Date: 1999-11-11 05:04+0800\n"
 "Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n"
 "Language-Team: TLDN\n"
@@ -13,48 +13,48 @@ msgstr ""
 msgid "unknown errno"
 msgstr ""
 
-#: popt.c:900
+#: popt.c:903
 #, c-format
 msgid "option type (%d) not implemented in popt\n"
 msgstr ""
 
-#: popt.c:1111
+#: popt.c:1114
 msgid "missing argument"
 msgstr ""
 
-#: popt.c:1113
+#: popt.c:1116
 msgid "unknown option"
 msgstr ""
 
-#: popt.c:1115
+#: popt.c:1118
 msgid "mutually exclusive logical operations requested"
 msgstr ""
 
-#: popt.c:1117
+#: popt.c:1120
 msgid "opt->arg should not be NULL"
 msgstr ""
 
-#: popt.c:1119
+#: popt.c:1122
 msgid "aliases nested too deeply"
 msgstr ""
 
-#: popt.c:1121
+#: popt.c:1124
 msgid "error in parameter quoting"
 msgstr ""
 
-#: popt.c:1123
+#: popt.c:1126
 msgid "invalid numeric value"
 msgstr ""
 
-#: popt.c:1125
+#: popt.c:1128
 msgid "number too large or too small"
 msgstr ""
 
-#: popt.c:1127
+#: popt.c:1130
 msgid "memory allocation failed"
 msgstr ""
 
-#: popt.c:1131
+#: popt.c:1134
 msgid "unknown error"
 msgstr ""
 
@@ -103,10 +103,10 @@ msgstr ""
 msgid "ARG"
 msgstr ""
 
-#: popthelp.c:454
+#: popthelp.c:456
 msgid "Usage:"
 msgstr ""
 
-#: popthelp.c:476
+#: popthelp.c:478
 msgid "[OPTION...]"
 msgstr ""
index 508c304..c7ec5bf 100644 (file)
@@ -52,6 +52,7 @@ void poptSetExecPath(poptContext con, const char * path, int allowAbsolute)
 }
 
 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt)
+       /*@globals internalState@*/
        /*@modifies internalState@*/
 {
     if (opt != NULL)
@@ -74,6 +75,7 @@ static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt)
 }
 
 static void invokeCallbacksPOST(poptContext con, const struct poptOption * opt)
+       /*@globals internalState@*/
        /*@modifies internalState@*/
 {
     if (opt != NULL)
@@ -99,6 +101,7 @@ static void invokeCallbacksOPTION(poptContext con,
                                  const struct poptOption * opt,
                                  const struct poptOption * myOpt,
                                  /*@null@*/ const void * myData, int shorty)
+       /*@globals internalState@*/
        /*@modifies internalState@*/
 {
     const struct poptOption * cbopt = NULL;
@@ -341,7 +344,7 @@ static int handleAlias(/*@special@*/ poptContext con,
 }
 
 static int execCommand(poptContext con)
-    /*@modifies fileSystem @*/
+    /*@*/
 {
     poptItem item = con->doExec;
     const char ** argv;
@@ -1032,20 +1035,20 @@ poptContext poptFreeContext(poptContext con)
     return con;
 }
 
-int poptAddAlias(poptContext con, struct poptAlias newAlias,
+int poptAddAlias(poptContext con, struct poptAlias alias,
                /*@unused@*/ int flags)
 {
     poptItem item = alloca(sizeof(*item));
     memset(item, 0, sizeof(*item));
-    item->option.longName = newAlias.longName;
-    item->option.shortName = newAlias.shortName;
+    item->option.longName = alias.longName;
+    item->option.shortName = alias.shortName;
     item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN;
     item->option.arg = 0;
     item->option.val = 0;
     item->option.descrip = NULL;
     item->option.argDescrip = NULL;
-    item->argc = newAlias.argc;
-    item->argv = newAlias.argv;
+    item->argc = alias.argc;
+    item->argv = alias.argv;
     return poptAddItem(con, item, 0);
 }
 
index 7e22354..853f529 100644 (file)
@@ -220,6 +220,7 @@ static void singleOptionHelp(FILE * fp, int maxLeftCol,
            *le++ = '[';
 
        /* Choose type of output */
+       /*@-branchstate@*/
        if (opt->argInfo & POPT_ARGFLAG_SHOW_DEFAULT) {
            defs = singleOptionDefaultValue(lineLength, opt, translation_domain);
            if (defs) {
@@ -238,6 +239,7 @@ static void singleOptionHelp(FILE * fp, int maxLeftCol,
                defs = t;
            }
        }
+       /*@=branchstate@*/
 
        if (opt->argDescrip == NULL) {
            switch (opt->argInfo & POPT_ARG_MASK) {
index a50ec9a..08b181e 100644 (file)
@@ -84,7 +84,7 @@ static /*@observer@*/ char * db_strerror(int error)
 }
 
 static int cvtdberr(dbiIndex dbi, const char * msg, int error, int printit)
-       /*@modifies dbi, fileSystem @*/
+       /*@*/
 {
     int rc = 0;
 
@@ -109,6 +109,7 @@ static int cvtdberr(dbiIndex dbi, const char * msg, int error, int printit)
 #endif /* DYING */
 
 static int db1sync(dbiIndex dbi, /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int rc = 0;
@@ -133,6 +134,7 @@ static int db1sync(dbiIndex dbi, /*@unused@*/ unsigned int flags)
 }
 
 /*@null@*/ static void * doGetRecord(dbiIndex dbi, unsigned int offset)
+       /*@globals fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     FD_t pkgs = dbi->dbi_db;
@@ -232,10 +234,12 @@ retry:
     compressFilelist(h);
 
 exit:
+    /*@-branchstate@*/
     if (h != NULL) {
        uh = headerUnload(h);
        h = headerFree(h);
     }
+    /*@=branchstate@*/
     return uh;
 }
 
@@ -264,6 +268,7 @@ static int db1cget(dbiIndex dbi, /*@unused@*/ DBC * dbcursor,
                /*@null@*/ void ** datap, 
                /*@null@*/ size_t * datalen,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, *keyp, *keylen, *datap, *datalen, fileSystem @*/
 {
     DBT key, data;
@@ -359,6 +364,7 @@ bail:
 
 static int db1cdel(dbiIndex dbi, /*@unused@*/ DBC * dbcursor, const void * keyp,
                size_t keylen, /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     DBT key;
@@ -394,6 +400,7 @@ static int db1cput(dbiIndex dbi, /*@unused@*/ DBC * dbcursor,
                const void * keyp, size_t keylen,
                const void * datap, size_t datalen,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, datap, fileSystem @*/
 {
     DBT key, data;
@@ -466,7 +473,8 @@ static int db1stat(/*@unused@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
 }
 
 static int db1close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     rpmdb rpmdb = dbi->dbi_rpmdb;
@@ -477,6 +485,7 @@ static int db1close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
 
     (void) urlPath(urlfn, &fn);
 
+    /*@-branchstate@*/
     if (dbi->dbi_db) {
        if (dbi->dbi_rpmtag == RPMDBI_PACKAGES) {
            FD_t pkgs = dbi->dbi_db;
@@ -494,6 +503,7 @@ static int db1close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
 #endif
        dbi->dbi_db = NULL;
     }
+    /*@=branchstate@*/
 
     rpmMessage(RPMMESS_DEBUG, _("closed  db file        %s\n"), urlfn);
     /* Remove temporary databases */
@@ -510,7 +520,8 @@ static int db1close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
 
 static int db1open(/*@keep@*/ rpmdb rpmdb, int rpmtag,
                /*@out@*/ dbiIndex * dbip)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies *dbip, fileSystem @*/
 {
     /*@-nestedextern@*/
index d31faa4..6028360 100644 (file)
@@ -73,7 +73,9 @@ struct dbiBStats_s {
 };
 /*@=fielduse@*/
 
+/*@-globuse@*/ /* FIX: rpmError not annotated yet. */
 static int cvtdberr(dbiIndex dbi, const char * msg, int error, int printit)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int rc = 0;
@@ -93,10 +95,12 @@ static int cvtdberr(dbiIndex dbi, const char * msg, int error, int printit)
 
     return rc;
 }
+/*@=globuse@*/
 
 static int db_fini(dbiIndex dbi, const char * dbhome,
                /*@null@*/ const char * dbfile,
                /*@unused@*/ /*@null@*/ const char * dbsubfile)
+       /*@globals fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     rpmdb rpmdb = dbi->dbi_rpmdb;
@@ -149,7 +153,8 @@ static int db_init(dbiIndex dbi, const char * dbhome,
                /*@null@*/ const char * dbfile,
                /*@unused@*/ /*@null@*/ const char * dbsubfile,
                /*@out@*/ DB_ENV ** dbenvp)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies dbi, *dbenvp, fileSystem @*/
 {
     rpmdb rpmdb = dbi->dbi_rpmdb;
@@ -282,6 +287,7 @@ errxit:
 /*@=moduncon@*/
 
 static int db3sync(dbiIndex dbi, unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -297,6 +303,7 @@ static int db3sync(dbiIndex dbi, unsigned int flags)
 }
 
 static int db3c_del(dbiIndex dbi, DBC * dbcursor, u_int32_t flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int rc;
@@ -308,6 +315,7 @@ static int db3c_del(dbiIndex dbi, DBC * dbcursor, u_int32_t flags)
 
 /*@unused@*/ static int db3c_dup(dbiIndex dbi, DBC * dbcursor, DBC ** dbcp,
                u_int32_t flags)
+       /*@globals fileSystem @*/
        /*@modifies *dbcp, fileSystem @*/
 {
     int rc;
@@ -320,6 +328,7 @@ static int db3c_del(dbiIndex dbi, DBC * dbcursor, u_int32_t flags)
 
 static int db3c_get(dbiIndex dbi, DBC * dbcursor,
                DBT * key, DBT * data, u_int32_t flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int _printit;
@@ -343,6 +352,7 @@ static int db3c_get(dbiIndex dbi, DBC * dbcursor,
 
 static int db3c_put(dbiIndex dbi, DBC * dbcursor,
                DBT * key, DBT * data, u_int32_t flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int rc;
@@ -354,6 +364,7 @@ static int db3c_put(dbiIndex dbi, DBC * dbcursor,
 }
 
 static inline int db3c_close(dbiIndex dbi, /*@only@*/ /*@null@*/ DBC * dbcursor)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     int rc;
@@ -367,6 +378,7 @@ static inline int db3c_close(dbiIndex dbi, /*@only@*/ /*@null@*/ DBC * dbcursor)
 
 static inline int db3c_open(dbiIndex dbi, /*@null@*/ /*@out@*/ DBC ** dbcp,
                int dbiflags)
+       /*@globals fileSystem @*/
        /*@modifies *dbcp, fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -390,6 +402,7 @@ static inline int db3c_open(dbiIndex dbi, /*@null@*/ /*@out@*/ DBC ** dbcp,
 
 static int db3cclose(dbiIndex dbi, /*@only@*/ /*@null@*/ DBC * dbcursor,
                unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     int rc = 0;
@@ -401,8 +414,10 @@ static int db3cclose(dbiIndex dbi, /*@only@*/ /*@null@*/ DBC * dbcursor,
     if (!dbi->dbi_use_cursors)
        return 0;
 
+    /*@-branchstate@*/
     if (dbcursor == NULL)
        dbcursor = dbi->dbi_rmw;
+    /*@=branchstate@*/
     if (dbcursor) {
        if (dbcursor == dbi->dbi_rmw)
            dbi->dbi_rmw = NULL;
@@ -413,6 +428,7 @@ static int db3cclose(dbiIndex dbi, /*@only@*/ /*@null@*/ DBC * dbcursor,
 
 static int db3copen(dbiIndex dbi,
                /*@null@*/ /*@out@*/ DBC ** dbcp, unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, *dbcp, fileSystem @*/
 {
     DBC * dbcursor;
@@ -442,6 +458,7 @@ static int db3cput(dbiIndex dbi, DBC * dbcursor,
                const void * keyp, size_t keylen,
                const void * datap, size_t datalen,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -472,6 +489,7 @@ static int db3cput(dbiIndex dbi, DBC * dbcursor,
 static int db3cdel(dbiIndex dbi, DBC * dbcursor,
                const void * keyp, size_t keylen,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -507,6 +525,7 @@ static int db3cget(dbiIndex dbi, DBC * dbcursor,
                /*@null@*/ void ** keyp, /*@null@*/ size_t * keylen,
                /*@null@*/ void ** datap, /*@null@*/ size_t * datalen,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies *keyp, *keylen, *datap, *datalen, fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -557,6 +576,7 @@ static int db3cget(dbiIndex dbi, DBC * dbcursor,
 static int db3ccount(dbiIndex dbi, DBC * dbcursor,
                /*@null@*/ /*@out@*/ unsigned int * countp,
                /*@unused@*/ unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies *countp, fileSystem @*/
 {
     db_recno_t count = 0;
@@ -592,6 +612,7 @@ static int db3byteswapped(dbiIndex dbi)     /*@*/
 }
 
 static int db3stat(dbiIndex dbi, unsigned int flags)
+       /*@globals fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     DB * db = dbi->dbi_db;
@@ -617,7 +638,8 @@ static int db3stat(dbiIndex dbi, unsigned int flags)
 
 /*@-moduncon@*/
 static int db3close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies dbi, fileSystem @*/
 {
     rpmdb rpmdb = dbi->dbi_rpmdb;
@@ -754,7 +776,8 @@ exit:
 /*@=moduncon@*/
 
 static int db3open(/*@keep@*/ rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies *dbip, fileSystem @*/
 {
     /*@-nestedextern@*/
index 7db7013..704bc84 100644 (file)
@@ -348,6 +348,7 @@ dbiIndex db3New(rpmdb rpmdb, int rpmtag)
     }
 
     /* Parse the options for the database element(s). */
+    /*@-branchstate@*/
     if (dbOpts && *dbOpts && *dbOpts != '%') {
        char *o, *oe;
        char *p, *pe;
@@ -457,6 +458,7 @@ dbiIndex db3New(rpmdb rpmdb, int rpmtag)
            }
        }
     }
+    /*@=branchstate@*/
 
     dbOpts = _free(dbOpts);
 
index 46b70f3..4785107 100644 (file)
@@ -383,7 +383,7 @@ void fadFree(FD_t fd, unsigned int offset)
 }
 
 static int fadSanity(FD_t fd, int offset, const struct faHeader * fh, int printit)
-       /*@modifies fileSystem @*/
+       /*@*/
 {
     int rc = 0;
 
@@ -426,13 +426,13 @@ int fadFirstOffset(FD_t fd)
     return fadNextOffset(fd, 0);
 }
 
-int fadNextOffset(FD_t fd, unsigned int lastOffset)
+int fadNextOffset(FD_t fd, unsigned int lastoff)
 {
     struct faHeader header;
     int offset;
 
-    offset = (lastOffset)
-       ? (lastOffset - sizeof(header))
+    offset = (lastoff)
+       ? (lastoff - sizeof(header))
        : sizeof(struct faFileHeader);
 
     if (offset >= fadGetFileSize(fd))
@@ -442,7 +442,7 @@ int fadNextOffset(FD_t fd, unsigned int lastOffset)
     if (Pread(fd, &header, sizeof(header), offset) != sizeof(header))
        return 0;
 
-    if (!lastOffset && header.isFree == 0)
+    if (!lastoff && header.isFree == 0)
        return (offset + sizeof(header));
 
     /*
@@ -476,7 +476,7 @@ int fadNextOffset(FD_t fd, unsigned int lastOffset)
 
     /* Sanity check this to make sure we're not going in loops */
     offset += sizeof(header);
-    if (offset <= lastOffset)
+    if (offset <= lastoff)
        return 0;       /* XXX used to return -1 */
 
     return offset;
index b8d21fd..23225c0 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
 /** \ingroup db1
  */
 /*@null@*/ FD_t        fadOpen(const char * path, int flags, mode_t perms)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /** \ingroup db1
@@ -46,18 +47,21 @@ extern "C" {
  * @return             0 on failure
  */
 unsigned int fadAlloc(FD_t fd, unsigned int size)
+       /*@globals fileSystem @*/
        /*@modifies fd, fileSystem @*/;
 
 /** \ingroup db1
  * @param fd           file handle
  */
 void fadFree(FD_t fd, unsigned int offset)
+       /*@globals fileSystem @*/
        /*@modifies fd, fileSystem @*/;
 
 /** \ingroup db1
  * @param fd           file handle
  */
 int fadFirstOffset(FD_t fd)
+       /*@globals fileSystem @*/
        /*@modifies fd, fileSystem @*/;
 
 /** \ingroup db1
@@ -65,6 +69,7 @@ int fadFirstOffset(FD_t fd)
  * @return             next offset, 0 to terminate
  */
 int fadNextOffset(FD_t fd, unsigned int lastoff)
+       /*@globals fileSystem @*/
        /*@modifies fd, fileSystem @*/;
 
 #ifdef __cplusplus
index c9685e3..7563585 100644 (file)
@@ -71,9 +71,11 @@ static fingerPrint doLookup(fingerPrintCache cache,
     cdnl = strlen(cleanDirName);
 
     if (*cleanDirName == '/') {
+       /*@-branchstate@*/
        if (!scareMemory)
            cleanDirName =
                rpmCleanPath(strcpy(alloca(cdnl+1), dirName));
+       /*@=branchstate@*/
     } else {
        scareMemory = 0;        /* XXX causes memory leak */
 
@@ -86,6 +88,7 @@ static fingerPrint doLookup(fingerPrintCache cache,
        /* if the current directory doesn't exist, we might fail. 
           oh well. likewise if it's too long.  */
        dir[0] = '\0';
+       /*@-branchstate@*/
        if (realpath(".", dir) != NULL) {
            end = dir + strlen(dir);
            if (end[-1] != '/') *end++ = '/';
@@ -98,6 +101,7 @@ static fingerPrint doLookup(fingerPrintCache cache,
            cleanDirName = dir;
            cdnl = end - dir;
        }
+       /*@=branchstate@*/
     }
     fp.entry = NULL;
     fp.subDir = NULL;
index 7018f10..a9106c8 100644 (file)
@@ -1,3 +1,4 @@
+/*@-branchstate@*/
 /** \ingroup rpmdb dbi
  * \file rpmdb/rpmdb.c
  */
@@ -84,7 +85,7 @@ static int dbiTagToDbix(int rpmtag)
  * Initialize database (index, tag) tuple from configuration.
  */
 static void dbiTagsInit(void)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext, dbiTags, dbiTagsMax @*/
        /*@modifies dbiTags, dbiTagsMax @*/
 {
 /*@observer@*/ static const char * const _dbiTagStr_default =
@@ -854,7 +855,7 @@ static /*@only@*/ /*@null@*/
 rpmdb newRpmdb(/*@kept@*/ /*@null@*/ const char * root,
                /*@kept@*/ /*@null@*/ const char * home,
                int mode, int perms, int flags)
-       /*@globals rpmGlobalMacroContext,
+       /*@globals _db_filter_dups, rpmGlobalMacroContext,
                fileSystem @*/
        /*@modifies _db_filter_dups, fileSystem @*/
 {
@@ -900,7 +901,8 @@ static int openDatabase(/*@null@*/ const char * prefix,
                /*@null@*/ const char * dbpath,
                int _dbapi, /*@null@*/ /*@out@*/ rpmdb *dbp,
                int mode, int perms, int flags)
-       /*@globals rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext,
+               fileSystem @*/
        /*@modifies *dbp, fileSystem @*/
 {
     rpmdb db;
@@ -1100,6 +1102,7 @@ int rpmdbVerify(const char * prefix)
 
 static int rpmdbFindByFile(rpmdb db, /*@null@*/ const char * filespec,
                        /*@out@*/ dbiIndexSet * matches)
+       /*@globals fileSystem @*/
        /*@modifies db, *matches, fileSystem @*/
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
@@ -1277,6 +1280,7 @@ static int dbiFindMatches(dbiIndex dbi, DBC * dbcursor,
                /*@null@*/ const char * version,
                /*@null@*/ const char * release,
                /*@out@*/ dbiIndexSet * matches)
+       /*@globals fileSystem @*/
        /*@modifies dbi, *dbcursor, *matches, fileSystem @*/
 {
     int gotMatches;
@@ -1364,6 +1368,7 @@ exit:
  */
 static int dbiFindByLabel(dbiIndex dbi, DBC * dbcursor,
                /*@null@*/ const char * arg, /*@out@*/ dbiIndexSet * matches)
+       /*@globals fileSystem @*/
        /*@modifies dbi, *dbcursor, *matches, fileSystem @*/
 {
     const char * release;
@@ -2176,7 +2181,7 @@ int rpmdbAppendIterator(rpmdbMatchIterator mi, const int * hdrNums, int nHdrNums
     return 0;
 }
 
-rpmdbMatchIterator rpmdbInitIterator(rpmdb rpmdb, int rpmtag,
+rpmdbMatchIterator rpmdbInitIterator(rpmdb db, int rpmtag,
        const void * keyp, size_t keylen)
 {
     rpmdbMatchIterator mi = NULL;
@@ -2185,7 +2190,7 @@ rpmdbMatchIterator rpmdbInitIterator(rpmdb rpmdb, int rpmtag,
     const void * mi_keyp = NULL;
     int isLabel = 0;
 
-    if (rpmdb == NULL)
+    if (db == NULL)
        return NULL;
     /* XXX HACK to remove rpmdbFindByLabel/findMatches from the API */
     switch (rpmtag) {
@@ -2195,7 +2200,7 @@ rpmdbMatchIterator rpmdbInitIterator(rpmdb rpmdb, int rpmtag,
        break;
     }
 
-    dbi = dbiOpen(rpmdb, rpmtag, 0);
+    dbi = dbiOpen(db, rpmtag, 0);
     if (dbi == NULL)
        return NULL;
 
@@ -2221,7 +2226,7 @@ fprintf(stderr, "*** RMW %s %p\n", tagName(rpmtag), dbi->dbi_rmw);
            xx = dbiCclose(dbi, dbcursor, 0);
            dbcursor = NULL;
        } else if (rpmtag == RPMTAG_BASENAMES) {
-           rc = rpmdbFindByFile(rpmdb, keyp, &set);
+           rc = rpmdbFindByFile(db, keyp, &set);
        } else {
            xx = dbiCopen(dbi, &dbcursor, 0);
            /*@-nullpass@*/     /* LCL: keyp != NULL here. */
@@ -2252,7 +2257,7 @@ fprintf(stderr, "*** RMW %s %p\n", tagName(rpmtag), dbi->dbi_rmw);
     mi->mi_keylen = keylen;
 
     /*@-assignexpose@*/
-    mi->mi_rpmdb = rpmdb;
+    mi->mi_rpmdb = db;
     /*@=assignexpose@*/
     mi->mi_rpmtag = rpmtag;
 
@@ -2313,18 +2318,18 @@ static INLINE int removeIndexEntry(dbiIndex dbi, DBC * dbcursor,
 }
 
 /* XXX install.c uninstall.c */
-int rpmdbRemove(rpmdb rpmdb, /*@unused@*/ int rid, unsigned int hdrNum)
+int rpmdbRemove(rpmdb db, /*@unused@*/ int rid, unsigned int hdrNum)
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     HFD_t hfd = headerFreeData;
     Header h;
     sigset_t signalMask;
 
-    if (rpmdb == NULL)
+    if (db == NULL)
        return 0;
 
     {  rpmdbMatchIterator mi;
-       mi = rpmdbInitIterator(rpmdb, RPMDBI_PACKAGES, &hdrNum, sizeof(hdrNum));
+       mi = rpmdbInitIterator(db, RPMDBI_PACKAGES, &hdrNum, sizeof(hdrNum));
        h = rpmdbNextIterator(mi);
        if (h)
            h = headerLink(h);
@@ -2350,7 +2355,7 @@ int rpmdbRemove(rpmdb rpmdb, /*@unused@*/ int rid, unsigned int hdrNum)
        rpmMessage(RPMMESS_DEBUG, "  --- %10u %s-%s-%s\n", hdrNum, n, v, r);
     }
 
-    (void) blockSignals(rpmdb, &signalMask);
+    (void) blockSignals(db, &signalMask);
 
     {  int dbix;
        dbiIndexItem rec = dbiIndexNewItem(hdrNum, 0);
@@ -2379,7 +2384,7 @@ int rpmdbRemove(rpmdb rpmdb, /*@unused@*/ int rid, unsigned int hdrNum)
                continue;
                /*@notreached@*/ /*@switchbreak@*/ break;
            case RPMDBI_PACKAGES:
-             dbi = dbiOpen(rpmdb, rpmtag, 0);
+             dbi = dbiOpen(db, rpmtag, 0);
              if (dbi != NULL) {
                xx = dbiCopen(dbi, &dbcursor, DBI_WRITECURSOR);
                xx = dbiDel(dbi, dbcursor, &hdrNum, sizeof(hdrNum), 0);
@@ -2395,7 +2400,7 @@ int rpmdbRemove(rpmdb rpmdb, /*@unused@*/ int rid, unsigned int hdrNum)
            if (!hge(h, rpmtag, &rpmtype, (void **) &rpmvals, &rpmcnt))
                continue;
 
-         dbi = dbiOpen(rpmdb, rpmtag, 0);
+         dbi = dbiOpen(db, rpmtag, 0);
          if (dbi != NULL) {
            xx = dbiCopen(dbi, &dbcursor, DBI_WRITECURSOR);
 
@@ -2474,7 +2479,7 @@ int rpmdbRemove(rpmdb rpmdb, /*@unused@*/ int rid, unsigned int hdrNum)
        rec = _free(rec);
     }
 
-    (void) unblockSignals(rpmdb, &signalMask);
+    (void) unblockSignals(db, &signalMask);
 
     h = headerFree(h);
 
@@ -2522,7 +2527,7 @@ static INLINE int addIndexEntry(dbiIndex dbi, DBC * dbcursor,
 }
 
 /* XXX install.c */
-int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
+int rpmdbAdd(rpmdb db, int iid, Header h)
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     HFD_t hfd = headerFreeData;
@@ -2538,7 +2543,7 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
     int rc = 0;
     int xx;
 
-    if (rpmdb == NULL)
+    if (db == NULL)
        return 0;
 
     if (iid != 0 && iid != -1) {
@@ -2559,7 +2564,7 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
     if (_noDirTokens)
        expandFilelist(h);
 
-    (void) blockSignals(rpmdb, &signalMask);
+    (void) blockSignals(db, &signalMask);
 
     {
        unsigned int firstkey = 0;
@@ -2569,7 +2574,7 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
        void * datap = NULL;
        size_t datalen = 0;
 
-      dbi = dbiOpen(rpmdb, RPMDBI_PACKAGES, 0);
+      dbi = dbiOpen(db, RPMDBI_PACKAGES, 0);
       if (dbi != NULL) {
 
        /* XXX db0: hack to pass sizeof header to fadAlloc */
@@ -2639,7 +2644,7 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
                continue;
                /*@notreached@*/ /*@switchbreak@*/ break;
            case RPMDBI_PACKAGES:
-             dbi = dbiOpen(rpmdb, rpmtag, 0);
+             dbi = dbiOpen(db, rpmtag, 0);
              if (dbi != NULL) {
                xx = dbiCopen(dbi, &dbcursor, DBI_WRITECURSOR);
                xx = dbiUpdateRecord(dbi, dbcursor, hdrNum, h);
@@ -2679,7 +2684,7 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
                rpmcnt = 1;
            }
 
-         dbi = dbiOpen(rpmdb, rpmtag, 0);
+         dbi = dbiOpen(db, rpmtag, 0);
          if (dbi != NULL) {
 
            xx = dbiCopen(dbi, &dbcursor, DBI_WRITECURSOR);
@@ -2782,13 +2787,13 @@ int rpmdbAdd(rpmdb rpmdb, int iid, Header h)
     }
 
 exit:
-    (void) unblockSignals(rpmdb, &signalMask);
+    (void) unblockSignals(db, &signalMask);
 
     return rc;
 }
 
 /* XXX transaction.c */
-int rpmdbFindFpList(rpmdb rpmdb, fingerPrint * fpList, dbiIndexSet * matchList, 
+int rpmdbFindFpList(rpmdb db, fingerPrint * fpList, dbiIndexSet * matchList, 
                    int numItems)
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
@@ -2798,9 +2803,9 @@ int rpmdbFindFpList(rpmdb rpmdb, fingerPrint * fpList, dbiIndexSet * matchList,
     Header h;
     int i;
 
-    if (rpmdb == NULL) return 0;
+    if (db == NULL) return 0;
 
-    mi = rpmdbInitIterator(rpmdb, RPMTAG_BASENAMES, NULL, 0);
+    mi = rpmdbInitIterator(db, RPMTAG_BASENAMES, NULL, 0);
 
     /* Gather all matches from the database */
     for (i = 0; i < numItems; i++) {
@@ -2906,7 +2911,7 @@ char * db1basename (int rpmtag)
     return xstrdup(base);
 }
 
-static int rpmdbRemoveDatabase(const char * rootdir,
+static int rpmdbRemoveDatabase(const char * prefix,
                const char * dbpath, int _dbapi)
        /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
@@ -2924,21 +2929,21 @@ static int rpmdbRemoveDatabase(const char * rootdir,
        dbpath = filename;
     }
     
-    filename = alloca(strlen(rootdir) + strlen(dbpath) + 40);
+    filename = alloca(strlen(prefix) + strlen(dbpath) + 40);
 
     switch (_dbapi) {
     case 3:
        if (dbiTags != NULL)
        for (i = 0; i < dbiTagsMax; i++) {
            const char * base = tagName(dbiTags[i]);
-           sprintf(filename, "%s/%s/%s", rootdir, dbpath, base);
+           sprintf(filename, "%s/%s/%s", prefix, dbpath, base);
            (void)rpmCleanPath(filename);
            if (!rpmfileexists(filename))
                continue;
            xx = unlink(filename);
        }
        for (i = 0; i < 16; i++) {
-           sprintf(filename, "%s/%s/__db.%03d", rootdir, dbpath, i);
+           sprintf(filename, "%s/%s/__db.%03d", prefix, dbpath, i);
            (void)rpmCleanPath(filename);
            if (!rpmfileexists(filename))
                continue;
@@ -2951,7 +2956,7 @@ static int rpmdbRemoveDatabase(const char * rootdir,
        if (dbiTags != NULL)
        for (i = 0; i < dbiTagsMax; i++) {
            const char * base = db1basename(dbiTags[i]);
-           sprintf(filename, "%s/%s/%s", rootdir, dbpath, base);
+           sprintf(filename, "%s/%s/%s", prefix, dbpath, base);
            (void)rpmCleanPath(filename);
            if (!rpmfileexists(filename))
                continue;
@@ -2961,14 +2966,14 @@ static int rpmdbRemoveDatabase(const char * rootdir,
        break;
     }
 
-    sprintf(filename, "%s/%s", rootdir, dbpath);
+    sprintf(filename, "%s/%s", prefix, dbpath);
     (void)rpmCleanPath(filename);
     xx = rmdir(filename);
 
     return 0;
 }
 
-static int rpmdbMoveDatabase(const char * rootdir,
+static int rpmdbMoveDatabase(const char * prefix,
                const char * olddbpath, int _olddbapi,
                const char * newdbpath, int _newdbapi)
        /*@globals fileSystem @*/
@@ -2997,8 +3002,8 @@ static int rpmdbMoveDatabase(const char * rootdir,
        newdbpath = nfilename;
     }
     
-    ofilename = alloca(strlen(rootdir) + strlen(olddbpath) + 40);
-    nfilename = alloca(strlen(rootdir) + strlen(newdbpath) + 40);
+    ofilename = alloca(strlen(prefix) + strlen(olddbpath) + 40);
+    nfilename = alloca(strlen(prefix) + strlen(newdbpath) + 40);
 
     switch (_olddbapi) {
     case 3:
@@ -3020,22 +3025,22 @@ static int rpmdbMoveDatabase(const char * rootdir,
            }
 
            base = tagName(rpmtag);
-           sprintf(ofilename, "%s/%s/%s", rootdir, olddbpath, base);
+           sprintf(ofilename, "%s/%s/%s", prefix, olddbpath, base);
            (void)rpmCleanPath(ofilename);
            if (!rpmfileexists(ofilename))
                continue;
-           sprintf(nfilename, "%s/%s/%s", rootdir, newdbpath, base);
+           sprintf(nfilename, "%s/%s/%s", prefix, newdbpath, base);
            (void)rpmCleanPath(nfilename);
            if ((xx = Rename(ofilename, nfilename)) != 0)
                rc = 1;
        }
        for (i = 0; i < 16; i++) {
-           sprintf(ofilename, "%s/%s/__db.%03d", rootdir, olddbpath, i);
+           sprintf(ofilename, "%s/%s/__db.%03d", prefix, olddbpath, i);
            (void)rpmCleanPath(ofilename);
            if (!rpmfileexists(ofilename))
                continue;
            xx = unlink(ofilename);
-           sprintf(nfilename, "%s/%s/__db.%03d", rootdir, newdbpath, i);
+           sprintf(nfilename, "%s/%s/__db.%03d", prefix, newdbpath, i);
            (void)rpmCleanPath(nfilename);
 #ifdef DYING
            if ((xx = Rename(ofilename, nfilename)) != 0)
@@ -3066,11 +3071,11 @@ static int rpmdbMoveDatabase(const char * rootdir,
            }
 
            base = db1basename(rpmtag);
-           sprintf(ofilename, "%s/%s/%s", rootdir, olddbpath, base);
+           sprintf(ofilename, "%s/%s/%s", prefix, olddbpath, base);
            (void)rpmCleanPath(ofilename);
            if (!rpmfileexists(ofilename))
                continue;
-           sprintf(nfilename, "%s/%s/%s", rootdir, newdbpath, base);
+           sprintf(nfilename, "%s/%s/%s", prefix, newdbpath, base);
            (void)rpmCleanPath(nfilename);
            if ((xx = Rename(ofilename, nfilename)) != 0)
                rc = 1;
@@ -3081,7 +3086,7 @@ static int rpmdbMoveDatabase(const char * rootdir,
     if (rc || _olddbapi == _newdbapi)
        return rc;
 
-    rc = rpmdbRemoveDatabase(rootdir, newdbpath, _newdbapi);
+    rc = rpmdbRemoveDatabase(prefix, newdbpath, _newdbapi);
 
 
     /* Remove /etc/rpm/macros.db1 configuration file if db3 rebuilt. */
@@ -3096,7 +3101,7 @@ static int rpmdbMoveDatabase(const char * rootdir,
 }
 
 /*@-globs@*/ /* FIX: rpmGlobalMacroContext not in <rpmlib.h> */
-int rpmdbRebuild(const char * rootdir)
+int rpmdbRebuild(const char * prefix)
 {
     rpmdb olddb;
     const char * dbpath = NULL;
@@ -3112,7 +3117,7 @@ int rpmdbRebuild(const char * rootdir)
     int _dbapi;
     int _dbapi_rebuild;
 
-    if (rootdir == NULL) rootdir = "/";
+    if (prefix == NULL) prefix = "/";
 
     _dbapi = rpmExpandNumeric("%{_dbapi}");
     _dbapi_rebuild = rpmExpandNumeric("%{_dbapi_rebuild}");
@@ -3125,9 +3130,9 @@ int rpmdbRebuild(const char * rootdir)
        rc = 1;
        goto exit;
     }
-    dbpath = rootdbpath = rpmGetPath(rootdir, tfn, NULL);
-    if (!(rootdir[0] == '/' && rootdir[1] == '\0'))
-       dbpath += strlen(rootdir);
+    dbpath = rootdbpath = rpmGetPath(prefix, tfn, NULL);
+    if (!(prefix[0] == '/' && prefix[1] == '\0'))
+       dbpath += strlen(prefix);
     tfn = _free(tfn);
 
     /*@-nullpass@*/
@@ -3143,9 +3148,9 @@ int rpmdbRebuild(const char * rootdir)
        tfn = t;
        nocleanup = 0;
     }
-    newdbpath = newrootdbpath = rpmGetPath(rootdir, tfn, NULL);
-    if (!(rootdir[0] == '/' && rootdir[1] == '\0'))
-       newdbpath += strlen(rootdir);
+    newdbpath = newrootdbpath = rpmGetPath(prefix, tfn, NULL);
+    if (!(prefix[0] == '/' && prefix[1] == '\0'))
+       newdbpath += strlen(prefix);
     tfn = _free(tfn);
 
     rpmMessage(RPMMESS_DEBUG, _("rebuilding database %s into %s\n"),
@@ -3170,7 +3175,7 @@ int rpmdbRebuild(const char * rootdir)
     rpmMessage(RPMMESS_DEBUG, _("opening old database with dbapi %d\n"),
                _dbapi);
     _rebuildinprogress = 1;
-    if (openDatabase(rootdir, dbpath, _dbapi, &olddb, O_RDONLY, 0644, 
+    if (openDatabase(prefix, dbpath, _dbapi, &olddb, O_RDONLY, 0644, 
                     RPMDB_FLAG_MINIMAL)) {
        rc = 1;
        goto exit;
@@ -3181,7 +3186,7 @@ int rpmdbRebuild(const char * rootdir)
     rpmMessage(RPMMESS_DEBUG, _("opening new database with dbapi %d\n"),
                _dbapi_rebuild);
     (void) rpmDefineMacro(NULL, "_rpmdb_rebuild %{nil}", -1);
-    if (openDatabase(rootdir, newdbpath, _dbapi_rebuild, &newdb, O_RDWR | O_CREAT, 0644, 0)) {
+    if (openDatabase(prefix, newdbpath, _dbapi_rebuild, &newdb, O_RDWR | O_CREAT, 0644, 0)) {
        rc = 1;
        goto exit;
     }
@@ -3263,11 +3268,11 @@ int rpmdbRebuild(const char * rootdir)
        rpmMessage(RPMMESS_NORMAL, _("failed to rebuild database: original database "
                "remains in place\n"));
 
-       xx = rpmdbRemoveDatabase(rootdir, newdbpath, _dbapi_rebuild);
+       xx = rpmdbRemoveDatabase(prefix, newdbpath, _dbapi_rebuild);
        rc = 1;
        goto exit;
     } else if (!nocleanup) {
-       if (rpmdbMoveDatabase(rootdir, newdbpath, _dbapi_rebuild, dbpath, _dbapi)) {
+       if (rpmdbMoveDatabase(prefix, newdbpath, _dbapi_rebuild, dbpath, _dbapi)) {
            rpmMessage(RPMMESS_ERROR, _("failed to replace old database with new "
                        "database!\n"));
            rpmMessage(RPMMESS_ERROR, _("replace files in %s with files from %s "
@@ -3291,3 +3296,4 @@ exit:
     return rc;
 }
 /*@=globs@*/
+/*@=branchstate@*/
index bf697a5..2587502 100644 (file)
@@ -365,7 +365,7 @@ extern "C" {
  * @param rpmdb                rpm database
  */
 /*@only@*/ /*@null@*/ dbiIndex db3New(/*@keep@*/ rpmdb rpmdb, int rpmtag)
-       /*@global rpmGlobalMacroContext @*/
+       /*@globals rpmGlobalMacroContext @*/
        /*@modifies rpmGlobalMacroContext @*/;
 
 /** \ingroup db3
@@ -401,9 +401,9 @@ extern "C" {
 
 /** \ingroup dbi
  * @param dbi          index database handle
- * @param dbiflags     DBI_WRITECURSOR or DBI_ITERATOR
+ * @param flags                DBI_WRITECURSOR, DBI_ITERATOR or 0
  */
-int dbiCopen(dbiIndex dbi, /*@out@*/ DBC ** dbcp, unsigned int dbiflags)
+int dbiCopen(dbiIndex dbi, /*@out@*/ DBC ** dbcp, unsigned int flags)
        /*@globals fileSystem@*/
        /*@modifies dbi, *dbcp, fileSystem @*/;
 
index 5807fa3..6abe75c 100644 (file)
@@ -103,6 +103,7 @@ void htAddEntry(hashTable ht, const void * key, const void * data)
     while (b && b->key && ht->eq(b->key, key))
        b = b->next;
 
+    /*@-branchstate@*/
     if (b == NULL) {
        b = xmalloc(sizeof(*b));
        if (ht->keySize) {
@@ -117,6 +118,7 @@ void htAddEntry(hashTable ht, const void * key, const void * data)
        b->data = NULL;
        ht->buckets[hash] = b;
     }
+    /*@=branchstate@*/
 
     b->data = xrealloc(b->data, sizeof(*b->data) * (b->dataCount + 1));
     b->data[b->dataCount++] = data;
@@ -129,14 +131,18 @@ void htFree(hashTable ht)
 
     for (i = 0; i < ht->numBuckets; i++) {
        b = ht->buckets[i];
+       /*@-branchstate@*/
        if (ht->keySize && b) free((void *)b->key);
+       /*@=branchstate@*/
        while (b) {
            n = b->next;
+           /*@-branchstate@*/
            if (b->data) {
                if (ht->freeData)
                    *b->data = _free(*b->data);
                b->data = _free(b->data);
            }
+           /*@=branchstate@*/
            b = _free(b);
            b = n;
        }
index 17cb96c..5b0aec8 100644 (file)
@@ -108,6 +108,7 @@ DPRINTF((stderr, "*** Final(%p,%p,%p,%d) param %p digest %p\n", ctx, datap, lenp
        digest[i] = swapu32(digest[i]);
 
     /* Return final digest. */
+    /*@-branchstate@*/
     if (!asAscii) {
        if (lenp) *lenp = ctx->digestlen;
        if (datap) {
@@ -128,6 +129,7 @@ DPRINTF((stderr, "*** Final(%p,%p,%p,%d) param %p digest %p\n", ctx, datap, lenp
            *t = '\0';
        }
     }
+    /*@=branchstate@*/
     if (digest) {
        memset(digest, 0, ctx->digestlen);      /* In case it's sensitive */
        free(digest);
index 075cb1a..b6eed68 100644 (file)
@@ -1,3 +1,4 @@
+/*@-branchstate@*/
 /** \ingroup rpmrc rpmio
  * \file rpmio/macro.c
  */
@@ -83,7 +84,7 @@ typedef /*@abstract@*/ struct MacroBuf_s {
 
 static int expandMacro(MacroBuf mb)
        /*@globals rpmGlobalMacroContext,
-               fileSystem@*/
+               fileSystem @*/
        /*@modifies mb, fileSystem @*/;
 
 /*@-exportlocal -exportheadervar@*/
@@ -268,6 +269,7 @@ findEntry(MacroContext mc, const char * name, size_t namelen)
  */
 /*@dependent@*/ static char *
 rdcl(char * buf, size_t size, FD_t fd, int escapes)
+       /*@globals fileSystem @*/
        /*@modifies buf, fileSystem @*/
 {
     char *q = buf;
@@ -336,6 +338,7 @@ matchchar(const char * p, char pl, char pr)
  */
 static void
 printMacro(MacroBuf mb, const char * s, const char * se)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     const char *senl;
@@ -379,6 +382,7 @@ printMacro(MacroBuf mb, const char * s, const char * se)
  */
 static void
 printExpansion(MacroBuf mb, const char * t, const char * te)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     const char *ellipsis;
@@ -706,6 +710,7 @@ doUndefine(MacroContext mc, const char * se)
 #ifdef DYING
 static void
 dumpME(const char * msg, MacroEntry me)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     if (msg)
@@ -1415,13 +1420,13 @@ expandMacro(MacroBuf mb)
 /* =============================================================== */
 
 int
-expandMacros(void * spec, MacroContext mc, char * s, size_t slen)
+expandMacros(void * spec, MacroContext mc, char * sbuf, size_t slen)
 {
     MacroBuf mb = alloca(sizeof(*mb));
     char *tbuf;
     int rc;
 
-    if (s == NULL || slen == 0)
+    if (sbuf == NULL || slen == 0)
        return 0;
     if (mc == NULL) mc = rpmGlobalMacroContext;
 
@@ -1429,7 +1434,7 @@ expandMacros(void * spec, MacroContext mc, char * s, size_t slen)
     memset(tbuf, 0, (slen + 1));
 
     /*@-temptrans -assignexpose@*/
-    mb->s = s;
+    mb->s = sbuf;
     /*@=temptrans =assignexpose@*/
     mb->t = tbuf;
     mb->nb = slen;
@@ -1448,7 +1453,7 @@ expandMacros(void * spec, MacroContext mc, char * s, size_t slen)
        rpmError(RPMERR_BADSPEC, _("Target buffer overflow\n"));
 
     tbuf[slen] = '\0'; /* XXX just in case */
-    strncpy(s, tbuf, (slen - mb->nb + 1));
+    strncpy(sbuf, tbuf, (slen - mb->nb + 1));
 
     return rc;
 }
@@ -1983,3 +1988,4 @@ main(int argc, char *argv[])
 }
 #endif /* EVAL_MACROS */
 #endif /* DEBUG_MACROS */
+/*@=branchstate@*/
index 87fd7b7..4362857 100644 (file)
@@ -1,3 +1,4 @@
+/*@-branchstate@*/
 /** \ingroup rpmio
  * \file rpmio/rpmio.c
  */
@@ -1600,7 +1601,7 @@ void * ufdGetUrlinfo(FD_t fd)
 
 /* =============================================================== */
 static ssize_t ufdRead(void * cookie, /*@out@*/ char * buf, size_t count)
-       /*@globals fileSystem @*/
+       /*@globals fileSystem, internalState @*/
        /*@modifies *buf, fileSystem, internalState @*/
 {
     FD_t fd = c2f(cookie);
@@ -3018,3 +3019,4 @@ static struct FDIO_s fpio_s = {
   ufdOpen, NULL, fdGetFp, NULL,        Mkdir, Chdir, Rmdir, Rename, Unlink
 };
 FDIO_t fpio = /*@-compmempass@*/ &fpio_s /*@=compmempass@*/ ;
+/*@=branchstate@*/
index 84e683e..169abaa 100644 (file)
@@ -262,9 +262,9 @@ int Fclose( /*@killref@*/ FD_t fd)
 
 /**
  */
-/*@null@*/ FD_t        Fdopen(FD_t fd, const char * fmode)
+/*@null@*/ FD_t        Fdopen(FD_t ofd, const char * fmode)
        /*@globals fileSystem @*/
-       /*@modifies fd, fileSystem @*/;
+       /*@modifies ofd, fileSystem @*/;
 
 /**
  * fopen(3) clone.
@@ -414,7 +414,7 @@ void Globfree( /*@only@*/ glob_t * pglob)
 /**
  * opendir(3) clone.
  */
-/*@null@*/ DIR * Opendir(const char * name)
+/*@null@*/ DIR * Opendir(const char * path)
        /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
index a5c7b0a..b61a241 100644 (file)
@@ -159,27 +159,32 @@ extern "C" {
 /** \ingroup rpmio
  */
 int fdFgets(FD_t fd, char * buf, size_t len)
+       /*@globals fileSystem @*/
        /*@modifies *buf, fd, fileSystem @*/;
 
 /** \ingroup rpmio
  */
 /*@null@*/ FD_t ftpOpen(const char *url, /*@unused@*/ int flags,
                 /*@unused@*/ mode_t mode, /*@out@*/ urlinfo *uret)
+       /*@globals fileSystem @*/
        /*@modifies *uret, fileSystem @*/;
 
 /** \ingroup rpmio
  */
 int ftpReq(FD_t data, const char * ftpCmd, const char * ftpArg)
+       /*@globals fileSystem @*/
        /*@modifies data, fileSystem @*/;
 
 /** \ingroup rpmio
  */
 int ftpCmd(const char * cmd, const char * url, const char * arg2)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /** \ingroup rpmio
  */
 int ufdClose( /*@only@*/ void * cookie)
+       /*@globals fileSystem @*/
        /*@modifies cookie, fileSystem @*/;
 
 /** \ingroup rpmio
@@ -355,6 +360,7 @@ void fdstat_exit(/*@null@*/ FD_t fd, int opx, ssize_t rc)
  */
 /*@unused@*/ static inline
 void fdstat_print(/*@null@*/ FD_t fd, const char * msg, FILE * fp)
+       /*@globals fileSystem @*/
        /*@modifies *fp, fileSystem @*/
 {
     int opx;
index 0c389be..e27783b 100644 (file)
@@ -142,6 +142,7 @@ static inline int vsnprintf(char * buf, /*@unused@*/ int nb,
 /*@-compmempass@*/ /* FIX: rpmlogMsgPrefix[] dependent, not unqualified */
 /*@-nullstate@*/ /* FIX: rpmlogMsgPrefix[] may be NULL */
 static void vrpmlog (unsigned code, const char *fmt, va_list ap)
+       /*@globals internalState @*/
        /*@modifies internalState @*/
 {
     int pri = RPMLOG_PRI(code);
@@ -174,6 +175,7 @@ static void vrpmlog (unsigned code, const char *fmt, va_list ap)
     msg = msgbuf;
 
     /* Save copy of all messages at warning (or below == "more important"). */
+    /*@-branchstate@*/
     if (pri <= RPMLOG_WARNING) {
 
        if (recs == NULL)
@@ -192,6 +194,7 @@ static void vrpmlog (unsigned code, const char *fmt, va_list ap)
            return;     /* XXX Preserve legacy rpmError behavior. */
        }
     }
+    /*@=branchstate@*/
 
     /* rpmMessage behavior */
 
index b0a4260..467c4b3 100644 (file)
@@ -206,7 +206,7 @@ int rpmlogSetMask (int mask)
 /**
  * Generate a log message using FMT string and option arguments.
  */
-/*@mayexit@*/ /*@printflike@*/ void rpmlog (int pri, const char *fmt, ...)
+/*@mayexit@*/ /*@printflike@*/ void rpmlog (int code, const char *fmt, ...)
        /*@*/;
 
 /*@-exportlocal@*/
index 0a5b975..79d19b3 100644 (file)
@@ -65,12 +65,12 @@ void        rpmDumpMacroTable       (/*@null@*/ MacroContext mc,
  * @param spec         cookie (unused)
  * @param mc           macro context (NULL uses global context).
  * @retval sbuf                input macro to expand, output expansion
- * @param sbuflen      size of buffer
+ * @param slen         size of buffer
  * @return             0 on success
  */
 int    expandMacros    (/*@null@*/ void * spec, /*@null@*/ MacroContext mc,
                                /*@in@*/ /*@out@*/ char * sbuf,
-                               size_t sbuflen)
+                               size_t slen)
        /*@globals rpmGlobalMacroContext,
                fileSystem @*/
        /*@modifies *sbuf, rpmGlobalMacroContext, fileSystem @*/;
@@ -187,17 +187,17 @@ const char * rpmGetPath   (/*@null@*/ const char * path, ...)
 /**
  * Merge 3 args into path, any or all of which may be a url.
  * The leading part of the first URL encountered is used
- * for the result, other URL's are discarded, permitting
- * a primitive form of inheiritance.
- * @param root         root URL (often path to chroot, or NULL)
- * @param mdir         directory URL (often a directory, or NULL)
- * @param file         file URL (often a file, or NULL)
+ * for the result, other URL prefixes are discarded, permitting
+ * a primitive form of URL inheiritance.
+ * @param urlroot      root URL (often path to chroot, or NULL)
+ * @param urlmdir      directory URL (often a directory, or NULL)
+ * @param urlfile      file URL (often a file, or NULL)
  * @return             expanded, merged, canonicalized path (malloc'ed)
  */
 /*@-redecl@*/
-const char * rpmGenPath        (/*@null@*/ const char * root,
-                       /*@null@*/ const char * mdir,
-                       /*@null@*/ const char * file)
+const char * rpmGenPath        (/*@null@*/ const char * urlroot,
+                       /*@null@*/ const char * urlmdir,
+                       /*@null@*/ const char * urlfile)
        /*@globals rpmGlobalMacroContext @*/
        /*@modifies rpmGlobalMacroContext @*/;
 /*@=redecl@*/
index b30e4bc..e2de753 100644 (file)
@@ -1078,7 +1078,7 @@ int pgpPrtPkt(const byte *p)
 
 /**
  */
-int pgpPrtPkts(const byte *pkts, unsigned int plen, struct pgpSig_s *rpmdig, int printing)
+int pgpPrtPkts(const byte *pkts, unsigned int plen, struct pgpSig_s *dig, int printing)
        /*@globals fileSystem@*/
        /*@modifies fileSystem @*/;
 
index bf65e72..4ddf797 100644 (file)
@@ -274,6 +274,7 @@ static int   column_ptr [MAXCOLS]; /* Index from 0 to the starting positions of
 
 static int
 vfs_split_text (char *p)
+       /*@globals columns, column_ptr @*/
        /*@modifies *p, columns, column_ptr @*/
 {
     char *original = p;
@@ -839,12 +840,14 @@ static int ftpNLST(const char * url, ftpSysCall_t ftpSysCall,
        break;
     default:
        urldn = alloca_strdup(url);
+       /*@-branchstate@*/
        if ((bn = strrchr(urldn, '/')) == NULL)
            return -2;
        else if (bn == path)
            bn = ".";
        else
            *bn++ = '\0';
+       /*@=branchstate@*/
        nbn = strlen(bn);
 
        rc = ftpChdir(urldn);           /* XXX don't care about CWD */
@@ -1149,23 +1152,23 @@ fprintf(stderr, "*** Access(%s,%d)\n", path, amode);
     return access(path, amode);
 }
 
-int Glob(const char *path, int flags,
+int Glob(const char *pattern, int flags,
        int errfunc(const char * epath, int eerrno), glob_t *pglob)
 {
     const char * lpath;
-    int ut = urlPath(path, &lpath);
+    int ut = urlPath(pattern, &lpath);
 
 /*@-castfcnptr@*/
 if (_rpmio_debug)
-fprintf(stderr, "*** Glob(%s,0x%x,%p,%p)\n", path, (unsigned)flags, (void *)errfunc, pglob);
+fprintf(stderr, "*** Glob(%s,0x%x,%p,%p)\n", pattern, (unsigned)flags, (void *)errfunc, pglob);
 /*@=castfcnptr@*/
     switch (ut) {
     case URL_IS_FTP:           /* XXX WRONG WRONG WRONG */
-       return ftpGlob(path, flags, errfunc, pglob);
+       return ftpGlob(pattern, flags, errfunc, pglob);
        /*@notreached@*/ break;
     case URL_IS_HTTP:          /* XXX WRONG WRONG WRONG */
     case URL_IS_PATH:
-       path = lpath;
+       pattern = lpath;
        /*@fallthrough@*/
     case URL_IS_UNKNOWN:
        break;
@@ -1174,17 +1177,19 @@ fprintf(stderr, "*** Glob(%s,0x%x,%p,%p)\n", path, (unsigned)flags, (void *)errf
        return -2;
        /*@notreached@*/ break;
     }
-    return glob(path, flags, errfunc, pglob);
+    return glob(pattern, flags, errfunc, pglob);
 }
 
 void Globfree(glob_t *pglob)
 {
 if (_rpmio_debug)
 fprintf(stderr, "*** Globfree(%p)\n", pglob);
+    /*@-branchstate@*/
     if (pglob->gl_offs == -1) /* XXX HACK HACK HACK */
        ftpGlobfree(pglob);
     else
        globfree(pglob);
+    /*@=branchstate@*/
 }
 
 DIR * Opendir(const char * path)
index 3c81f56..902a41c 100644 (file)
@@ -124,11 +124,11 @@ urltype   urlPath(const char * url, /*@out@*/ const char ** pathp)
 /**
  * Parse URL string into a control structure.
  * @param url          url string
- * @retval u           address of new control instance pointer
+ * @retval uret                address of new control instance pointer
  * @return             0 on success, -1 on error
  */
-int urlSplit(const char * url, /*@out@*/ urlinfo * u)
-       /*@modifies *u @*/;
+int urlSplit(const char * url, /*@out@*/ urlinfo * uret)
+       /*@modifies *uret @*/;
 
 /**
  * Copy data from URL to local file.
index 4553643..3d93931 100644 (file)
@@ -96,11 +96,13 @@ URLDBGREFS(0, (stderr, "--> url %p -- %d %s at %s:%u\n", u, u->nrefs, msg, file,
     if (u->ctrl) {
 #ifndef        NOTYET
        void * fp = fdGetFp(u->ctrl);
+       /*@-branchstate@*/
        if (fp) {
            fdPush(u->ctrl, fpio, fp, -1);   /* Push fpio onto stack */
            (void) Fclose(u->ctrl);
        } else if (fdio->_fileno(u->ctrl) >= 0)
            fdio->close(u->ctrl);
+       /*@=branchstate@*/
 #else
        (void) Fclose(u->ctrl);
 #endif
@@ -354,6 +356,7 @@ urltype urlPath(const char * url, const char ** pathp)
 
     path = url;
     urltype = urlIsURL(url);
+    /*@-branchstate@*/
     switch (urltype) {
     case URL_IS_FTP:
        url += sizeof("ftp://") - 1;
@@ -373,6 +376,7 @@ urltype urlPath(const char * url, const char ** pathp)
        path = "";
        break;
     }
+    /*@=branchstate@*/
     if (pathp)
        /*@-observertrans@*/
        *pathp = path;
diff --git a/rpmqv.c b/rpmqv.c
index 0fb4c7a..5fc675f 100755 (executable)
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -232,7 +232,7 @@ long _stksize = 64 * 1024L;
 #endif
 
 /*@exits@*/ static void argerror(const char * desc)
-       /*@globals __assert_program_name @*/
+       /*@globals __assert_program_name, fileSystem @*/
        /*@modifies fileSystem @*/
 {
     fprintf(stderr, _("%s: %s\n"), __progname, desc);
@@ -240,12 +240,14 @@ long _stksize = 64 * 1024L;
 }
 
 static void printVersion(void)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     fprintf(stdout, _("RPM version %s\n"), rpmEVR);
 }
 
 static void printBanner(void)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/
 {
     (void) puts(_("Copyright (C) 1998-2000 - Red Hat, Inc."));
@@ -253,7 +255,7 @@ static void printBanner(void)
 }
 
 static void printUsage(void)
-       /*@globals __assert_program_name @*/
+       /*@globals __assert_program_name, fileSystem @*/
        /*@modifies fileSystem @*/
 {
     FILE * fp = stdout;
@@ -843,7 +845,9 @@ int main(int argc, const char ** argv)
 #if defined(IAM_RPMK)
     || ka->sign
 #endif
-    ) {
+    )
+    /*@-branchstate@*/
+    {
         if (bigMode == MODE_REBUILD || bigMode == MODE_BUILD ||
            bigMode == MODE_RESIGN || bigMode == MODE_TARBUILD) {
            const char ** av;
@@ -904,6 +908,7 @@ int main(int argc, const char ** argv)
        /* Make rpmLookupSignatureType() return 0 ("none") from now on */
         (void) rpmLookupSignatureType(RPMLOOKUPSIG_DISABLE);
     }
+    /*@=branchstate@*/
 #endif /* IAM_RPMBT || IAM_RPMK */
 
     if (pipeOutput) {
@@ -1058,6 +1063,7 @@ int main(int argc, const char ** argv)
        if (ia->noDeps) ia->installInterfaceFlags |= INSTALL_NODEPS;
 
        /* we've already ensured !(!ia->prefix && !ia->relocations) */
+       /*@-branchstate@*/
        if (ia->prefix) {
            ia->relocations = xmalloc(2 * sizeof(*ia->relocations));
            ia->relocations[0].oldPath = NULL;   /* special case magic */
@@ -1070,6 +1076,7 @@ int main(int argc, const char ** argv)
            ia->relocations[ia->numRelocations].oldPath = NULL;
            ia->relocations[ia->numRelocations].newPath = NULL;
        }
+       /*@=branchstate@*/
 
        /*@-compdef@*/ /* FIX: ia->relocations[0].newPath undefined */
        ec += rpmInstall(rootdir, (const char **)poptGetArgs(optCon), 
index 4e02cb9..74e9a59 100644 (file)
--- a/system.h
+++ b/system.h
@@ -24,6 +24,7 @@
 #if defined(__LCLINT__)
 /*@-superuser -declundef -incondefs @*/        /* LCL: modifies clause missing */
 extern int chroot (const char *__path)
+       /*@globals errno, systemState @*/
        /*@modifies errno, systemState @*/;
 /*@=superuser =declundef =incondefs @*/
 #endif
@@ -113,6 +114,7 @@ extern int errno;
 #if defined(__LCLINT__)
 /*@-declundef -incondefs @*/   /* LCL: modifies clause missing */
 extern char * realpath (const char * file_name, /*@out@*/ char * resolved_name)
+       /*@globals errno, fileSystem @*/
        /*@requires maxSet(resolved_name) >=  (PATH_MAX - 1); @*/
        /*@modifies *resolved_name, errno, fileSystem @*/;
 /*@=declundef =incondefs @*/
@@ -166,8 +168,8 @@ char *realpath(const char *path, char resolved_path []);
 
 #if defined(__LCLINT__)
 /*@-declundef -incondefs @*/ /* LCL: missing annotation */
-/*@only@*/ void * alloca (size_t size)
-       /*@ensures MaxSet(result) == (size - 1) @*/
+/*@only@*/ void * alloca (size_t __size)
+       /*@ensures MaxSet(result) == (__size - 1) @*/
        /*@*/;
 /*@=declundef =incondefs @*/
 #endif
@@ -231,6 +233,7 @@ char *alloca ();
 /**
  */
 /*@mayexit@*/ /*@only@*/ /*@out@*/ void * xmalloc (size_t size)
+       /*@globals errno @*/
        /*@ensures MaxSet(result) == (size - 1) @*/
        /*@modifies errno @*/;
 
@@ -435,6 +438,7 @@ typedef /*@concrete@*/ struct
 extern int glob (const char *pattern, int flags,
                       int (*errfunc) (const char *, int),
                       /*@out@*/ glob_t *pglob)
+       /*@globals errno, fileSystem @*/
        /*@modifies *pglob, errno, fileSystem @*/;
        /* XXX only annotation is a white lie */
 extern void globfree (/*@only@*/ glob_t *pglob)